mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
media-radio/grig: change phase definition order
... to match execution order. Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -23,10 +23,6 @@ PATCHES=( "${FILESDIR}"/grig-0.8.1-hamlib4.patch
|
||||
"${FILESDIR}"/grig-0.8.1-hamlib45.patch
|
||||
"${FILESDIR}"/grig-0.8.1-hamlib46.patch )
|
||||
|
||||
src_configure() {
|
||||
econf --enable-hardware
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# prepare for media-radio/hamlib-4.2 change of API
|
||||
if has_version '>=media-libs/hamlib-4.2' ; then
|
||||
@@ -35,6 +31,10 @@ src_prepare() {
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf --enable-hardware
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
make_desktop_entry ${PN} "GRig" "/usr/share/pixmaps/grig/grig-logo.png" "HamRadio"
|
||||
|
||||
Reference in New Issue
Block a user