diff options
author | Tom Gall <tgall@gentoo.org> | 2014-07-13 03:33:35 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2014-07-13 03:33:35 +0000 |
commit | d74a31dd900c19d57ca964f01a7e16281c795fdb (patch) | |
tree | 05d2317a94caf5b301d6082f6279d030e6bbbd8c /dev-util/pkgconfig/pkgconfig-0.28-r1.ebuild | |
parent | arm64 stable bug #516106 (diff) | |
download | gentoo-2-d74a31dd900c19d57ca964f01a7e16281c795fdb.tar.gz gentoo-2-d74a31dd900c19d57ca964f01a7e16281c795fdb.tar.bz2 gentoo-2-d74a31dd900c19d57ca964f01a7e16281c795fdb.zip |
arm64 stable bug #516106
(Portage version: 2.2.8-r1/cvs/Linux aarch64, signed Manifest commit with key EDA949AA)
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 d5f7b0dd800b..2232ea0612b6 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.7 2014/07/09 10:22:25 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.28-r1.ebuild,v 1.8 2014/07/13 03:33:35 tgall 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 |