summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorGeoff Clements <geoff@electron.me.uk>2006-11-23 19:06:54 +0000
committerGeoff Clements <geoff@electron.me.uk>2006-11-23 19:06:54 +0000
commitb16767b550941f2a73bfaaf41a627bfdbbd04bab (patch)
treedc35f6c6e60358c0beafc0cd22d933ae837148f1 /dev-db
parentx11-wm/dwm: fix bad RDEPEND (diff)
downloadsunrise-b16767b550941f2a73bfaaf41a627bfdbbd04bab.tar.gz
sunrise-b16767b550941f2a73bfaaf41a627bfdbbd04bab.tar.bz2
sunrise-b16767b550941f2a73bfaaf41a627bfdbbd04bab.zip
Correct grep expression. Move daboide blocker to DEPEND.
svn path=/sunrise/; revision=1985
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/daboide/daboide-0.7.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-db/daboide/daboide-0.7.ebuild b/dev-db/daboide/daboide-0.7.ebuild
index 0acf262da..1405d0faa 100644
--- a/dev-db/daboide/daboide-0.7.ebuild
+++ b/dev-db/daboide/daboide-0.7.ebuild
@@ -14,10 +14,9 @@ IUSE=""
S=${WORKDIR}/${PN}
RESTRICT="mirror"
-DEPEND=""
+DEPEND="!<=dev-db/daboide-0.5.6"
-RDEPEND="!<=dev-db/daboide-0.5.6
- >=dev-python/wxpython-2.6.1.1
+RDEPEND=">=dev-python/wxpython-2.6.1.1
>=dev-db/dabo-0.7
dev-python/imaging
dev-python/reportlab
@@ -37,7 +36,7 @@ src_install() {
doins -r *
# pick out those files which should be executable
- for EFIL in $(grep -RI '^#!' * | cut -d : -f 1 | grep -iv '.txt$')
+ for EFIL in $(grep -RI '^#!' * | cut -d : -f 1 | grep -iv '\.txt$')
do
# and if there are any - install them
exeinto ${INS}/${EFIL%%$(basename ${EFIL})}