diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-16 09:53:49 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-16 09:53:49 +0000 |
commit | 621731a9c7c8dce5ea66a8b0b0473230f4d9792d (patch) | |
tree | ee5f59f54fcb37fa61c061faf02c86f89c2b1e89 /dev-tcltk | |
parent | Stable on amd64 wrt bug #333947 (diff) | |
download | gentoo-2-621731a9c7c8dce5ea66a8b0b0473230f4d9792d.tar.gz gentoo-2-621731a9c7c8dce5ea66a8b0b0473230f4d9792d.tar.bz2 gentoo-2-621731a9c7c8dce5ea66a8b0b0473230f4d9792d.zip |
Stable on amd64 wrt bug #351749
(Portage version: 2.1.9.31/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk')
-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 718f19e05e57..b291443baf1d 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.2 2011/01/15 14:24:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/anigif/ChangeLog,v 1.3 2011/01/16 09:53:49 hwoarang Exp $ + + 16 Jan 2011; Markos Chandras <hwoarang@gentoo.org> anigif-1.3.ebuild: + Stable on amd64 wrt bug #351749 15 Jan 2011; Justin Lecher <jlec@gentoo.org> anigif-1.3.ebuild: Keyworded for ~-linux, tested by me diff --git a/dev-tcltk/anigif/anigif-1.3.ebuild b/dev-tcltk/anigif/anigif-1.3.ebuild index 44179c253d36..ae66d0b5fc73 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.2 2011/01/15 14:24:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/anigif/anigif-1.3.ebuild,v 1.3 2011/01/16 09:53:49 hwoarang 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 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="dev-lang/tcl" |