diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-15 17:32:37 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-15 17:32:37 +0000 |
commit | c3c5399ecdc1bd62be91bce4027067cb6779be90 (patch) | |
tree | 157920b37c74c201c290aa99e4306e1098359fbe /dev-tcltk | |
parent | Stable on amd64 wrt bug #351747 (diff) | |
download | gentoo-2-c3c5399ecdc1bd62be91bce4027067cb6779be90.tar.gz gentoo-2-c3c5399ecdc1bd62be91bce4027067cb6779be90.tar.bz2 gentoo-2-c3c5399ecdc1bd62be91bce4027067cb6779be90.zip |
Stable on amd64 wrt bug #351748
(Portage version: 2.1.9.31/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/combobox/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/combobox/combobox-2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tcltk/combobox/ChangeLog b/dev-tcltk/combobox/ChangeLog index ffc20f6e379f..d2eade210ed4 100644 --- a/dev-tcltk/combobox/ChangeLog +++ b/dev-tcltk/combobox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/combobox # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/combobox/ChangeLog,v 1.2 2011/01/15 14:22:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/combobox/ChangeLog,v 1.3 2011/01/15 17:32:37 hwoarang Exp $ + + 15 Jan 2011; Markos Chandras <hwoarang@gentoo.org> combobox-2.3.ebuild: + Stable on amd64 wrt bug #351748 15 Jan 2011; Justin Lecher <jlec@gentoo.org> combobox-2.3.ebuild: Keyworded for ~-linux, tested by me diff --git a/dev-tcltk/combobox/combobox-2.3.ebuild b/dev-tcltk/combobox/combobox-2.3.ebuild index 8f9114dd0ff4..dbe8a4bbcb3d 100644 --- a/dev-tcltk/combobox/combobox-2.3.ebuild +++ b/dev-tcltk/combobox/combobox-2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/combobox/combobox-2.3.ebuild,v 1.2 2011/01/15 14:22:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/combobox/combobox-2.3.ebuild,v 1.3 2011/01/15 17:32:37 hwoarang Exp $ inherit multilib @@ -10,7 +10,7 @@ SRC_URI="http://www1.clearlight.com/~oakley/tcl/combobox/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="dev-lang/tcl" |