diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-05-04 16:49:25 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-05-04 16:53:27 +0200 |
commit | 1a41ba71f05f72bcf7b47b6a0748b429138fab5e (patch) | |
tree | 0bea72396043240092b4f278484977fb2c89daa4 /dev-lang | |
parent | dev-lang/python: strip ~riscv in 3.6, is b0rken. 3.7 is ok (diff) | |
download | gentoo-1a41ba71f05f72bcf7b47b6a0748b429138fab5e.tar.gz gentoo-1a41ba71f05f72bcf7b47b6a0748b429138fab5e.tar.bz2 gentoo-1a41ba71f05f72bcf7b47b6a0748b429138fab5e.zip |
dev-lang/tcl: keyword ~riscv
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/tcl/tcl-8.6.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/tcl/tcl-8.6.9.ebuild b/dev-lang/tcl/tcl-8.6.9.ebuild index a9c8a8c42014..a0c42bf1fbfa 100644 --- a/dev-lang/tcl/tcl-8.6.9.ebuild +++ b/dev-lang/tcl/tcl-8.6.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/tcl/${PN}-core${PV}-src.tar.gz" LICENSE="tcltk" SLOT="0/8.6" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="debug +threads" RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]" |