summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2007-02-26 21:58:48 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2007-02-26 21:58:48 +0000
commit8c274fd029efe87cb29fd30dc57da68b1fa61cac (patch)
tree55f35ce85d9d7731f544ade3854281f0d2b6bbb9 /gnome-base/libgnome/libgnome-2.16.0.ebuild
parentinherit java-ant-2 to get correct bytecode and don't install shared-object-co... (diff)
downloadgentoo-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/libgnome/libgnome-2.16.0.ebuild')
-rw-r--r--gnome-base/libgnome/libgnome-2.16.0.ebuild5
1 files changed, 2 insertions, 3 deletions
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)"
}