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 | 890c6d91d857b231555f1f3450684a9c80084e8b (patch) | |
tree | fe4af2d636bdde7383f9624f91d6c8b3cfb2ed9a /media-libs/sdl-image | |
parent | Stable for HPPA (bug #405217). (diff) | |
download | historical-890c6d91d857b231555f1f3450684a9c80084e8b.tar.gz historical-890c6d91d857b231555f1f3450684a9c80084e8b.tar.bz2 historical-890c6d91d857b231555f1f3450684a9c80084e8b.zip |
Stable for HPPA (bug #405219).
Package-Manager: portage-2.2.0_alpha88/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 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 |