diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-09-02 19:00:28 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-09-02 19:00:28 +0000 |
commit | e29a29620ea3f60b9dd2ae878d7803c4ecc07b6d (patch) | |
tree | 4625f0562e3d4da7010af577c14ff9af34ae960d /dev-util/pkgconfig | |
parent | Stable for amd64, wrt bug #431892 (diff) | |
download | gentoo-2-e29a29620ea3f60b9dd2ae878d7803c4ecc07b6d.tar.gz gentoo-2-e29a29620ea3f60b9dd2ae878d7803c4ecc07b6d.tar.bz2 gentoo-2-e29a29620ea3f60b9dd2ae878d7803c4ecc07b6d.zip |
alpha/ia64/m68k/s390/sh/sparc stable wrt #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 5f170d8df115..dc06d08762af 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.115 2012/08/25 05:39:46 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.116 2012/09/02 19:00:28 armin76 Exp $ + + 02 Sep 2012; Raúl Porcel <armin76@gentoo.org> pkgconfig-0.27.ebuild: + alpha/ia64/m68k/s390/sh/sparc stable wrt #430814 *pkgconfig-0.27.1 (25 Aug 2012) diff --git a/dev-util/pkgconfig/pkgconfig-0.27.ebuild b/dev-util/pkgconfig/pkgconfig-0.27.ebuild index 13b0866ab026..a5b96cac9e60 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.7 2012/08/14 09:33:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.27.ebuild,v 1.8 2012/09/02 19:00:28 armin76 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 |