summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-04-10 12:44:09 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-04-10 12:44:09 +0000
commitfe4f95b5a826f64c16b9018cad670376e7ef5ee5 (patch)
treefb5aad98ab30e4120fa0fa037cd8d92c49a5a6e0 /gnome-base/libgnome
parenthttp://my.opera.com/desktopteam/blog/2011/04/09/rc-3-1 (diff)
downloadhistorical-fe4f95b5a826f64c16b9018cad670376e7ef5ee5.tar.gz
historical-fe4f95b5a826f64c16b9018cad670376e7ef5ee5.tar.bz2
historical-fe4f95b5a826f64c16b9018cad670376e7ef5ee5.zip
Revert USE=static-libs and simply pass --disable-static.
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'gnome-base/libgnome')
-rw-r--r--gnome-base/libgnome/ChangeLog4
-rw-r--r--gnome-base/libgnome/libgnome-2.32.1.ebuild6
2 files changed, 5 insertions, 5 deletions
diff --git a/gnome-base/libgnome/ChangeLog b/gnome-base/libgnome/ChangeLog
index 5573786dcb25..a906b89733aa 100644
--- a/gnome-base/libgnome/ChangeLog
+++ b/gnome-base/libgnome/ChangeLog
@@ -1,9 +1,9 @@
# ChangeLog for gnome-base/libgnome
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.210 2011/04/10 08:36:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.211 2011/04/10 12:41:37 ssuominen Exp $
10 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> libgnome-2.32.1.ebuild:
- USE="static-libs" and punt useless libtool files.
+ Punt useless static libraries and libtool files.
22 Mar 2011; Brent Baude <ranger@gentoo.org> libgnome-2.32.1.ebuild:
Marking libgnome-2.32.1 ppc stable for bug 353436
diff --git a/gnome-base/libgnome/libgnome-2.32.1.ebuild b/gnome-base/libgnome/libgnome-2.32.1.ebuild
index 89a35d9bd35b..5cdd699321a4 100644
--- a/gnome-base/libgnome/libgnome-2.32.1.ebuild
+++ b/gnome-base/libgnome/libgnome-2.32.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild,v 1.7 2011/04/10 08:36:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild,v 1.8 2011/04/10 12:41:37 ssuominen Exp $
EAPI="3"
GCONF_DEBUG="yes"
@@ -13,7 +13,7 @@ HOMEPAGE="http://library.gnome.org/devel/libgnome/stable/"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
-IUSE="branding doc esd static-libs"
+IUSE="branding doc esd"
SRC_URI="${SRC_URI}
branding? ( mirror://gentoo/gentoo-gdm-theme-r3.tar.bz2 )"
@@ -38,7 +38,7 @@ PDEPEND="gnome-base/gvfs"
pkg_setup() {
G2CONF="${G2CONF}
- $(use_enable static-libs static)
+ --disable-static
--disable-schemas-install
--enable-canberra
$(use_enable esd)"