diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 19:06:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:52:19 +0000 |
commit | bcd867e65437785b8166a48663094038993508a4 (patch) | |
tree | c5b87e7fa49d0cd5002a60fcce5feffc64d7bb40 /app-misc | |
parent | app-misc/realpath: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-bcd867e65437785b8166a48663094038993508a4.tar.gz gentoo-bcd867e65437785b8166a48663094038993508a4.tar.bz2 gentoo-bcd867e65437785b8166a48663094038993508a4.zip |
app-misc/rl: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/rl/rl-0.2.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/rl/rl-0.2.7-r1.ebuild b/app-misc/rl/rl-0.2.7-r1.ebuild index 25fd63c8898b..1f1c47f2ee0f 100644 --- a/app-misc/rl/rl-0.2.7-r1.ebuild +++ b/app-misc/rl/rl-0.2.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://arthurdejong.org/rl/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ia64 ~mips ppc s390 sparc x86" +KEYWORDS="amd64 ~ia64 ~mips ppc ~s390 sparc x86" IUSE="debug" DOCS=( AUTHORS ChangeLog INSTALL NEWS README TODO ) |