diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-01-16 10:48:36 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-01-16 10:48:36 +0000 |
commit | 9fd563613537852d941a93ee0feda6e48e7a9fe4 (patch) | |
tree | 0095b645d6b415208bc453755d16ff6c38ec0d62 /dev-tcltk/combobox | |
parent | Remove the really old cellphone and home phone numbers for myself that never ... (diff) | |
download | historical-9fd563613537852d941a93ee0feda6e48e7a9fe4.tar.gz historical-9fd563613537852d941a93ee0feda6e48e7a9fe4.tar.bz2 historical-9fd563613537852d941a93ee0feda6e48e7a9fe4.zip |
marked ~ppc wrt #303931
Package-Manager: portage-2.1.9.25/cvs/Linux ppc64
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 d2eade210ed4..c4f5a05ae655 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.3 2011/01/15 17:32:37 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/combobox/ChangeLog,v 1.4 2011/01/16 10:45:11 xarthisius Exp $ + + 16 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> combobox-2.3.ebuild: + marked ~ppc wrt #303931 15 Jan 2011; Markos Chandras <hwoarang@gentoo.org> combobox-2.3.ebuild: Stable on amd64 wrt bug #351748 diff --git a/dev-tcltk/combobox/combobox-2.3.ebuild b/dev-tcltk/combobox/combobox-2.3.ebuild index dbe8a4bbcb3d..a27519010373 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.3 2011/01/15 17:32:37 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/combobox/combobox-2.3.ebuild,v 1.4 2011/01/16 10:45:11 xarthisius 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 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="dev-lang/tcl" |