summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gpe-base/gpe-calculator/gpe-calculator-0.2.ebuild')
-rw-r--r--gpe-base/gpe-calculator/gpe-calculator-0.2.ebuild13
1 files changed, 3 insertions, 10 deletions
diff --git a/gpe-base/gpe-calculator/gpe-calculator-0.2.ebuild b/gpe-base/gpe-calculator/gpe-calculator-0.2.ebuild
index a645309..7905877 100644
--- a/gpe-base/gpe-calculator/gpe-calculator-0.2.ebuild
+++ b/gpe-base/gpe-calculator/gpe-calculator-0.2.ebuild
@@ -1,16 +1,15 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils gpe
DESCRIPTION="A scientific calculator for the GPE Palmtop Environment"
-
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~arm ~amd64 ~x86"
-
-
+IUSE="${IUSE}"
+RDEPEND="gpe-base/libgpewidget"
src_unpack() {
gpe_src_unpack
@@ -19,9 +18,3 @@ src_unpack() {
sed -i -e 's;include $(BUILD)/Makefile.translation;;' Makefile
}
-RDEPEND="${RDEPEND}
- >=gpe-base/libgpewidget-0.102"
-
-DEPEND="${DEPEND}
- ${RDEPEND}"
-