Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/cabextract/
Date: Tue, 15 Sep 2020 17:22:51
Message-Id: 1600190561.a35e4040d386dd569a9343b926510e4ae8d0d603.whissi@gentoo
1 commit: a35e4040d386dd569a9343b926510e4ae8d0d603
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 15 17:20:47 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 15 17:22:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35e4040
7
8 app-arch/cabextract: x86 stable (bug #711218)
9
10 Package-Manager: Portage-3.0.6, Repoman-3.0.1
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 app-arch/cabextract/cabextract-1.9.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-arch/cabextract/cabextract-1.9.1.ebuild b/app-arch/cabextract/cabextract-1.9.1.ebuild
17 index c5118e7de08..8b28342d629 100644
18 --- a/app-arch/cabextract/cabextract-1.9.1.ebuild
19 +++ b/app-arch/cabextract/cabextract-1.9.1.ebuild
20 @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
21
22 LIBMSPACK_DEPEND="~dev-libs/libmspack-9999:="
23 else
24 - KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
25 + KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
26 MY_PV="${PV/_alpha/alpha}"
27 MY_P="${PN}-${MY_PV}"
28 SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz"