diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-08-14 00:31:51 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-08-14 00:31:51 +0000 |
commit | ce0dee1d56bf5fd3eff04588f4bd5a2b25730a68 (patch) | |
tree | acfb83483e60249f1b470d623a707be776149262 /dev-util/pkgconfig | |
parent | Stable ppc, bug #430752 (diff) | |
download | gentoo-2-ce0dee1d56bf5fd3eff04588f4bd5a2b25730a68.tar.gz gentoo-2-ce0dee1d56bf5fd3eff04588f4bd5a2b25730a68.tar.bz2 gentoo-2-ce0dee1d56bf5fd3eff04588f4bd5a2b25730a68.zip |
Stable ppc ppc64, bug #430814
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/pkgconfig')
-rw-r--r-- | dev-util/pkgconfig/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/pkgconfig/pkgconfig-0.27.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/pkgconfig/ChangeLog b/dev-util/pkgconfig/ChangeLog index c3ed2a1d2048..38fb776ad771 100644 --- a/dev-util/pkgconfig/ChangeLog +++ b/dev-util/pkgconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/pkgconfig # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.112 2012/08/13 09:54:18 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.113 2012/08/14 00:31:51 blueness Exp $ + + 14 Aug 2012; Anthony G. Basile <blueness@gentoo.org> pkgconfig-0.27.ebuild: + Stable ppc ppc64, bug #430814 13 Aug 2012; Johannes Huber <johu@gentoo.org> pkgconfig-0.27.ebuild: Stable for x86, wrt bug #430814 diff --git a/dev-util/pkgconfig/pkgconfig-0.27.ebuild b/dev-util/pkgconfig/pkgconfig-0.27.ebuild index 52557bf8d5d5..5276fa6c6ed9 100644 --- a/dev-util/pkgconfig/pkgconfig-0.27.ebuild +++ b/dev-util/pkgconfig/pkgconfig-0.27.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.27.ebuild,v 1.5 2012/08/13 09:54:18 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.27.ebuild,v 1.6 2012/08/14 00:31:51 blueness Exp $ EAPI=4 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="git://anongit.freedesktop.org/pkg-config" inherit autotools git-2 else - KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SRC_URI="http://pkgconfig.freedesktop.org/releases/${MY_P}.tar.gz" fi |