diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-07-05 14:50:05 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-07-05 14:50:05 +0000 |
commit | 7a7c4599ffe598fab2126b83c7e4c434c88771ca (patch) | |
tree | bf0b70d0939c36c6a2cde9a6a35084eb54043e6e /dev-util/pkgconfig/pkgconfig-0.28-r1.ebuild | |
parent | Stable for HPPA (bug #512028). (diff) | |
download | historical-7a7c4599ffe598fab2126b83c7e4c434c88771ca.tar.gz historical-7a7c4599ffe598fab2126b83c7e4c434c88771ca.tar.bz2 historical-7a7c4599ffe598fab2126b83c7e4c434c88771ca.zip |
Stable for HPPA (bug #516106).
Package-Manager: portage-2.2.10/cvs/Linux x86_64
RepoMan-Options: --ignore-arches
Manifest-Sign-Key: 0xA792A613
Diffstat (limited to 'dev-util/pkgconfig/pkgconfig-0.28-r1.ebuild')
-rw-r--r-- | dev-util/pkgconfig/pkgconfig-0.28-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/pkgconfig/pkgconfig-0.28-r1.ebuild b/dev-util/pkgconfig/pkgconfig-0.28-r1.ebuild index 8173d8d3cdf3..24387e3aa011 100644 --- a/dev-util/pkgconfig/pkgconfig-0.28-r1.ebuild +++ b/dev-util/pkgconfig/pkgconfig-0.28-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.28-r1.ebuild,v 1.3 2014/06/24 21:56:52 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.28-r1.ebuild,v 1.4 2014/07/05 14:50:04 jer 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 ~arm64 ~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 ~arm-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 ~arm64 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 ~arm-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 |