diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-01-18 00:26:13 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-01-18 00:26:13 +0000 |
commit | 11b4a870aa42edc2a3f67d5b697e022aa0fb2dc5 (patch) | |
tree | a9f454df9b13cbada3137b2de1ebae1dfb0e28dc /media-gfx | |
parent | ladspa-sdk gcc4 fix (diff) | |
download | gentoo-2-11b4a870aa42edc2a3f67d5b697e022aa0fb2dc5.tar.gz gentoo-2-11b4a870aa42edc2a3f67d5b697e022aa0fb2dc5.tar.bz2 gentoo-2-11b4a870aa42edc2a3f67d5b697e022aa0fb2dc5.zip |
Stable on x86, bug #119316.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/tuxpaint/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/tuxpaint/tuxpaint-0.9.15b.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-gfx/tuxpaint/ChangeLog b/media-gfx/tuxpaint/ChangeLog index 812b672a9f2e..e62327ce2195 100644 --- a/media-gfx/tuxpaint/ChangeLog +++ b/media-gfx/tuxpaint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/tuxpaint -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/ChangeLog,v 1.19 2005/12/22 04:27:11 leonardop Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/ChangeLog,v 1.20 2006/01/18 00:26:13 ticho Exp $ + + 18 Jan 2006; Andrej Kacian <ticho@gentoo.org> tuxpaint-0.9.15b.ebuild: + Stable on x86, bug #119316. *tuxpaint-0.9.15b (22 Dec 2005) diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.15b.ebuild b/media-gfx/tuxpaint/tuxpaint-0.9.15b.ebuild index a266ded2b506..5dfe5b533f40 100644 --- a/media-gfx/tuxpaint/tuxpaint-0.9.15b.ebuild +++ b/media-gfx/tuxpaint/tuxpaint-0.9.15b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/tuxpaint-0.9.15b.ebuild,v 1.1 2005/12/22 04:27:11 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/tuxpaint-0.9.15b.ebuild,v 1.2 2006/01/18 00:26:13 ticho Exp $ inherit eutils @@ -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="gnome kde nls" |