diff options
author | Sam James <sam@gentoo.org> | 2021-03-12 18:31:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-12 18:31:08 +0000 |
commit | 3d11e55bf82f4ec98311c347ec78f8357894a24b (patch) | |
tree | 120ff76c2faae87ee48e2ceb526ea47d8c7cdcf9 /app-arch | |
parent | dev-util/geany-plugins: Stabilize 1.37-r101 amd64, #769074 (diff) | |
download | gentoo-3d11e55bf82f4ec98311c347ec78f8357894a24b.tar.gz gentoo-3d11e55bf82f4ec98311c347ec78f8357894a24b.tar.bz2 gentoo-3d11e55bf82f4ec98311c347ec78f8357894a24b.zip |
app-arch/lzma: Stabilize 19.00 amd64, #769200
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/lzma/lzma-19.00.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/lzma/lzma-19.00.ebuild b/app-arch/lzma/lzma-19.00.ebuild index 96ca5df0f656..c59fd304b3d6 100644 --- a/app-arch/lzma/lzma-19.00.ebuild +++ b/app-arch/lzma/lzma-19.00.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 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/sevenzip/${MY_P}.7z -> ${P}.7z" LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc" BDEPEND="app-arch/p7zip" |