Gentoo Archives: gentoo-commits

From: WANG Xuerui <xen0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/plzip/
Date: Thu, 05 May 2022 23:48:28
Message-Id: 1651794241.17451501a7e6d8c38fdfa9e91a19b8901443c975.xen0n@gentoo
1 commit: 17451501a7e6d8c38fdfa9e91a19b8901443c975
2 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 5 23:29:48 2022 +0000
4 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
5 CommitDate: Thu May 5 23:44:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17451501
7
8 app-arch/plzip: keyword 1.10 for ~loong
9
10 Tests passed on real hardware.
11
12 Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
13
14 app-arch/plzip/plzip-1.10.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-arch/plzip/plzip-1.10.ebuild b/app-arch/plzip/plzip-1.10.ebuild
18 index 55ac23ad823f..a3ea67ff918e 100644
19 --- a/app-arch/plzip/plzip-1.10.ebuild
20 +++ b/app-arch/plzip/plzip-1.10.ebuild
21 @@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( https://download.savannah.gnu.org/releases/lzip/${PN}/$
22
23 LICENSE="GPL-3"
24 SLOT="0"
25 -KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
26 +KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~x86"
27
28 RDEPEND="app-arch/lzlib:0="
29 DEPEND="${RDEPEND}"