diff options
Diffstat (limited to 'sci-libs/opencascade/opencascade-6.7.0.ebuild')
-rw-r--r-- | sci-libs/opencascade/opencascade-6.7.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/opencascade/opencascade-6.7.0.ebuild b/sci-libs/opencascade/opencascade-6.7.0.ebuild index 496287d2fd7b..19359a9d3dd7 100644 --- a/sci-libs/opencascade/opencascade-6.7.0.ebuild +++ b/sci-libs/opencascade/opencascade-6.7.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/opencascade/opencascade-6.7.0.ebuild,v 1.1 2014/04/23 21:00:11 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/opencascade/opencascade-6.7.0.ebuild,v 1.2 2015/01/01 21:45:08 xmw Exp $ EAPI=5 @@ -10,7 +10,7 @@ DESCRIPTION="Software development platform for CAD/CAE, 3D surface/solid modelin HOMEPAGE="http://www.opencascade.org/" SRC_URI="http://files.opencascade.com/OCCT/OCC_${PV}_release/opencascade-${PV}.tgz" -LICENSE="Open-CASCADE-LGPL-2.1-Exception-1.0 LGPL-2.1" +LICENSE="|| ( Open-CASCADE-LGPL-2.1-Exception-1.0 LGPL-2.1 )" SLOT="${PV}" KEYWORDS="~amd64 ~x86" IUSE="debug doc examples freeimage gl2ps java qt4 +tbb" |