Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconf/
Date: Sun, 01 Sep 2019 21:53:35
Message-Id: 1567374805.0c09c2acb7fd553aed1fcc4b7763a55de405096e.bman@gentoo
1 commit: 0c09c2acb7fd553aed1fcc4b7763a55de405096e
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 1 21:51:05 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 1 21:53:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c09c2ac
7
8 dev-util/pkgconf: arm64 stable (bug #693110)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.74, Repoman-2.3.17
12 RepoMan-Options: --include-arches="arm64"
13
14 dev-util/pkgconf/pkgconf-1.6.3.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-util/pkgconf/pkgconf-1.6.3.ebuild b/dev-util/pkgconf/pkgconf-1.6.3.ebuild
18 index 5eafec8e82b..ec3e425078f 100644
19 --- a/dev-util/pkgconf/pkgconf-1.6.3.ebuild
20 +++ b/dev-util/pkgconf/pkgconf-1.6.3.ebuild
21 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
22 inherit autotools git-r3
23 else
24 SRC_URI="http://distfiles.dereferenced.org/${PN}/${P}.tar.xz"
25 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sh sparc ~x86"
26 + KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sh sparc ~x86"
27 fi
28
29 DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89"