Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/install-xattr/
Date: Fri, 09 Oct 2015 01:15:03
Message-Id: 1444353625.8730ba443c4ec4f85621af9f7e1f137e559eabff.blueness@gentoo
1 commit: 8730ba443c4ec4f85621af9f7e1f137e559eabff
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 01:20:25 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 01:20:25 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8730ba44
7
8 sys-apps/install-xattr: drop 0.4 except for arm64, bug #550654.
9
10 Package-Manager: portage-2.2.20.1
11
12 sys-apps/install-xattr/install-xattr-0.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/install-xattr/install-xattr-0.4.ebuild b/sys-apps/install-xattr/install-xattr-0.4.ebuild
16 index 814485f..e26737e 100644
17 --- a/sys-apps/install-xattr/install-xattr-0.4.ebuild
18 +++ b/sys-apps/install-xattr/install-xattr-0.4.ebuild
19 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then
20 inherit git-2
21 else
22 SRC_URI="https://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2"
23 - KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
24 + KEYWORDS="arm64"
25 S=${WORKDIR}/${PN}
26 fi