diff options
author | Markus Meier <maekke@gentoo.org> | 2009-04-18 12:40:59 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-04-18 12:40:59 +0000 |
commit | 381a469134d949bd82f5d81ac599570e800d948e (patch) | |
tree | 4c431f3abe17a17b78d4767f1470baf8322f2371 /media-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-381a469134d949bd82f5d81ac599570e800d948e.tar.gz gentoo-2-381a469134d949bd82f5d81ac599570e800d948e.tar.bz2 gentoo-2-381a469134d949bd82f5d81ac599570e800d948e.zip |
amd64/x86 stable, bug #264906
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/sdl-image/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/sdl-image/sdl-image-1.2.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/sdl-image/ChangeLog b/media-libs/sdl-image/ChangeLog index 92f5432a6e76..81329e51144d 100644 --- a/media-libs/sdl-image/ChangeLog +++ b/media-libs/sdl-image/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/sdl-image # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.46 2009/04/12 18:14:59 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.47 2009/04/18 12:40:59 maekke Exp $ + + 18 Apr 2009; Markus Meier <maekke@gentoo.org> sdl-image-1.2.7: + amd64/x86 stable, bug #264906 12 Apr 2009; Brent Baude <ranger@gentoo.org> sdl-image-1.2.7.ebuild: stable ppc64, bug 264906 diff --git a/media-libs/sdl-image/sdl-image-1.2.7.ebuild b/media-libs/sdl-image/sdl-image-1.2.7.ebuild index 030954b624c6..66a101e380ea 100644 --- a/media-libs/sdl-image/sdl-image-1.2.7.ebuild +++ b/media-libs/sdl-image/sdl-image-1.2.7.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-libs/sdl-image/sdl-image-1.2.7.ebuild,v 1.4 2009/04/12 18:14:59 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.7.ebuild,v 1.5 2009/04/18 12:40:59 maekke Exp $ MY_P="${P/sdl-/SDL_}" DESCRIPTION="image file loading library" @@ -9,7 +9,7 @@ SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="gif jpeg tiff png" DEPEND="sys-libs/zlib |