diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-10 17:14:53 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-10 17:14:53 +0000 |
commit | c34088a1a2e7b3fc958cc5c3fe6e6b5481afdab7 (patch) | |
tree | 940a54cdedbe8df1f02544dc8a97db1182b1c221 /dev-util | |
parent | Stable for ppc, wrt bug #455768 (diff) | |
download | gentoo-2-c34088a1a2e7b3fc958cc5c3fe6e6b5481afdab7.tar.gz gentoo-2-c34088a1a2e7b3fc958cc5c3fe6e6b5481afdab7.tar.bz2 gentoo-2-c34088a1a2e7b3fc958cc5c3fe6e6b5481afdab7.zip |
Stable for ppc, wrt bug #455578
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/pkgconfig/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/pkgconfig/pkgconfig-0.28.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/pkgconfig/ChangeLog b/dev-util/pkgconfig/ChangeLog index 97cbaa70b806..afdab98fdee6 100644 --- a/dev-util/pkgconfig/ChangeLog +++ b/dev-util/pkgconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/pkgconfig # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.134 2013/02/10 14:45:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.135 2013/02/10 17:14:53 ago Exp $ + + 10 Feb 2013; Agostino Sarubbo <ago@gentoo.org> pkgconfig-0.28.ebuild: + Stable for ppc, wrt bug #455578 10 Feb 2013; Agostino Sarubbo <ago@gentoo.org> pkgconfig-0.28.ebuild: Stable for ppc64, wrt bug #455578 diff --git a/dev-util/pkgconfig/pkgconfig-0.28.ebuild b/dev-util/pkgconfig/pkgconfig-0.28.ebuild index 24d8069352e0..aee73474ca6a 100644 --- a/dev-util/pkgconfig/pkgconfig-0.28.ebuild +++ b/dev-util/pkgconfig/pkgconfig-0.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.28.ebuild,v 1.8 2013/02/10 14:45:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.28.ebuild,v 1.9 2013/02/10 17:14:53 ago Exp $ EAPI=5 @@ -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 |