diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-04-26 21:12:33 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-04-26 21:12:33 +0000 |
commit | 6ccaa4f819775fcfd20bd411f3a30f91b1a783e6 (patch) | |
tree | aae731f782d39898a4e9904aab12d39385ad6951 /dev-libs | |
parent | [sci-physics/espresso] added ~amd64 (bug 266648#c10) (diff) | |
download | gentoo-2-6ccaa4f819775fcfd20bd411f3a30f91b1a783e6.tar.gz gentoo-2-6ccaa4f819775fcfd20bd411f3a30f91b1a783e6.tar.bz2 gentoo-2-6ccaa4f819775fcfd20bd411f3a30f91b1a783e6.zip |
Drop disable-visibility, bug #364989.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/glib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/glib/glib-2.28.5.ebuild | 5 | ||||
-rw-r--r-- | dev-libs/glib/glib-2.28.6.ebuild | 5 |
3 files changed, 9 insertions, 7 deletions
diff --git a/dev-libs/glib/ChangeLog b/dev-libs/glib/ChangeLog index b94fcaf64a20..ad5001d60632 100644 --- a/dev-libs/glib/ChangeLog +++ b/dev-libs/glib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/glib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.456 2011/04/14 07:50:19 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.457 2011/04/26 21:12:33 eva Exp $ + + 26 Apr 2011; Gilles Dartiguelongue <eva@gentoo.org> glib-2.28.5.ebuild, + glib-2.28.6.ebuild: + Drop disable-visibility, bug #364989. *glib-2.28.6 (14 Apr 2011) diff --git a/dev-libs/glib/glib-2.28.5.ebuild b/dev-libs/glib/glib-2.28.5.ebuild index 6aa1421a6014..443b70bf3410 100644 --- a/dev-libs/glib/glib-2.28.5.ebuild +++ b/dev-libs/glib/glib-2.28.5.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/dev-libs/glib/glib-2.28.5.ebuild,v 1.1 2011/04/01 19:33:37 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.28.5.ebuild,v 1.2 2011/04/26 21:12:33 eva Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -91,8 +91,7 @@ src_configure() { # an unusable form as it disables some commonly used API. Please do not # convert this to the use_enable form, as it results in a broken build. # -- compnerd (3/27/06) - # disable-visibility needed for reference debug, bug #274647 - use debug && myconf="--enable-debug --disable-visibility" + use debug && myconf="--enable-debug" # Always use internal libpcre, bug #254659 econf ${myconf} \ diff --git a/dev-libs/glib/glib-2.28.6.ebuild b/dev-libs/glib/glib-2.28.6.ebuild index 77e154948e23..10395586cc40 100644 --- a/dev-libs/glib/glib-2.28.6.ebuild +++ b/dev-libs/glib/glib-2.28.6.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/dev-libs/glib/glib-2.28.6.ebuild,v 1.1 2011/04/14 07:50:19 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.28.6.ebuild,v 1.2 2011/04/26 21:12:33 eva Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -91,8 +91,7 @@ src_configure() { # an unusable form as it disables some commonly used API. Please do not # convert this to the use_enable form, as it results in a broken build. # -- compnerd (3/27/06) - # disable-visibility needed for reference debug, bug #274647 - use debug && myconf="--enable-debug --disable-visibility" + use debug && myconf="--enable-debug" # Always use internal libpcre, bug #254659 econf ${myconf} \ |