diff options
author | Markus Meier <maekke@gentoo.org> | 2009-01-25 16:46:51 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-01-25 16:46:51 +0000 |
commit | 25b0ff38424eb3bc553c6b3ef0b96d2339b10806 (patch) | |
tree | 263dc637920316320590e29514c4e8d041e01f20 /media-gfx/tuxpaint | |
parent | Stable on alpha, bug #254440 (diff) | |
download | historical-25b0ff38424eb3bc553c6b3ef0b96d2339b10806.tar.gz historical-25b0ff38424eb3bc553c6b3ef0b96d2339b10806.tar.bz2 historical-25b0ff38424eb3bc553c6b3ef0b96d2339b10806.zip |
amd64/x86 stable, bug #256179
Package-Manager: portage-2.1.6.7/cvs/Linux x86_64
Diffstat (limited to 'media-gfx/tuxpaint')
-rw-r--r-- | media-gfx/tuxpaint/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/tuxpaint/tuxpaint-0.9.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/tuxpaint/ChangeLog b/media-gfx/tuxpaint/ChangeLog index f76d1aedb9b7..d15f45fb832b 100644 --- a/media-gfx/tuxpaint/ChangeLog +++ b/media-gfx/tuxpaint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/tuxpaint # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/ChangeLog,v 1.50 2009/01/21 23:13:09 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/ChangeLog,v 1.51 2009/01/25 16:46:07 maekke Exp $ + + 25 Jan 2009; Markus Meier <maekke@gentoo.org> tuxpaint-0.9.20.ebuild: + amd64/x86 stable, bug #256179 21 Jan 2009; Markus Meier <maekke@gentoo.org> tuxpaint-0.9.20.ebuild: remove svg USE-flag, as disabling it is broken. media-libs/sdl-image needs diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.20.ebuild b/media-gfx/tuxpaint/tuxpaint-0.9.20.ebuild index 3614260ed0c4..426511c0d82e 100644 --- a/media-gfx/tuxpaint/tuxpaint-0.9.20.ebuild +++ b/media-gfx/tuxpaint/tuxpaint-0.9.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/tuxpaint-0.9.20.ebuild,v 1.2 2009/01/21 23:13:09 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/tuxpaint-0.9.20.ebuild,v 1.3 2009/01/25 16:46:07 maekke Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="nls" |