diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-08-16 21:41:55 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-08-16 21:41:55 +0000 |
commit | 70b6a75b8bac205f2e558b4f68cac09dce6cf07c (patch) | |
tree | f02d0004c1ba9c8c5f290e583170be2a92e0d18d /x11-themes/gnome-themes/gnome-themes-2.30.2.ebuild | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-70b6a75b8bac205f2e558b4f68cac09dce6cf07c.tar.gz gentoo-2-70b6a75b8bac205f2e558b4f68cac09dce6cf07c.tar.bz2 gentoo-2-70b6a75b8bac205f2e558b4f68cac09dce6cf07c.zip |
Re-add missing phase wrapping.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/gnome-themes/gnome-themes-2.30.2.ebuild')
-rw-r--r-- | x11-themes/gnome-themes/gnome-themes-2.30.2.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/x11-themes/gnome-themes/gnome-themes-2.30.2.ebuild b/x11-themes/gnome-themes/gnome-themes-2.30.2.ebuild index a7ae992986b5..b34171bd23ce 100644 --- a/x11-themes/gnome-themes/gnome-themes-2.30.2.ebuild +++ b/x11-themes/gnome-themes/gnome-themes-2.30.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes/gnome-themes-2.30.2.ebuild,v 1.4 2010/08/01 11:22:31 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes/gnome-themes-2.30.2.ebuild,v 1.5 2010/08/16 21:41:55 eva Exp $ EAPI="2" GCONF_DEBUG="no" @@ -16,7 +16,7 @@ KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x8 IUSE="accessibility" RDEPEND=">=x11-libs/gtk+-2 - >=x11-themes/gtk-engines-2.15.3" + >=x11-themes/gtk-engines-2.15.3" DEPEND="${RDEPEND} >=x11-misc/icon-naming-utils-0.8.7 >=dev-util/pkgconfig-0.19 @@ -28,12 +28,16 @@ DOCS="AUTHORS ChangeLog NEWS README" # This ebuild does not install any binaries RESTRICT="binchecks strip" -G2CONF="${G2CONF} +pkg_setup() { + G2CONF="${G2CONF} $(use_enable accessibility all-themes) --disable-test-themes --enable-icon-mapping" +} src_prepare() { + gnome2_src_prepare + # Fix bashisms, bug #256337 epatch "${FILESDIR}/${PN}-2.24.3-bashism.patch" |