diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:25:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:04:04 +0000 |
commit | d72b4b0065d4ce4ddc8ccbad66660064cfb95161 (patch) | |
tree | cc5d52086733d2b33a4d5ef91cd96a0bd597f28d /dev-tcltk/tcllib | |
parent | dev-tcltk/expect: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-d72b4b0065d4ce4ddc8ccbad66660064cfb95161.tar.gz gentoo-d72b4b0065d4ce4ddc8ccbad66660064cfb95161.tar.bz2 gentoo-d72b4b0065d4ce4ddc8ccbad66660064cfb95161.zip |
dev-tcltk/tcllib: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-tcltk/tcllib')
-rw-r--r-- | dev-tcltk/tcllib/tcllib-1.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tcltk/tcllib/tcllib-1.20.ebuild b/dev-tcltk/tcllib/tcllib-1.20.ebuild index 45760d915524..f2eeb5a864fb 100644 --- a/dev-tcltk/tcllib/tcllib-1.20.ebuild +++ b/dev-tcltk/tcllib/tcllib-1.20.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/${PN}/${PN}/${PV}/${P}.tar.xz" LICENSE="BSD" SLOT="0" IUSE="examples" -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" RESTRICT="!test? ( test )" RDEPEND=" |