diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-10-25 15:24:18 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-10-25 15:24:18 +0000 |
commit | 8b6a1113929202be682678a133b4e08bec544e54 (patch) | |
tree | 885b7983fd21b9997ea05cbd688f5d8534d055a8 /media-gfx/tuxpaint | |
parent | Stable on ppc wrt bug 243270 (diff) | |
download | gentoo-2-8b6a1113929202be682678a133b4e08bec544e54.tar.gz gentoo-2-8b6a1113929202be682678a133b4e08bec544e54.tar.bz2 gentoo-2-8b6a1113929202be682678a133b4e08bec544e54.zip |
Stable on ppc wrt bug 242790
(Portage version: 2.1.4.5)
Diffstat (limited to 'media-gfx/tuxpaint')
-rw-r--r-- | media-gfx/tuxpaint/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/tuxpaint/tuxpaint-0.9.19.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/tuxpaint/ChangeLog b/media-gfx/tuxpaint/ChangeLog index 0e3a67403b25..c008242d6cf2 100644 --- a/media-gfx/tuxpaint/ChangeLog +++ b/media-gfx/tuxpaint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/tuxpaint # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/ChangeLog,v 1.44 2008/10/25 13:14:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/ChangeLog,v 1.45 2008/10/25 15:24:18 nixnut Exp $ + + 25 Oct 2008; nixnut <nixnut@gentoo.org> tuxpaint-0.9.19.ebuild: + Stable on ppc wrt bug 242790 25 Oct 2008; Markus Meier <maekke@gentoo.org> +files/tuxpaint-0.9.19-strip.patch, tuxpaint-0.9.19.ebuild: diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.19.ebuild b/media-gfx/tuxpaint/tuxpaint-0.9.19.ebuild index d1b83714b22d..84a7225fc394 100644 --- a/media-gfx/tuxpaint/tuxpaint-0.9.19.ebuild +++ b/media-gfx/tuxpaint/tuxpaint-0.9.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/tuxpaint-0.9.19.ebuild,v 1.4 2008/10/25 13:14:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/tuxpaint-0.9.19.ebuild,v 1.5 2008/10/25 15:24:18 nixnut Exp $ inherit eutils gnome2-utils multilib toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc ~x86" IUSE="nls svg" |