diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-23 15:32:28 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-23 15:32:28 +0000 |
commit | 643acc6d50c24668c906cb73d3da846b4b1de94e (patch) | |
tree | d091fd7e9a76b6357fdd323027c9f7322e1c5b80 /dev-util | |
parent | ~x86 per bug 372185 (diff) | |
download | gentoo-2-643acc6d50c24668c906cb73d3da846b4b1de94e.tar.gz gentoo-2-643acc6d50c24668c906cb73d3da846b4b1de94e.tar.bz2 gentoo-2-643acc6d50c24668c906cb73d3da846b4b1de94e.zip |
ppc/ppc64 stable wrt #374681
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-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 8901620544ec..44fdacfe4423 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.95 2011/07/17 14:38:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.96 2011/07/23 15:32:28 xarthisius Exp $ + + 23 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> pkgconfig-0.26.ebuild: + ppc/ppc64 stable wrt #374681 17 Jul 2011; Markus Meier <maekke@gentoo.org> pkgconfig-0.26.ebuild: arm/x86 stable, bug #374681 diff --git a/dev-util/pkgconfig/pkgconfig-0.26.ebuild b/dev-util/pkgconfig/pkgconfig-0.26.ebuild index 586f39f59d59..a2f138d1cb8e 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.4 2011/07/17 14:38:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.26.ebuild,v 1.5 2011/07/23 15:32:28 xarthisius 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 |