diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-09-15 07:50:13 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-09-15 07:50:13 +0000 |
commit | 5fb0dc356557dd62264509f336b3bd7ff35abf96 (patch) | |
tree | cf56ecf96ebaf5bd35038a2670941a52316780b5 /dev-tcltk/tcllib | |
parent | Added ~x86-fbsd again. For missing deps see bug #192575 (diff) | |
download | gentoo-2-5fb0dc356557dd62264509f336b3bd7ff35abf96.tar.gz gentoo-2-5fb0dc356557dd62264509f336b3bd7ff35abf96.tar.bz2 gentoo-2-5fb0dc356557dd62264509f336b3bd7ff35abf96.zip |
Keyworded ~x86-fbsd, #192575
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-tcltk/tcllib')
-rw-r--r-- | dev-tcltk/tcllib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/tcllib/tcllib-1.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tcltk/tcllib/ChangeLog b/dev-tcltk/tcllib/ChangeLog index 2264c6ff4337..0ec7e115ac2a 100644 --- a/dev-tcltk/tcllib/ChangeLog +++ b/dev-tcltk/tcllib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tcllib # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.21 2007/06/11 23:52:41 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.22 2007/09/15 07:50:13 uberlord Exp $ + + 15 Sep 2007; Roy Marples <uberlord@gentoo.org> tcllib-1.9.ebuild: + Keyworded ~x86-fbsd, #192575 *tcllib-1.9 (11 Jun 2007) diff --git a/dev-tcltk/tcllib/tcllib-1.9.ebuild b/dev-tcltk/tcllib/tcllib-1.9.ebuild index fff01ccdd9aa..bc9961af9946 100644 --- a/dev-tcltk/tcllib/tcllib-1.9.ebuild +++ b/dev-tcltk/tcllib/tcllib-1.9.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/tcllib/tcllib-1.9.ebuild,v 1.1 2007/06/11 23:52:41 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.9.ebuild,v 1.2 2007/09/15 07:50:13 uberlord Exp $ DESCRIPTION="Tcl Standard Library." HOMEPAGE="http://www.tcl.tk/software/tcllib/" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/tcllib/${P}.tar.gz" LICENSE="BSD" SLOT="0" IUSE="examples" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~s390 ~sparc ~x86 ~x86-fbsd" DEPEND=">=dev-lang/tcl-8.3.1" |