diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-20 10:24:30 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-20 10:24:30 +0000 |
commit | e39887dccba13e2bd78fa58e9edafa96a0f06d0c (patch) | |
tree | b6ffdf89dab6331a805b2fdf5c6dd2ed422e1862 /media-libs/sdl-gfx | |
parent | Stable for alpha, wrt bug #448968 (diff) | |
download | gentoo-2-e39887dccba13e2bd78fa58e9edafa96a0f06d0c.tar.gz gentoo-2-e39887dccba13e2bd78fa58e9edafa96a0f06d0c.tar.bz2 gentoo-2-e39887dccba13e2bd78fa58e9edafa96a0f06d0c.zip |
Stable for alpha, wrt bug #450768
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'media-libs/sdl-gfx')
-rw-r--r-- | media-libs/sdl-gfx/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/sdl-gfx/sdl-gfx-2.0.24.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/sdl-gfx/ChangeLog b/media-libs/sdl-gfx/ChangeLog index 80431abaeeb2..2a4f8a67f700 100644 --- a/media-libs/sdl-gfx/ChangeLog +++ b/media-libs/sdl-gfx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/sdl-gfx # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/ChangeLog,v 1.93 2013/01/15 15:59:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/ChangeLog,v 1.94 2013/01/20 10:24:30 ago Exp $ + + 20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> sdl-gfx-2.0.24.ebuild: + Stable for alpha, wrt bug #450768 15 Jan 2013; Jeroen Roovers <jer@gentoo.org> sdl-gfx-2.0.24.ebuild: Stable for HPPA (bug #450768). diff --git a/media-libs/sdl-gfx/sdl-gfx-2.0.24.ebuild b/media-libs/sdl-gfx/sdl-gfx-2.0.24.ebuild index 697b7a5303da..47439eb1a62b 100644 --- a/media-libs/sdl-gfx/sdl-gfx-2.0.24.ebuild +++ b/media-libs/sdl-gfx/sdl-gfx-2.0.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.24.ebuild,v 1.6 2013/01/15 15:59:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.24.ebuild,v 1.7 2013/01/20 10:24:30 ago Exp $ EAPI=2 inherit autotools eutils @@ -12,7 +12,7 @@ SRC_URI="http://www.ferzkopp.net/Software/SDL_gfx-2.0/${MY_P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 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 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="doc mmx static-libs" DEPEND="media-libs/libsdl[video]" |