diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 15:07:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 15:07:40 +0000 |
commit | 8cc84e8491349381ebe89a6da3b81b5a7544f4bd (patch) | |
tree | 2537a3422822d22ecbfc8f078a514f10a283a71c /dev-games/crystalspace-cvs | |
parent | new protect-CFLAGS patch. closes 55534 (Manifest recommit) (diff) | |
download | gentoo-2-8cc84e8491349381ebe89a6da3b81b5a7544f4bd.tar.gz gentoo-2-8cc84e8491349381ebe89a6da3b81b5a7544f4bd.tar.bz2 gentoo-2-8cc84e8491349381ebe89a6da3b81b5a7544f4bd.zip |
clean up things and change glibc to libc
Diffstat (limited to 'dev-games/crystalspace-cvs')
-rw-r--r-- | dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild b/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild index 15a72477a36c..eca3c54bfabf 100644 --- a/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild +++ b/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild,v 1.12 2004/06/24 22:10:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild,v 1.13 2004/06/29 15:03:50 vapier Exp $ inherit cvs ECVS_SERVER="cvs.sourceforge.net:/cvsroot/crystal" @@ -9,12 +9,13 @@ ECVS_TOP_DIR="${DISTDIR}/cvs-src/${PN}" S=${WORKDIR}/${ECVS_MODULE} DESCRIPTION="portable 3D Game Development Kit written in C++" -SRC_URI="" HOMEPAGE="http://crystal.sourceforge.net/" +SRC_URI="" -SLOT="0" LICENSE="LGPL-2" +SLOT="0" KEYWORDS="~x86 ~ppc" +IUSE="" RDEPEND=">=media-libs/libpng-1.2.1 >=media-libs/jpeg-6b |