diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-01-18 15:37:03 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-01-18 15:37:03 +0000 |
commit | eebe3e225304092a624ef929b70f9b770fe8cd93 (patch) | |
tree | e1fb6e978920acb0f94d83432c2a7a0043ffc5fb /dev-tcltk/combobox | |
parent | x86 stable, bug 348987 (diff) | |
download | gentoo-2-eebe3e225304092a624ef929b70f9b770fe8cd93.tar.gz gentoo-2-eebe3e225304092a624ef929b70f9b770fe8cd93.tar.bz2 gentoo-2-eebe3e225304092a624ef929b70f9b770fe8cd93.zip |
x86 stable per bug 351748
(Portage version: 2.1.9.33/cvs/Linux i686)
Diffstat (limited to 'dev-tcltk/combobox')
-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 c4f5a05ae655..afc7817fa849 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.4 2011/01/16 10:45:11 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/combobox/ChangeLog,v 1.5 2011/01/18 15:37:03 tomka Exp $ + + 18 Jan 2011; Thomas Kahle <tomka@gentoo.org> combobox-2.3.ebuild: + x86 stable per bug 351748 16 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> combobox-2.3.ebuild: marked ~ppc wrt #303931 diff --git a/dev-tcltk/combobox/combobox-2.3.ebuild b/dev-tcltk/combobox/combobox-2.3.ebuild index a27519010373..9dd391effa62 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.4 2011/01/16 10:45:11 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/combobox/combobox-2.3.ebuild,v 1.5 2011/01/18 15:37:03 tomka 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 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="dev-lang/tcl" |