diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-01-04 17:16:33 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-01-04 17:16:33 +0000 |
commit | cd1ffc0c468a916136a07122f622cdba4977ed6a (patch) | |
tree | cd5ce2b5ca48850bfe15604e091c6eca3e92f341 /media-libs/coin/coin-2.1.0.ebuild | |
parent | Some more ideas with QT. Even though it's now acknowledged by the QT guys tha... (diff) | |
download | gentoo-2-cd1ffc0c468a916136a07122f622cdba4977ed6a.tar.gz gentoo-2-cd1ffc0c468a916136a07122f622cdba4977ed6a.tar.bz2 gentoo-2-cd1ffc0c468a916136a07122f622cdba4977ed6a.zip |
Version bump, bunch of new use flags to reflect the real dependencies.
(Portage version: 2.0.53)
Diffstat (limited to 'media-libs/coin/coin-2.1.0.ebuild')
-rw-r--r-- | media-libs/coin/coin-2.1.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/coin/coin-2.1.0.ebuild b/media-libs/coin/coin-2.1.0.ebuild index dae04958aaa5..a1ded763e8bc 100644 --- a/media-libs/coin/coin-2.1.0.ebuild +++ b/media-libs/coin/coin-2.1.0.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/coin/coin-2.1.0.ebuild,v 1.6 2004/07/14 19:18:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/coin/coin-2.1.0.ebuild,v 1.7 2006/01/04 17:16:33 carlo Exp $ MY_P=${P/c/C} S=${WORKDIR}/${MY_P} DESCRIPTION="An OpenSource implementation of SGI's OpenInventor" HOMEPAGE="http://www.coin3d.org/" -SRC_URI="ftp://ftp.coin3d.org/pub/coin/src/${MY_P}.tar.gz" +SRC_URI="ftp://ftp.coin3d.org/pub/coin/src/all/${MY_P}.tar.gz" -LICENSE="GPL-2" +LICENSE="|| ( GPL-2 PEL )" SLOT="0" KEYWORDS="x86 sparc" IUSE="X" |