diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:37:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:10:09 +0000 |
commit | 19dcab7dd78f35c5617eae274d7159ca581c91da (patch) | |
tree | 5feb73f79f9c4bd268be5f157eb18bd566573182 /net-dialup/lrzsz | |
parent | net-dialup/linux-atm: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-19dcab7dd78f35c5617eae274d7159ca581c91da.tar.gz gentoo-19dcab7dd78f35c5617eae274d7159ca581c91da.tar.bz2 gentoo-19dcab7dd78f35c5617eae274d7159ca581c91da.zip |
net-dialup/lrzsz: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dialup/lrzsz')
-rw-r--r-- | net-dialup/lrzsz/lrzsz-0.12.20-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/lrzsz/lrzsz-0.12.20-r4.ebuild b/net-dialup/lrzsz/lrzsz-0.12.20-r4.ebuild index 55083572fc97..b5461864bb7c 100644 --- a/net-dialup/lrzsz/lrzsz-0.12.20-r4.ebuild +++ b/net-dialup/lrzsz/lrzsz-0.12.20-r4.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://www.ohse.de/uwe/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="nls" DEPEND="nls? ( virtual/libintl )" |