diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-05-23 21:23:05 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-05-23 21:23:05 +0000 |
commit | fc0d1bf508a0be0edfe9a4f2b2201db893e1a64e (patch) | |
tree | 64d55c65b9d7e9f9ec99439a38e5bf3ca774511f /media-libs/sdl-image | |
parent | stable amd64, bug 315291 (diff) | |
download | historical-fc0d1bf508a0be0edfe9a4f2b2201db893e1a64e.tar.gz historical-fc0d1bf508a0be0edfe9a4f2b2201db893e1a64e.tar.bz2 historical-fc0d1bf508a0be0edfe9a4f2b2201db893e1a64e.zip |
stable amd64, bug 315293
Package-Manager: portage-2.1.8.3/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.10-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/sdl-image/ChangeLog b/media-libs/sdl-image/ChangeLog index ec143896ddf5..0ea3ee2c899c 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.70 2010/05/19 19:56:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.71 2010/05/23 21:23:05 pacho Exp $ + + 23 May 2010; Pacho Ramos <pacho@gentoo.org> sdl-image-1.2.10-r1.ebuild: + stable amd64, bug 315293 19 May 2010; Raúl Porcel <armin76@gentoo.org> sdl-image-1.2.10-r1.ebuild: alpha/arm/ia64/sparc stable wrt #315293 diff --git a/media-libs/sdl-image/sdl-image-1.2.10-r1.ebuild b/media-libs/sdl-image/sdl-image-1.2.10-r1.ebuild index dcce25157d25..0baf3ed0eddc 100644 --- a/media-libs/sdl-image/sdl-image-1.2.10-r1.ebuild +++ b/media-libs/sdl-image/sdl-image-1.2.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.10-r1.ebuild,v 1.6 2010/05/19 19:56:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.10-r1.ebuild,v 1.7 2010/05/23 21:23:05 pacho 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="LGPL-2.1" 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 tiff png" DEPEND="sys-libs/zlib |