diff options
author | Markus Meier <maekke@gentoo.org> | 2008-05-11 13:32:50 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-05-11 13:32:50 +0000 |
commit | c01dc4d023f7e76fe21eb45d793f3b4ba90ca6f2 (patch) | |
tree | 21614ba50fe4387be730a075f0057bdb239f2d07 /media-libs/sdl-gfx/sdl-gfx-2.0.16.ebuild | |
parent | amd64/x86 stable, bug #221173 (diff) | |
download | historical-c01dc4d023f7e76fe21eb45d793f3b4ba90ca6f2.tar.gz historical-c01dc4d023f7e76fe21eb45d793f3b4ba90ca6f2.tar.bz2 historical-c01dc4d023f7e76fe21eb45d793f3b4ba90ca6f2.zip |
amd64/x86 stable, bug #221203
Package-Manager: portage-2.1.5_rc10
Diffstat (limited to 'media-libs/sdl-gfx/sdl-gfx-2.0.16.ebuild')
-rw-r--r-- | media-libs/sdl-gfx/sdl-gfx-2.0.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/sdl-gfx/sdl-gfx-2.0.16.ebuild b/media-libs/sdl-gfx/sdl-gfx-2.0.16.ebuild index bbcc0904315c..2c01f7e78ce1 100644 --- a/media-libs/sdl-gfx/sdl-gfx-2.0.16.ebuild +++ b/media-libs/sdl-gfx/sdl-gfx-2.0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.16.ebuild,v 1.7 2008/05/10 17:24:19 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.16.ebuild,v 1.8 2008/05/11 13:32:50 maekke Exp $ inherit autotools eutils flag-o-matic libtool @@ -11,7 +11,7 @@ SRC_URI="http://www.ferzkopp.net/Software/SDL_gfx-2.0/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~sparc x86 ~x86-fbsd" IUSE="mmx" DEPEND="media-libs/libsdl" |