diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-06-23 20:13:47 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-06-23 20:13:47 +0000 |
commit | 93676721be036c671ab32bb5cdcc4a32a2c0536a (patch) | |
tree | 4390b0999bc2f5fbfb00222e1d40292c43a27d2d /sci-visualization/spectromatic/spectromatic-1.0.ebuild | |
parent | Add more use flags, remove .la files when building with shared libs (diff) | |
download | gentoo-2-93676721be036c671ab32bb5cdcc4a32a2c0536a.tar.gz gentoo-2-93676721be036c671ab32bb5cdcc4a32a2c0536a.tar.bz2 gentoo-2-93676721be036c671ab32bb5cdcc4a32a2c0536a.zip |
Removed bindist flag, should be compatible GPL-3 anyway
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization/spectromatic/spectromatic-1.0.ebuild')
-rw-r--r-- | sci-visualization/spectromatic/spectromatic-1.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sci-visualization/spectromatic/spectromatic-1.0.ebuild b/sci-visualization/spectromatic/spectromatic-1.0.ebuild index a8a7a0fdd1c1..5857644874e3 100644 --- a/sci-visualization/spectromatic/spectromatic-1.0.ebuild +++ b/sci-visualization/spectromatic/spectromatic-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spectromatic/spectromatic-1.0.ebuild,v 1.2 2008/02/13 15:01:21 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spectromatic/spectromatic-1.0.ebuild,v 1.3 2010/06/23 20:13:47 bicatali Exp $ inherit eutils @@ -16,8 +16,7 @@ KEYWORDS="~ppc x86" IUSE="bindist" DEPEND=">=media-libs/libpng-1.2.4 - !bindist? ( sci-libs/gsl ) - bindist? ( <sci-libs/gsl-1.10 )" + sci-libs/gsl" src_unpack() { unpack ${A} |