diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-01-16 10:46:11 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-01-16 10:46:11 +0000 |
commit | 30809ab5004b81a66466f4692f43bb9b1bfe180b (patch) | |
tree | 9c60c4df5c25b649f030b6a760922e457c595749 | |
parent | marked ~ppc wrt #303931 (diff) | |
download | gentoo-2-30809ab5004b81a66466f4692f43bb9b1bfe180b.tar.gz gentoo-2-30809ab5004b81a66466f4692f43bb9b1bfe180b.tar.bz2 gentoo-2-30809ab5004b81a66466f4692f43bb9b1bfe180b.zip |
marked ~ppc wrt #303931
(Portage version: 2.1.9.25/cvs/Linux ppc64)
-rw-r--r-- | dev-tcltk/anigif/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/anigif/anigif-1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tcltk/anigif/ChangeLog b/dev-tcltk/anigif/ChangeLog index b291443baf1d..f3321a3cb35a 100644 --- a/dev-tcltk/anigif/ChangeLog +++ b/dev-tcltk/anigif/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/anigif # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/anigif/ChangeLog,v 1.3 2011/01/16 09:53:49 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/anigif/ChangeLog,v 1.4 2011/01/16 10:46:11 xarthisius Exp $ + + 16 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> anigif-1.3.ebuild: + marked ~ppc wrt #303931 16 Jan 2011; Markos Chandras <hwoarang@gentoo.org> anigif-1.3.ebuild: Stable on amd64 wrt bug #351749 diff --git a/dev-tcltk/anigif/anigif-1.3.ebuild b/dev-tcltk/anigif/anigif-1.3.ebuild index ae66d0b5fc73..bd68b47ed6bc 100644 --- a/dev-tcltk/anigif/anigif-1.3.ebuild +++ b/dev-tcltk/anigif/anigif-1.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/anigif/anigif-1.3.ebuild,v 1.3 2011/01/16 09:53:49 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/anigif/anigif-1.3.ebuild,v 1.4 2011/01/16 10:46:11 xarthisius Exp $ inherit multilib @@ -10,7 +10,7 @@ SRC_URI="http://dev.gentooexperimental.org/~jlec/distfiles/${P}.zip" 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" |