diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-06-23 20:03:22 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-06-23 20:03:22 +0000 |
commit | 12f8d810640d385f24437a45a22b3de2501fc6ff (patch) | |
tree | b3028d8926a17c85451225cfb010c227721086e6 /sci-calculators/orpie | |
parent | Bump (diff) | |
download | gentoo-2-12f8d810640d385f24437a45a22b3de2501fc6ff.tar.gz gentoo-2-12f8d810640d385f24437a45a22b3de2501fc6ff.tar.bz2 gentoo-2-12f8d810640d385f24437a45a22b3de2501fc6ff.zip |
Removed bindist flag, orpie should be compatible GPL-3 anyway
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-calculators/orpie')
-rw-r--r-- | sci-calculators/orpie/ChangeLog | 5 | ||||
-rw-r--r-- | sci-calculators/orpie/orpie-1.5.1.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-calculators/orpie/ChangeLog b/sci-calculators/orpie/ChangeLog index 999405ab2f02..bcaaafe1d520 100644 --- a/sci-calculators/orpie/ChangeLog +++ b/sci-calculators/orpie/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/orpie # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/orpie/ChangeLog,v 1.16 2010/06/03 19:40:26 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/orpie/ChangeLog,v 1.17 2010/06/23 20:03:22 bicatali Exp $ + + 23 Jun 2010; Sébastien Fabbro <bicatali@gentoo.org> orpie-1.5.1.ebuild: + Removed bindist flag, orpie should be compatible GPL-3 anyway *orpie-1.5.1-r1 (03 Jun 2010) diff --git a/sci-calculators/orpie/orpie-1.5.1.ebuild b/sci-calculators/orpie/orpie-1.5.1.ebuild index 6e635abb7f36..5403da860089 100644 --- a/sci-calculators/orpie/orpie-1.5.1.ebuild +++ b/sci-calculators/orpie/orpie-1.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/orpie/orpie-1.5.1.ebuild,v 1.8 2009/02/03 14:37:55 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/orpie/orpie-1.5.1.ebuild,v 1.9 2010/06/23 20:03:22 bicatali Exp $ DESCRIPTION="A fullscreen RPN calculator for the console" HOMEPAGE="http://pessimization.com/software/orpie/" @@ -9,12 +9,12 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc -sparc x86" -IUSE="bindist" +IUSE="" DEPEND="dev-lang/ocaml sys-libs/ncurses - !bindist? ( sci-libs/gsl ) - bindist? ( <sci-libs/gsl-1.10 )" + sci-libs/gsl" + RDEPEND="${DEPEND}" src_install() { |