diff options
author | 2014-10-22 07:58:25 +0000 | |
---|---|---|
committer | 2014-10-22 07:58:25 +0000 | |
commit | 00a7209c967f3eeac5eb5e75c292cca9a4cfe0a4 (patch) | |
tree | 69a1b22c01fb844bf2c9514a9e29e2c17e6a61d6 /media-libs | |
parent | net-analyzer/openvas-scanner: Update to latest beta; drop old (diff) | |
download | gentoo-2-00a7209c967f3eeac5eb5e75c292cca9a4cfe0a4.tar.gz gentoo-2-00a7209c967f3eeac5eb5e75c292cca9a4cfe0a4.tar.bz2 gentoo-2-00a7209c967f3eeac5eb5e75c292cca9a4cfe0a4.zip |
Stable for HPPA (bug #525742).
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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 1d555cc9187b..83a2d7001796 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.91 2014/10/18 18:03:18 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.92 2014/10/22 07:58:25 jer Exp $ + + 22 Oct 2014; Jeroen Roovers <jer@gentoo.org> sdl-image-1.2.12-r1.ebuild: + Stable for HPPA (bug #525742). 18 Oct 2014; Pacho Ramos <pacho@gentoo.org> sdl-image-1.2.12-r1.ebuild: x86 stable, 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 24e285c5ced4..b53f6cdc9666 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.4 2014/10/18 18:03:18 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.12-r1.ebuild,v 1.5 2014/10/22 07:58:25 jer 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=" |