summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-04-07 10:30:40 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-04-07 10:30:40 +0000
commitce53e37581244615eff5bbaffe203e94ea4bf99b (patch)
treee9ff4b0759f0e7b81c8e3408c03f3349f7b23e0d /dev-tcltk
parentFix bug #116709 (diff)
downloadgentoo-2-ce53e37581244615eff5bbaffe203e94ea4bf99b.tar.gz
gentoo-2-ce53e37581244615eff5bbaffe203e94ea4bf99b.tar.bz2
gentoo-2-ce53e37581244615eff5bbaffe203e94ea4bf99b.zip
Stable on x86
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/thread/ChangeLog5
-rw-r--r--dev-tcltk/thread/thread-2.6.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tcltk/thread/ChangeLog b/dev-tcltk/thread/ChangeLog
index b60235d78962..3c774dadf8ca 100644
--- a/dev-tcltk/thread/ChangeLog
+++ b/dev-tcltk/thread/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/thread
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/thread/ChangeLog,v 1.6 2007/04/07 10:26:01 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/thread/ChangeLog,v 1.7 2007/04/07 10:30:40 jokey Exp $
+
+ 07 Apr 2007; Markus Ullmann <jokey@gentoo.org> thread-2.6.2.ebuild:
+ Stable on x86
07 Apr 2007; Markus Ullmann <jokey@gentoo.org> -thread-2.6.1.ebuild,
thread-2.6.2.ebuild:
diff --git a/dev-tcltk/thread/thread-2.6.2.ebuild b/dev-tcltk/thread/thread-2.6.2.ebuild
index 5cccb487aca2..c53b662a062d 100644
--- a/dev-tcltk/thread/thread-2.6.2.ebuild
+++ b/dev-tcltk/thread/thread-2.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/thread/thread-2.6.2.ebuild,v 1.4 2007/04/07 10:26:01 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/thread/thread-2.6.2.ebuild,v 1.5 2007/04/07 10:30:40 jokey Exp $
inherit autotools eutils multilib
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/tcl/${PN}${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
IUSE="gdbm"
DEPEND="gdbm? ( sys-libs/gdbm )