diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-21 17:28:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-21 17:28:06 +0000 |
commit | bdc383128136f2d5e485e38c31b384f929f10c73 (patch) | |
tree | 5fdbb691d2c512b8cc500f15a4a49df7c8a8a7cf /dev-lisp/cl-sdl | |
parent | bug 45463 - ppc64 specific fix (diff) | |
download | historical-bdc383128136f2d5e485e38c31b384f929f10c73.tar.gz historical-bdc383128136f2d5e485e38c31b384f929f10c73.tar.bz2 historical-bdc383128136f2d5e485e38c31b384f929f10c73.zip |
add inherit eutils
Diffstat (limited to 'dev-lisp/cl-sdl')
-rw-r--r-- | dev-lisp/cl-sdl/cl-sdl-0.2.1-r1.ebuild | 8 |
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* |