diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-13 09:23:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-13 09:23:22 +0000 |
commit | f87ce33048c0812e52f549dc6f5a302860cd8c66 (patch) | |
tree | 912c00abe89839473710fca5fdcad20138ea8cb7 /dev-games/crystalspace | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-f87ce33048c0812e52f549dc6f5a302860cd8c66.tar.gz gentoo-2-f87ce33048c0812e52f549dc6f5a302860cd8c66.tar.bz2 gentoo-2-f87ce33048c0812e52f549dc6f5a302860cd8c66.zip |
sync IUSE with use flags
Diffstat (limited to 'dev-games/crystalspace')
-rw-r--r-- | dev-games/crystalspace/ChangeLog | 6 | ||||
-rw-r--r-- | dev-games/crystalspace/crystalspace-20030413-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-games/crystalspace/ChangeLog b/dev-games/crystalspace/ChangeLog index d086516f9d14..528c19016b67 100644 --- a/dev-games/crystalspace/ChangeLog +++ b/dev-games/crystalspace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-games/crystalspace # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.3 2004/03/31 06:54:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.4 2004/04/13 09:23:22 mr_bones_ Exp $ + + 13 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> + crystalspace-20030413-r1.ebuild: + sync IUSE with use flags 30 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> crystalspace-20030413-r1.ebuild: diff --git a/dev-games/crystalspace/crystalspace-20030413-r1.ebuild b/dev-games/crystalspace/crystalspace-20030413-r1.ebuild index fa663f155aba..533fa541cac2 100644 --- a/dev-games/crystalspace/crystalspace-20030413-r1.ebuild +++ b/dev-games/crystalspace/crystalspace-20030413-r1.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-20030413-r1.ebuild,v 1.12 2004/03/31 06:54:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-20030413-r1.ebuild,v 1.13 2004/04/13 09:23:22 mr_bones_ Exp $ DESCRIPTION="portable 3D Game Development Kit written in C++" SRC_URI="mirror://gentoo/distfiles/${P}.tar.gz" HOMEPAGE="http://crystal.sourceforge.net/" -SLOT="0" LICENSE="LGPL-2" +SLOT="0" KEYWORDS="x86 ppc" -IUSE="oggvorbis mikmod openal truetype 3ds mng" +IUSE="oggvorbis mikmod openal truetype 3ds mng zlib" RDEPEND=">=media-libs/libpng-1.2.1 >=media-libs/jpeg-6b |