Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconf/
Date: Sat, 16 Feb 2019 13:37:15
Message-Id: 1550324186.3e379a47d3ea0783ef6657401a91dc387163eaa0.zlogene@gentoo
1 commit: 3e379a47d3ea0783ef6657401a91dc387163eaa0
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 13:36:26 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 13:36:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e379a47
7
8 dev-util/pkgconf: Add ~sh keyword wrt bug #617758
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="~sh"
13
14 dev-util/pkgconf/pkgconf-1.5.4.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-util/pkgconf/pkgconf-1.5.4.ebuild b/dev-util/pkgconf/pkgconf-1.5.4.ebuild
18 index 2ca4216b187..42b1c030180 100644
19 --- a/dev-util/pkgconf/pkgconf-1.5.4.ebuild
20 +++ b/dev-util/pkgconf/pkgconf-1.5.4.ebuild
21 @@ -8,7 +8,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 s390 sh sparc x86"
26 + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86"
27 fi
28
29 inherit multilib-minimal