diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-05-11 12:07:44 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-05-11 12:07:44 +0000 |
commit | a126d97d01622bc7d14e97d009483c14a9c5bf04 (patch) | |
tree | 5c36c18505e67e745081aa467afe40aeccb430c8 /media-libs/sdl-image | |
parent | Fixing init script for #301263 (diff) | |
download | gentoo-2-a126d97d01622bc7d14e97d009483c14a9c5bf04.tar.gz gentoo-2-a126d97d01622bc7d14e97d009483c14a9c5bf04.tar.bz2 gentoo-2-a126d97d01622bc7d14e97d009483c14a9c5bf04.zip |
x86 stable wrt bug #315293
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'media-libs/sdl-image')
-rw-r--r-- | media-libs/sdl-image/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/sdl-image/sdl-image-1.2.10-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/sdl-image/ChangeLog b/media-libs/sdl-image/ChangeLog index 34c1e0e4b98e..cb6221abeb9c 100644 --- a/media-libs/sdl-image/ChangeLog +++ b/media-libs/sdl-image/ChangeLog @@ -1,6 +1,10 @@ # 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.67 2010/03/15 18:24:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.68 2010/05/11 12:07:44 phajdan.jr Exp $ + + 11 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + sdl-image-1.2.10-r1.ebuild: + x86 stable wrt bug #315293 15 Mar 2010; Michael Sterrett <mr_bones_@gentoo.org> sdl-image-1.2.10-r1.ebuild: 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 83738420f1e1..450368704ffb 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.3 2010/03/15 18:26:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.10-r1.ebuild,v 1.4 2010/05/11 12:07:44 phajdan.jr 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 |