diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-02-16 16:06:51 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-02-16 16:06:51 +0000 |
commit | 5cc64b1a1fa8245fc864742640ba1439ee666582 (patch) | |
tree | 4873d19206ed8aeb616abf0d4bdafc421d49700d /dev-lang/tk | |
parent | stable x86, bug 210326 (diff) | |
download | gentoo-2-5cc64b1a1fa8245fc864742640ba1439ee666582.tar.gz gentoo-2-5cc64b1a1fa8245fc864742640ba1439ee666582.tar.bz2 gentoo-2-5cc64b1a1fa8245fc864742640ba1439ee666582.zip |
stable x86, bug 210326
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-lang/tk')
-rw-r--r-- | dev-lang/tk/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/tk/tk-8.4.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/tk/ChangeLog b/dev-lang/tk/ChangeLog index 8939ee537c36..12f682a59276 100644 --- a/dev-lang/tk/ChangeLog +++ b/dev-lang/tk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/tk # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.103 2008/02/16 04:43:31 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.104 2008/02/16 16:06:51 opfer Exp $ + + 16 Feb 2008; Christian Faulhammer <opfer@gentoo.org> tk-8.4.18.ebuild: + stable x86, bug 210326 *tk-8.5.1 (16 Feb 2008) *tk-8.4.18 (16 Feb 2008) diff --git a/dev-lang/tk/tk-8.4.18.ebuild b/dev-lang/tk/tk-8.4.18.ebuild index 236feb8f517c..fa4b96521732 100644 --- a/dev-lang/tk/tk-8.4.18.ebuild +++ b/dev-lang/tk/tk-8.4.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.4.18.ebuild,v 1.1 2008/02/16 04:43:31 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.4.18.ebuild,v 1.2 2008/02/16 16:06:51 opfer Exp $ WANT_AUTOCONF=latest WANT_AUTOMAKE=latest @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/tcl/${PN}${PV}-src.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd" IUSE="debug threads" RDEPEND="x11-libs/libX11 |