Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconf/
Date: Sat, 21 Sep 2019 05:26:38
Message-Id: 1569043541.4567c7330fd499d4407e7a61227335eeb9db1135.mattst88@gentoo
1 commit: 4567c7330fd499d4407e7a61227335eeb9db1135
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 21 05:25:41 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 21 05:25:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4567c733
7
8 dev-util/pkgconf-1.6.3: alpha stable, bug 693110
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-util/pkgconf/pkgconf-1.6.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/pkgconf/pkgconf-1.6.3.ebuild b/dev-util/pkgconf/pkgconf-1.6.3.ebuild
16 index 4346444fe6a..1cb6417d77c 100644
17 --- a/dev-util/pkgconf/pkgconf-1.6.3.ebuild
18 +++ b/dev-util/pkgconf/pkgconf-1.6.3.ebuild
19 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
20 inherit autotools git-r3
21 else
22 SRC_URI="http://distfiles.dereferenced.org/${PN}/${P}.tar.xz"
23 - KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86"
24 + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86"
25 fi
26
27 DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89"