Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/
Date: Sun, 27 Dec 2020 04:55:02
Message-Id: 1609044891.4af729770af33ffa2eb2d2bfcaf2c0d077c9ab0c.sam@gentoo
1 commit: 4af729770af33ffa2eb2d2bfcaf2c0d077c9ab0c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 27 04:54:51 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 27 04:54:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af72977
7
8 sys-libs/libhx: Stabilize 3.25 amd64, #761802
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-libs/libhx/libhx-3.25.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/libhx/libhx-3.25.ebuild b/sys-libs/libhx/libhx-3.25.ebuild
16 index 5f6d32a514e..66333c5728e 100644
17 --- a/sys-libs/libhx/libhx-3.25.ebuild
18 +++ b/sys-libs/libhx/libhx-3.25.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://inai.de/files/${PN}/libHX-${PV}.tar.xz"
20
21 LICENSE="GPL-3"
22 SLOT="0/32" # soname version
23 -KEYWORDS="~amd64 ~ppc ~x86"
24 +KEYWORDS="amd64 ~ppc ~x86"
25 IUSE="doc"
26
27 DEPEND="app-arch/xz-utils"