diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-10-18 18:01:55 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-10-18 18:01:55 +0000 |
commit | cae972fef4557a9f35962b0bda895726b6306258 (patch) | |
tree | bfc09c8cb9673010235eeb846c0f65c140ec1814 /media-libs/sdl-image | |
parent | fix ebuild (some fixes were lost during version bump as I used old ebuild) (diff) | |
download | gentoo-2-cae972fef4557a9f35962b0bda895726b6306258.tar.gz gentoo-2-cae972fef4557a9f35962b0bda895726b6306258.tar.bz2 gentoo-2-cae972fef4557a9f35962b0bda895726b6306258.zip |
amd64 stable, bug #525742
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
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-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 92448797c8e9..71eada6168ee 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.89 2014/06/18 19:56:10 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.90 2014/10/18 18:01:55 pacho Exp $ + + 18 Oct 2014; Pacho Ramos <pacho@gentoo.org> sdl-image-1.2.12-r1.ebuild: + amd64 stable, bug #525742 18 Jun 2014; Michał Górny <mgorny@gentoo.org> sdl-image-1.2.12-r1.ebuild: Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug diff --git a/media-libs/sdl-image/sdl-image-1.2.12-r1.ebuild b/media-libs/sdl-image/sdl-image-1.2.12-r1.ebuild index 218398a21011..f33400fade4f 100644 --- a/media-libs/sdl-image/sdl-image-1.2.12-r1.ebuild +++ b/media-libs/sdl-image/sdl-image-1.2.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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-r1.ebuild,v 1.2 2014/06/18 19:56:10 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.12-r1.ebuild,v 1.3 2014/10/18 18:01:55 pacho Exp $ EAPI=5 inherit eutils multilib-minimal @@ -12,7 +12,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 ~amd64-fbsd ~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 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="gif jpeg png static-libs tiff webp" RDEPEND=" |