summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/sdl-gfx/sdl-gfx-2.0.3.ebuild')
-rw-r--r--media-libs/sdl-gfx/sdl-gfx-2.0.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/sdl-gfx/sdl-gfx-2.0.3.ebuild b/media-libs/sdl-gfx/sdl-gfx-2.0.3.ebuild
index 61234a3f9e06..70cbc6273679 100644
--- a/media-libs/sdl-gfx/sdl-gfx-2.0.3.ebuild
+++ b/media-libs/sdl-gfx/sdl-gfx-2.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.3.ebuild,v 1.7 2002/10/04 05:50:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.3.ebuild,v 1.8 2002/12/09 04:26:13 manson Exp $
MY_P="${P/sdl-/SDL_}"
S=${WORKDIR}/${MY_P}
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.ferzkopp.net/Software/SDL_gfx-2.0/"
SLOT="0"
LICENSE="LGPL-2.1"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc "
DEPEND=">=media-libs/libsdl-1.2"
@@ -19,7 +19,7 @@ CFLAGS="${CFLAGS} -O2"
src_compile() {
local myconf
- if use ppc || use sparc || use sparc64
+ if use ppc || use sparc || use
then
myconf="--disable-mmx"
else