diff options
author | Brent Baude <ranger@gentoo.org> | 2010-10-14 19:25:45 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-10-14 19:25:45 +0000 |
commit | 8cb78d4de9dc67d59cd4983af65615dcfe30a57c (patch) | |
tree | 7061188e40d1f46c07a601f25f0eb3944c3671c9 /dev-util | |
parent | QA: fix kernel_is call that could never have worked. (diff) | |
download | gentoo-2-8cb78d4de9dc67d59cd4983af65615dcfe30a57c.tar.gz gentoo-2-8cb78d4de9dc67d59cd4983af65615dcfe30a57c.tar.bz2 gentoo-2-8cb78d4de9dc67d59cd4983af65615dcfe30a57c.zip |
stable ppc, bug 331345
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/pkgconfig/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/pkgconfig/pkgconfig-0.25-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/pkgconfig/ChangeLog b/dev-util/pkgconfig/ChangeLog index cf603cfcce60..747f5249c21a 100644 --- a/dev-util/pkgconfig/ChangeLog +++ b/dev-util/pkgconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/pkgconfig # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.91 2010/09/19 18:07:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.92 2010/10/14 19:25:45 ranger Exp $ + + 14 Oct 2010; Brent Baude <ranger@gentoo.org> pkgconfig-0.25-r2.ebuild: + stable ppc, bug 331345 19 Sep 2010; Raúl Porcel <armin76@gentoo.org> pkgconfig-0.25-r2.ebuild: ia64/m68k/s390/sh/sparc stable wrt #331345 diff --git a/dev-util/pkgconfig/pkgconfig-0.25-r2.ebuild b/dev-util/pkgconfig/pkgconfig-0.25-r2.ebuild index 43e7709a347d..84d1a3a7a1d1 100644 --- a/dev-util/pkgconfig/pkgconfig-0.25-r2.ebuild +++ b/dev-util/pkgconfig/pkgconfig-0.25-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.25-r2.ebuild,v 1.9 2010/09/19 18:07:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.25-r2.ebuild,v 1.10 2010/10/14 19:25:45 ranger Exp $ EAPI=2 inherit eutils flag-o-matic @@ -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" DEPEND=">=dev-libs/popt-1.15" |