diff options
author | Sam James <sam@gentoo.org> | 2021-01-05 20:47:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-05 20:47:48 +0000 |
commit | c26b503f570fd42b5d26e1be978fb58f9e2612dd (patch) | |
tree | a4e6bf163ed1bfb96b079287e9e2def77ebaae50 /sys-libs/libhx | |
parent | net-fs/autofs: Stabilize 5.1.6-r1 x86, #761799 (diff) | |
download | gentoo-c26b503f570fd42b5d26e1be978fb58f9e2612dd.tar.gz gentoo-c26b503f570fd42b5d26e1be978fb58f9e2612dd.tar.bz2 gentoo-c26b503f570fd42b5d26e1be978fb58f9e2612dd.zip |
sys-libs/libhx: Stabilize 3.25 x86, #761802
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/libhx')
-rw-r--r-- | sys-libs/libhx/libhx-3.25.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libhx/libhx-3.25.ebuild b/sys-libs/libhx/libhx-3.25.ebuild index 9b91d55437f2..76c65740ee5a 100644 --- a/sys-libs/libhx/libhx-3.25.ebuild +++ b/sys-libs/libhx/libhx-3.25.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://inai.de/files/${PN}/libHX-${PV}.tar.xz" LICENSE="GPL-3" SLOT="0/32" # soname version -KEYWORDS="amd64 ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="doc" DEPEND="app-arch/xz-utils" |