diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-06-23 20:19:42 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-06-23 20:19:42 +0000 |
commit | b09ec5a27023780901d41410231e47c7ce9420f5 (patch) | |
tree | 27960414c35e0d73099a6afdef6933720111f4e1 /sci-visualization | |
parent | Removed bindist flag, should be compatible GPL-3 anyway (diff) | |
download | gentoo-2-b09ec5a27023780901d41410231e47c7ce9420f5.tar.gz gentoo-2-b09ec5a27023780901d41410231e47c7ce9420f5.tar.bz2 gentoo-2-b09ec5a27023780901d41410231e47c7ce9420f5.zip |
really removing bindist
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/spectromatic/spectromatic-1.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-visualization/spectromatic/spectromatic-1.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-visualization/spectromatic/spectromatic-1.0-r1.ebuild b/sci-visualization/spectromatic/spectromatic-1.0-r1.ebuild index 498369894d9a..b61ed6c532b8 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-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.2 2010/06/23 20:13:47 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spectromatic/spectromatic-1.0-r1.ebuild,v 1.3 2010/06/23 20:19:42 bicatali Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://ieee.uow.edu.au/~daniel/software/spectromatic/dist/${MY_P}.tar.g LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="bindist" +IUSE="" DEPEND="media-libs/libpng sci-libs/gsl" diff --git a/sci-visualization/spectromatic/spectromatic-1.0.ebuild b/sci-visualization/spectromatic/spectromatic-1.0.ebuild index 5857644874e3..bb1f87728a6a 100644 --- a/sci-visualization/spectromatic/spectromatic-1.0.ebuild +++ b/sci-visualization/spectromatic/spectromatic-1.0.ebuild @@ -1,6 +1,6 @@ # 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.3 2010/06/23 20:13:47 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spectromatic/spectromatic-1.0.ebuild,v 1.4 2010/06/23 20:19:42 bicatali Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="http://ieee.uow.edu.au/~daniel/software/spectromatic/dist/${MY_P}.tar.g LICENSE="GPL-2" SLOT="0" KEYWORDS="~ppc x86" -IUSE="bindist" +IUSE="" DEPEND=">=media-libs/libpng-1.2.4 sci-libs/gsl" |