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 | 686031cd6d37d7e802e8470789709fd5a7afa3e9 (patch) | |
tree | 3039ba321a0f71ec9d9f0046a1a92f2af3789dd2 /sci-calculators/orpie/orpie-1.5.1.ebuild | |
parent | The dependencies for bluetooth are keyworded for gvfs for 32bit, just not 64b... (diff) | |
download | historical-686031cd6d37d7e802e8470789709fd5a7afa3e9.tar.gz historical-686031cd6d37d7e802e8470789709fd5a7afa3e9.tar.bz2 historical-686031cd6d37d7e802e8470789709fd5a7afa3e9.zip |
Removed bindist flag, orpie should be compatible GPL-3 anyway
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sci-calculators/orpie/orpie-1.5.1.ebuild')
-rw-r--r-- | sci-calculators/orpie/orpie-1.5.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
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() { |