diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-01-15 14:22:20 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-01-15 14:22:20 +0000 |
commit | 2f791c1625344ec354141cf693cc3441ab6204ae (patch) | |
tree | 7008c882ac0cf45eff74de1acb09a0bff2276d7c /dev-tcltk | |
parent | ppc/ppc64 stable wrt #351699 (diff) | |
download | gentoo-2-2f791c1625344ec354141cf693cc3441ab6204ae.tar.gz gentoo-2-2f791c1625344ec354141cf693cc3441ab6204ae.tar.bz2 gentoo-2-2f791c1625344ec354141cf693cc3441ab6204ae.zip |
Keyworded for ~-linux, tested by me
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/combobox/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tcltk/combobox/combobox-2.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-tcltk/combobox/ChangeLog b/dev-tcltk/combobox/ChangeLog index 56c75f931f1b..ffc20f6e379f 100644 --- a/dev-tcltk/combobox/ChangeLog +++ b/dev-tcltk/combobox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/combobox -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/combobox/ChangeLog,v 1.1 2010/02/06 23:16:45 jlec Exp $ +# 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 $ + + 15 Jan 2011; Justin Lecher <jlec@gentoo.org> combobox-2.3.ebuild: + Keyworded for ~-linux, tested by me *combobox-2.3 (06 Feb 2010) diff --git a/dev-tcltk/combobox/combobox-2.3.ebuild b/dev-tcltk/combobox/combobox-2.3.ebuild index 4c534c51600e..8f9114dd0ff4 100644 --- a/dev-tcltk/combobox/combobox-2.3.ebuild +++ b/dev-tcltk/combobox/combobox-2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.1 2010/02/06 23:16:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/combobox/combobox-2.3.ebuild,v 1.2 2011/01/15 14:22:20 jlec 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" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="dev-lang/tcl" |