summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2011-04-08 07:36:08 -0400
committerJonathan Callen <abcd@gentoo.org>2011-04-08 15:14:16 -0400
commit10c4608aa01fff5e4955bacff81a55fe7da277ac (patch)
tree2b962caba197da0b179902aa83a765e0e0aa7895 /app-cdr/brasero/brasero-3.0.0.ebuild
parentx11-themes/gnome-icon-theme-symbolic: QAed (diff)
downloadgnome-10c4608aa01fff5e4955bacff81a55fe7da277ac.tar.gz
gnome-10c4608aa01fff5e4955bacff81a55fe7da277ac.tar.bz2
gnome-10c4608aa01fff5e4955bacff81a55fe7da277ac.zip
Move inherits earlier so they don't override DESCRIPTION
(Portage version: 2.2.0_alpha28_p8/git/Linux i686, RepoMan options: --force, signed Manifest commit with key 229E5838)
Diffstat (limited to 'app-cdr/brasero/brasero-3.0.0.ebuild')
-rw-r--r--app-cdr/brasero/brasero-3.0.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-cdr/brasero/brasero-3.0.0.ebuild b/app-cdr/brasero/brasero-3.0.0.ebuild
index c8404bba..bf2b1e5a 100644
--- a/app-cdr/brasero/brasero-3.0.0.ebuild
+++ b/app-cdr/brasero/brasero-3.0.0.ebuild
@@ -7,6 +7,9 @@ GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit autotools eutils gnome2 multilib
+if [[ ${PV} = 9999 ]]; then
+ inherit gnome2-live
+fi
DESCRIPTION="Brasero (aka Bonfire) is yet another application to burn CD/DVD for the gnome desktop."
HOMEPAGE="http://projects.gnome.org/brasero/"
@@ -15,7 +18,6 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="beagle +css doc +introspection +libburn nautilus packagekit playlist test"
if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
KEYWORDS=""
else
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"