From b16767b550941f2a73bfaaf41a627bfdbbd04bab Mon Sep 17 00:00:00 2001 From: Geoff Clements Date: Thu, 23 Nov 2006 19:06:54 +0000 Subject: Correct grep expression. Move daboide blocker to DEPEND. svn path=/sunrise/; revision=1985 --- dev-db/daboide/daboide-0.7.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'dev-db') 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})} -- cgit v1.2.3-65-gdbad