summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <drizzt@gentoo.org>2006-12-09 14:27:50 +0000
committerTimothy Redaelli <drizzt@gentoo.org>2006-12-09 14:27:50 +0000
commitb810f8a40b6d31e0940de7d78514774989413520 (patch)
tree916ebb78696f040824d6e24fd0c310ecff686fea /dev-tcltk/thread
parentBump to 2.6.19-r13 (diff)
downloadgentoo-2-b810f8a40b6d31e0940de7d78514774989413520.tar.gz
gentoo-2-b810f8a40b6d31e0940de7d78514774989413520.tar.bz2
gentoo-2-b810f8a40b6d31e0940de7d78514774989413520.zip
Add ~x86-fbsd keyword
(Portage version: 2.1.2_rc2-r4)
Diffstat (limited to 'dev-tcltk/thread')
-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 57263a4b200e..7d72bd0b1fd0 100644
--- a/dev-tcltk/thread/ChangeLog
+++ b/dev-tcltk/thread/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/thread
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/thread/ChangeLog,v 1.4 2006/01/08 15:15:25 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/thread/ChangeLog,v 1.5 2006/12/09 14:27:50 drizzt Exp $
+
+ 09 Dec 2006; Timothy Redaelli <drizzt@gentoo.org> thread-2.6.2.ebuild:
+ Add ~x86-fbsd keyword
*thread-2.6.2 (08 Jan 2006)
diff --git a/dev-tcltk/thread/thread-2.6.2.ebuild b/dev-tcltk/thread/thread-2.6.2.ebuild
index 744a62a7c75b..92c294000b6b 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-2006 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.2 2006/09/04 08:52:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/thread/thread-2.6.2.ebuild,v 1.3 2006/12/09 14:27:50 drizzt Exp $
inherit 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"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="gdbm"
DEPEND="gdbm? ( sys-libs/gdbm )