diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-04-10 11:14:13 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-04-10 11:14:13 +0000 |
commit | 7f0c17e70e8e316c2dcc5f50b231db5992d21a93 (patch) | |
tree | 76ae656a726067f9602396648687fd7d5cc69692 /dev-tcltk | |
parent | Stable on alpha wrt security bug #172676 (diff) | |
download | gentoo-2-7f0c17e70e8e316c2dcc5f50b231db5992d21a93.tar.gz gentoo-2-7f0c17e70e8e316c2dcc5f50b231db5992d21a93.tar.bz2 gentoo-2-7f0c17e70e8e316c2dcc5f50b231db5992d21a93.zip |
ia64 stable wrt bug 173645
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/thread/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/thread/thread-2.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tcltk/thread/ChangeLog b/dev-tcltk/thread/ChangeLog index e97ea3074a39..f7dcb046f796 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.12 2007/04/10 03:49:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/thread/ChangeLog,v 1.13 2007/04/10 11:14:13 armin76 Exp $ + + 10 Apr 2007; Raúl Porcel <armin76@gentoo.org> thread-2.6.2.ebuild: + ia64 stable wrt bug 173645 10 Apr 2007; Jeroen Roovers <jer@gentoo.org> thread-2.6.2.ebuild: Stable for HPPA (bug #173645). diff --git a/dev-tcltk/thread/thread-2.6.2.ebuild b/dev-tcltk/thread/thread-2.6.2.ebuild index 1c73d93ee5e6..3a6f0bf2c361 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.10 2007/04/10 03:49:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/thread/thread-2.6.2.ebuild,v 1.11 2007/04/10 11:14:13 armin76 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 ) |