diff options
author | 2013-02-02 22:52:27 +0000 | |
---|---|---|
committer | 2013-02-02 22:52:27 +0000 | |
commit | 91dbc1190eabcda265d495bcdcf7ed209c49fb2b (patch) | |
tree | eb7d08b70651a8f1991eebeafcefc440dfc5167a /media-libs/sdl-gfx | |
parent | Add ~arm, wrt bug #449220 (diff) | |
download | gentoo-2-91dbc1190eabcda265d495bcdcf7ed209c49fb2b.tar.gz gentoo-2-91dbc1190eabcda265d495bcdcf7ed209c49fb2b.tar.bz2 gentoo-2-91dbc1190eabcda265d495bcdcf7ed209c49fb2b.zip |
Add ~arm, wrt bug #449220
(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 92ad24f1d36d..b1a9f196b5af 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.97 2013/01/22 18:09:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/ChangeLog,v 1.98 2013/02/02 22:52:27 ago Exp $ + + 02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> sdl-gfx-2.0.24.ebuild: + Add ~arm, wrt bug #449220 22 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -sdl-gfx-2.0.23.ebuild: old 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 5e070fb6a55b..0e461314f258 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.9 2013/01/21 16:07:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.24.ebuild,v 1.10 2013/02/02 22:52:27 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 ~arm 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]" |