summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/daboide/daboide-0.7.ebuild')
-rw-r--r--dev-db/daboide/daboide-0.7.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-db/daboide/daboide-0.7.ebuild b/dev-db/daboide/daboide-0.7.ebuild
index 0acf262da..1d33eb70c 100644
--- a/dev-db/daboide/daboide-0.7.ebuild
+++ b/dev-db/daboide/daboide-0.7.ebuild
@@ -7,21 +7,21 @@ inherit distutils
DESCRIPTION="An Integrated Development Environment for dabo"
HOMEPAGE="http://dabodev.com/"
SRC_URI="ftp://dabodev.com/dabo/${P}-mac-nix.tar.gz"
+
LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
+
S=${WORKDIR}/${PN}
RESTRICT="mirror"
DEPEND=""
-
-RDEPEND="!<=dev-db/daboide-0.5.6
- >=dev-python/wxpython-2.6.1.1
- >=dev-db/dabo-0.7
- dev-python/imaging
- dev-python/reportlab
- ${DEPEND}"
+RDEPEND=">=dev-python/wxpython-2.6.1.1
+ >=dev-db/dabo-0.7
+ dev-python/imaging
+ dev-python/reportlab
+ ${DEPEND}"
# Prevent inherited method from trying to run setup.py
src_compile() { :; }