diff options
author | 2013-01-11 11:15:22 +0000 | |
---|---|---|
committer | 2013-01-11 11:15:22 +0000 | |
commit | 2331295b2b7b880cd59db8ee4505e6d5b6ff3bfb (patch) | |
tree | 7d411a05ff76e41fcb42b704da6451a32cb1758b /media-libs/sdl-gfx | |
parent | Add missing upstream remote-ids. (diff) | |
download | gentoo-2-2331295b2b7b880cd59db8ee4505e6d5b6ff3bfb.tar.gz gentoo-2-2331295b2b7b880cd59db8ee4505e6d5b6ff3bfb.tar.bz2 gentoo-2-2331295b2b7b880cd59db8ee4505e6d5b6ff3bfb.zip |
Stable for amd64, wrt bug #450768
(Portage version: 2.1.11.31/cvs/Linux x86_64, 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 a5d420e3e144..46d6dd71d075 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.89 2013/01/07 22:50:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/ChangeLog,v 1.90 2013/01/11 11:15:22 ago Exp $ + + 11 Jan 2013; Agostino Sarubbo <ago@gentoo.org> sdl-gfx-2.0.24.ebuild: + Stable for amd64, wrt bug #450768 07 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -sdl-gfx-2.0.22.ebuild, sdl-gfx-2.0.24.ebuild: 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 88cc4569046b..874632fc651f 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.2 2013/01/07 22:50:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.24.ebuild,v 1.3 2013/01/11 11:15:22 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]" |