diff options
author | Sam James <sam@gentoo.org> | 2022-11-23 01:53:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-23 01:53:16 +0000 |
commit | f66871354f84de8e8c9f958a413200ab5bb9136f (patch) | |
tree | 21949127b88f06a0bc3f13cef0bb2e7c345b0ad3 /dev-tcltk/thread | |
parent | dev-tcltk/itcl: Stabilize 4.2.2 x86, #882561 (diff) | |
download | gentoo-f66871354f84de8e8c9f958a413200ab5bb9136f.tar.gz gentoo-f66871354f84de8e8c9f958a413200ab5bb9136f.tar.bz2 gentoo-f66871354f84de8e8c9f958a413200ab5bb9136f.zip |
dev-tcltk/thread: Stabilize 2.8.5 x86, #882563
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-tcltk/thread')
-rw-r--r-- | dev-tcltk/thread/thread-2.8.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tcltk/thread/thread-2.8.5.ebuild b/dev-tcltk/thread/thread-2.8.5.ebuild index f9b48fdfd4eb..e6421b825bf4 100644 --- a/dev-tcltk/thread/thread-2.8.5.ebuild +++ b/dev-tcltk/thread/thread-2.8.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/project/tcl/Thread%20Extension/${PV}/${MY_P}.tar.g LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86" IUSE="" DEPEND="dev-lang/tcl:0=[threads]" |