diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-01 14:19:08 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-01 14:19:08 +0200 |
commit | 1c84f52f21a39c0a7040fd6f3e7be9ec5dc859cb (patch) | |
tree | 72d1532f27674313c3a68191c71c6539c60dfd0c /app-arch | |
parent | dev-java/batik: Stabilize 1.14 x86, #710208 (diff) | |
download | gentoo-1c84f52f21a39c0a7040fd6f3e7be9ec5dc859cb.tar.gz gentoo-1c84f52f21a39c0a7040fd6f3e7be9ec5dc859cb.tar.bz2 gentoo-1c84f52f21a39c0a7040fd6f3e7be9ec5dc859cb.zip |
app-arch/lzlib: Stabilize 1.12 x86, #825466
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/lzlib/lzlib-1.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/lzlib/lzlib-1.12.ebuild b/app-arch/lzlib/lzlib-1.12.ebuild index 9b6f80481005..29e82c56ea4a 100644 --- a/app-arch/lzlib/lzlib-1.12.ebuild +++ b/app-arch/lzlib/lzlib-1.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.gz" LICENSE="libstdc++" # fancy form of GPL-2+ with library exception SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86" IUSE="" src_configure() { |