diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-07-10 15:53:00 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-07-10 15:53:00 +0000 |
commit | bc849857f14eabc808c79a54c9862889e9b5f2e9 (patch) | |
tree | 9fbe397c19093ced570112e883bbd7382ee8a791 | |
parent | Adding upstream fix for building against libpng-1.5, EAPI=4 bump (diff) | |
download | gentoo-2-bc849857f14eabc808c79a54c9862889e9b5f2e9.tar.gz gentoo-2-bc849857f14eabc808c79a54c9862889e9b5f2e9.tar.bz2 gentoo-2-bc849857f14eabc808c79a54c9862889e9b5f2e9.zip |
Stable on amd64 wrt bug #374681
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
-rw-r--r-- | dev-util/pkgconfig/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/pkgconfig/pkgconfig-0.26.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/pkgconfig/ChangeLog b/dev-util/pkgconfig/ChangeLog index b2804af1dbee..af7277bebadf 100644 --- a/dev-util/pkgconfig/ChangeLog +++ b/dev-util/pkgconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/pkgconfig # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.93 2011/05/20 07:30:42 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.94 2011/07/10 15:53:00 hwoarang Exp $ + + 10 Jul 2011; Markos Chandras <hwoarang@gentoo.org> pkgconfig-0.26.ebuild: + Stable on amd64 wrt bug #374681 *pkgconfig-0.26 (20 May 2011) diff --git a/dev-util/pkgconfig/pkgconfig-0.26.ebuild b/dev-util/pkgconfig/pkgconfig-0.26.ebuild index ae6f1795e9c0..2b3acea54132 100644 --- a/dev-util/pkgconfig/pkgconfig-0.26.ebuild +++ b/dev-util/pkgconfig/pkgconfig-0.26.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-util/pkgconfig/pkgconfig-0.26.ebuild,v 1.2 2011/05/20 07:48:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.26.ebuild,v 1.3 2011/07/10 15:53:00 hwoarang Exp $ EAPI=4 inherit flag-o-matic multilib @@ -13,7 +13,7 @@ SRC_URI="http://pkgconfig.freedesktop.org/releases/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="elibc_FreeBSD hardened" RDEPEND="dev-libs/glib:2 |