diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-22 10:02:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-22 10:02:45 +0000 |
commit | c0eb914116bd94f0034ab86a61044465abbfc79a (patch) | |
tree | fe994f16a632f11b726ae91201789d71254abec1 /media-libs/sdl-image | |
parent | Stable for amd64, wrt bug #405217 (diff) | |
download | gentoo-2-c0eb914116bd94f0034ab86a61044465abbfc79a.tar.gz gentoo-2-c0eb914116bd94f0034ab86a61044465abbfc79a.tar.bz2 gentoo-2-c0eb914116bd94f0034ab86a61044465abbfc79a.zip |
Stable for amd64, wrt bug #405219
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/sdl-image')
-rw-r--r-- | media-libs/sdl-image/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/sdl-image/sdl-image-1.2.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/sdl-image/ChangeLog b/media-libs/sdl-image/ChangeLog index 07e7aca2ca80..a0a98478a8a2 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.78 2012/01/21 21:46:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.79 2012/02/22 10:02:45 ago Exp $ + + 22 Feb 2012; Agostino Sarubbo <ago@gentoo.org> sdl-image-1.2.12.ebuild: + Stable for amd64, wrt bug #405219 *sdl-image-1.2.12 (21 Jan 2012) diff --git a/media-libs/sdl-image/sdl-image-1.2.12.ebuild b/media-libs/sdl-image/sdl-image-1.2.12.ebuild index 76a1a7dc6617..58d50ea83bb5 100644 --- a/media-libs/sdl-image/sdl-image-1.2.12.ebuild +++ b/media-libs/sdl-image/sdl-image-1.2.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.12.ebuild,v 1.1 2012/01/21 21:46:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.12.ebuild,v 1.2 2012/02/22 10:02:45 ago Exp $ EAPI=2 MY_P="${P/sdl-/SDL_}" @@ -10,7 +10,7 @@ SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="gif jpeg png static-libs tiff webp" DEPEND="sys-libs/zlib |