diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-02-26 21:58:48 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-02-26 21:58:48 +0000 |
commit | 8c274fd029efe87cb29fd30dc57da68b1fa61cac (patch) | |
tree | 55f35ce85d9d7731f544ade3854281f0d2b6bbb9 /gnome-base | |
parent | inherit java-ant-2 to get correct bytecode and don't install shared-object-co... (diff) | |
download | gentoo-2-8c274fd029efe87cb29fd30dc57da68b1fa61cac.tar.gz gentoo-2-8c274fd029efe87cb29fd30dc57da68b1fa61cac.tar.bz2 gentoo-2-8c274fd029efe87cb29fd30dc57da68b1fa61cac.zip |
Remove static USE flags; bug #165528
(Portage version: 2.1.2-r11)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/libgnome/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/libgnome/libgnome-2.14.1.ebuild | 5 | ||||
-rw-r--r-- | gnome-base/libgnome/libgnome-2.16.0.ebuild | 5 |
3 files changed, 9 insertions, 7 deletions
diff --git a/gnome-base/libgnome/ChangeLog b/gnome-base/libgnome/ChangeLog index db2582c8404c..5304b69862bf 100644 --- a/gnome-base/libgnome/ChangeLog +++ b/gnome-base/libgnome/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/libgnome # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.135 2007/02/09 21:50:32 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.136 2007/02/26 21:58:48 dang Exp $ + + 26 Feb 2007; Daniel Gryniewicz <dang@gentoo.org> libgnome-2.14.1.ebuild, + libgnome-2.16.0.ebuild: + Remove static USE flags; bug #165528 09 Feb 2007; Roy Marples <uberlord@gentoo.org> libgnome-2.16.0.ebuild: Added ~x86-fbsd keyword. diff --git a/gnome-base/libgnome/libgnome-2.14.1.ebuild b/gnome-base/libgnome/libgnome-2.14.1.ebuild index 73d60a7df14e..68d6287be6d9 100644 --- a/gnome-base/libgnome/libgnome-2.14.1.ebuild +++ b/gnome-base/libgnome/libgnome-2.14.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.14.1.ebuild,v 1.14 2007/01/08 00:38:44 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.14.1.ebuild,v 1.15 2007/02/26 21:58:48 dang Exp $ WANT_AUTOCONF=latest WANT_AUTOMAKE=1.7 @@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="LGPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86" -IUSE="doc esd static" +IUSE="doc esd" RDEPEND=">=dev-libs/glib-2.8 >=gnome-base/gconf-2 @@ -32,7 +32,6 @@ DOCS="AUTHORS ChangeLog NEWS README" pkg_setup() { G2CONF="${G2CONF} --disable-schemas-install \ - $(use_enable static) \ $(use_enable esd)" } diff --git a/gnome-base/libgnome/libgnome-2.16.0.ebuild b/gnome-base/libgnome/libgnome-2.16.0.ebuild index f7b217ddd5a9..d97851ba7ba6 100644 --- a/gnome-base/libgnome/libgnome-2.16.0.ebuild +++ b/gnome-base/libgnome/libgnome-2.16.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.16.0.ebuild,v 1.14 2007/02/09 21:50:32 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.16.0.ebuild,v 1.15 2007/02/26 21:58:48 dang Exp $ WANT_AUTOCONF=latest WANT_AUTOMAKE=1.7 @@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="LGPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="doc esd static" +IUSE="doc esd" RDEPEND=">=dev-libs/glib-2.8 >=gnome-base/gconf-2 @@ -31,7 +31,6 @@ DOCS="AUTHORS ChangeLog NEWS README" pkg_setup() { G2CONF="${G2CONF} --disable-schemas-install \ - $(use_enable static) \ $(use_enable esd)" } |