Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/cabextract/
Date: Sat, 01 Jan 2022 10:05:14
Message-Id: 1641031491.5c925a186a1fa384aa496047393d67942d653a46.chewi@gentoo
1 commit: 5c925a186a1fa384aa496047393d67942d653a46
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 09:59:58 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 10:04:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c925a18
7
8 app-arch/cabextract: Keyword 1.9.1 for ~m68k
9
10 The tests pass.
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 app-arch/cabextract/cabextract-1.9.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-arch/cabextract/cabextract-1.9.1.ebuild b/app-arch/cabextract/cabextract-1.9.1.ebuild
18 index ae2d04bfcc58..05ef772888ec 100644
19 --- a/app-arch/cabextract/cabextract-1.9.1.ebuild
20 +++ b/app-arch/cabextract/cabextract-1.9.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="7"
27 @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
28
29 LIBMSPACK_DEPEND="~dev-libs/libmspack-9999:="
30 else
31 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
32 + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
33 MY_PV="${PV/_alpha/alpha}"
34 MY_P="${PN}-${MY_PV}"
35 SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz"