diff options
author | Sam James <sam@gentoo.org> | 2020-07-13 17:43:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-13 18:08:28 +0000 |
commit | 1796e9188751c2932a89c187cdd6ece15c0881eb (patch) | |
tree | 331c18b1443a0e05006e2798e2a8128b072ac2f9 /app-arch | |
parent | dev-python/http-parser: arm64 stable (bug #731406) (diff) | |
download | gentoo-1796e9188751c2932a89c187cdd6ece15c0881eb.tar.gz gentoo-1796e9188751c2932a89c187cdd6ece15c0881eb.tar.bz2 gentoo-1796e9188751c2932a89c187cdd6ece15c0881eb.zip |
app-arch/lrzip: s390 keyworded (bug #468854)
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/lrzip/lrzip-0.631_p20190619.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild b/app-arch/lrzip/lrzip-0.631_p20190619.ebuild index 6280be25f105..65be3c93370a 100644 --- a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild +++ b/app-arch/lrzip/lrzip-0.631_p20190619.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/ckolivas/lrzip/archive/${MY_COMMIT}.tar.gz -> ${P}.t LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" RDEPEND="dev-libs/lzo |