summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-21 17:22:01 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-21 17:22:01 +0000
commitf0e1740d3241b5b2271412f15400d0b5b708a100 (patch)
treeff96861eafdc76e6f2b3638271151261b479a53f /dev-lisp/cl-sdl
parentbug 45463 - ppc64 specific fix (Manifest recommit) (diff)
downloadgentoo-2-f0e1740d3241b5b2271412f15400d0b5b708a100.tar.gz
gentoo-2-f0e1740d3241b5b2271412f15400d0b5b708a100.tar.bz2
gentoo-2-f0e1740d3241b5b2271412f15400d0b5b708a100.zip
add inherit eutils
Diffstat (limited to 'dev-lisp/cl-sdl')
-rw-r--r--dev-lisp/cl-sdl/cl-sdl-0.2.1-r1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-lisp/cl-sdl/cl-sdl-0.2.1-r1.ebuild b/dev-lisp/cl-sdl/cl-sdl-0.2.1-r1.ebuild
index a3b19386fb8e..138a0f15371a 100644
--- a/dev-lisp/cl-sdl/cl-sdl-0.2.1-r1.ebuild
+++ b/dev-lisp/cl-sdl/cl-sdl-0.2.1-r1.ebuild
@@ -1,16 +1,18 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-sdl/cl-sdl-0.2.1-r1.ebuild,v 1.2 2003/10/17 18:21:29 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-sdl/cl-sdl-0.2.1-r1.ebuild,v 1.3 2004/04/21 17:17:20 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
DESCRIPTION="Common Lisp bindings to the SDL graphics library, and OpenGL libraries"
HOMEPAGE="http://cl-sdl.sourceforge.net/"
SRC_URI="mirror://sourceforge/cl-sdl/${PN}_${PV}.tar.gz"
+
LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
+
DEPEND="dev-lisp/cl-uffi
=media-libs/libsdl-1.2*
=media-libs/sdl-ttf-2*