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-r1.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-r1.ebuild')
-rw-r--r-- | sci-visualization/spectromatic/spectromatic-1.0-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sci-visualization/spectromatic/spectromatic-1.0-r1.ebuild b/sci-visualization/spectromatic/spectromatic-1.0-r1.ebuild index 53d42ab5cc17..498369894d9a 100644 --- a/sci-visualization/spectromatic/spectromatic-1.0-r1.ebuild +++ b/sci-visualization/spectromatic/spectromatic-1.0-r1.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-r1.ebuild,v 1.1 2008/11/26 10:48:57 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spectromatic/spectromatic-1.0-r1.ebuild,v 1.2 2010/06/23 20:13:47 bicatali Exp $ inherit eutils @@ -15,8 +15,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="bindist" DEPEND="media-libs/libpng - !bindist? ( sci-libs/gsl ) - bindist? ( <sci-libs/gsl-1.10 )" + sci-libs/gsl" src_unpack() { unpack ${A} |