diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-29 09:27:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-29 09:27:49 +0000 |
commit | 686d0bb084865464729e7f1b40cc4d930fc564e0 (patch) | |
tree | b9bf167bd11b09d34198ba866839e1acd54d447d /media-libs | |
parent | drop doc rebuilding as it fails (diff) | |
download | gentoo-2-686d0bb084865464729e7f1b40cc4d930fc564e0.tar.gz gentoo-2-686d0bb084865464729e7f1b40cc4d930fc564e0.tar.bz2 gentoo-2-686d0bb084865464729e7f1b40cc4d930fc564e0.zip |
Stable for sparc, wrt bug #525742
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
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-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 b0de90578fa1..28f745b736e0 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.95 2014/10/28 10:53:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.96 2014/10/29 09:27:49 ago Exp $ + + 29 Oct 2014; Agostino Sarubbo <ago@gentoo.org> sdl-image-1.2.12-r1.ebuild: + Stable for sparc, wrt bug #525742 28 Oct 2014; Agostino Sarubbo <ago@gentoo.org> sdl-image-1.2.12-r1.ebuild: Stable for ia64, wrt bug #525742 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 03ec3516cff2..4fe3f10d7a33 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.8 2014/10/28 10:53:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.12-r1.ebuild,v 1.9 2014/10/29 09:27:49 ago 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=" |