diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-08-03 07:40:06 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-08-03 07:40:06 +0000 |
commit | f52f167f55b2462c0efc64d9be8a2e22868d1007 (patch) | |
tree | 55651237405c7aefad5212f8d67a7d6812e3a3dc /x11-themes | |
parent | * gnome2.eclass: Added extra checks so global variables don't get rewritten (diff) | |
download | gentoo-2-f52f167f55b2462c0efc64d9be8a2e22868d1007.tar.gz gentoo-2-f52f167f55b2462c0efc64d9be8a2e22868d1007.tar.bz2 gentoo-2-f52f167f55b2462c0efc64d9be8a2e22868d1007.zip |
Moving G2CONF assignation to pkg_setup()
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-engines/gtk-engines-2.6.4-r1.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-themes/gtk-engines/gtk-engines-2.6.4-r1.ebuild b/x11-themes/gtk-engines/gtk-engines-2.6.4-r1.ebuild index e221d6402a6f..e29f29f459fe 100644 --- a/x11-themes/gtk-engines/gtk-engines-2.6.4-r1.ebuild +++ b/x11-themes/gtk-engines/gtk-engines-2.6.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/gtk-engines-2.6.4-r1.ebuild,v 1.1 2005/08/03 06:38:09 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/gtk-engines-2.6.4-r1.ebuild,v 1.2 2005/08/03 07:40:06 leonardop Exp $ inherit gnome2 @@ -19,4 +19,8 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" DOCS="AUTHORS ChangeLog NEWS README" -G2CONF="${G2CONF} $(use_enable static) $(use_enable accessibility hc)" + + +pkg_setup() { + G2CONF="${G2CONF} $(use_enable static) $(use_enable accessibility hc)" +} |