diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-02-22 18:34:31 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-02-22 18:34:31 +0000 |
commit | 7dac4dc878446c3a90211ecdb3a1123ebf29a135 (patch) | |
tree | f032a97b3a3e2aed9475175fe5f62a4b59c62d0e /media-libs | |
parent | Stable for HPPA (bug #405217). (diff) | |
download | gentoo-2-7dac4dc878446c3a90211ecdb3a1123ebf29a135.tar.gz gentoo-2-7dac4dc878446c3a90211ecdb3a1123ebf29a135.tar.bz2 gentoo-2-7dac4dc878446c3a90211ecdb3a1123ebf29a135.zip |
Stable for HPPA (bug #405219).
(Portage version: 2.2.0_alpha88/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.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 a0a98478a8a2..3cfea31fa79a 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.79 2012/02/22 10:02:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.80 2012/02/22 18:34:31 jer Exp $ + + 22 Feb 2012; Jeroen Roovers <jer@gentoo.org> sdl-image-1.2.12.ebuild: + Stable for HPPA (bug #405219). 22 Feb 2012; Agostino Sarubbo <ago@gentoo.org> sdl-image-1.2.12.ebuild: Stable for amd64, wrt bug #405219 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 58d50ea83bb5..34adbd3c160c 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.2 2012/02/22 10:02:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.12.ebuild,v 1.3 2012/02/22 18:34:31 jer 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 |