diff options
author | 2012-09-03 22:47:38 +0000 | |
---|---|---|
committer | 2012-09-03 22:47:38 +0000 | |
commit | c9cdbf85a25630fb7e284135e1bb2491d6438a8f (patch) | |
tree | 2a4c71c5ec4e1f459e7f9cb3601cd355f5b29de8 /dev-util/pkgconfig | |
parent | media-gfx/gimp: Dependencies of live ebuild (bug #395065) (diff) | |
download | gentoo-2-c9cdbf85a25630fb7e284135e1bb2491d6438a8f.tar.gz gentoo-2-c9cdbf85a25630fb7e284135e1bb2491d6438a8f.tar.bz2 gentoo-2-c9cdbf85a25630fb7e284135e1bb2491d6438a8f.zip |
Stable ppc64, bug #433780
(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.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/pkgconfig/ChangeLog b/dev-util/pkgconfig/ChangeLog index 2825cba91da1..b7ef98c0bc3d 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.117 2012/09/03 22:05:01 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.118 2012/09/03 22:47:38 blueness Exp $ + + 03 Sep 2012; Anthony G. Basile <blueness@gentoo.org> pkgconfig-0.27.1.ebuild: + Stable ppc64, bug #433780 03 Sep 2012; Anthony G. Basile <blueness@gentoo.org> pkgconfig-0.27.1.ebuild: Stable ppc, bug #433780 diff --git a/dev-util/pkgconfig/pkgconfig-0.27.1.ebuild b/dev-util/pkgconfig/pkgconfig-0.27.1.ebuild index a1b3e41a9125..1ad10711462b 100644 --- a/dev-util/pkgconfig/pkgconfig-0.27.1.ebuild +++ b/dev-util/pkgconfig/pkgconfig-0.27.1.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.1.ebuild,v 1.2 2012/09/03 22:05:01 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.27.1.ebuild,v 1.3 2012/09/03 22:47:38 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 |