summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-07-25 15:21:11 +0000
committerMarinus Schraal <foser@gentoo.org>2003-07-25 15:21:11 +0000
commitd650aba68ead0dc9fcb279dbb81e161ee9e3fa48 (patch)
tree6162ecb771724d0526d3dcaceaa670504a4b11d8
parent~arch -r7 (diff)
downloadgentoo-2-d650aba68ead0dc9fcb279dbb81e161ee9e3fa48.tar.gz
gentoo-2-d650aba68ead0dc9fcb279dbb81e161ee9e3fa48.tar.bz2
gentoo-2-d650aba68ead0dc9fcb279dbb81e161ee9e3fa48.zip
deps fix
-rw-r--r--app-editors/bluefish/ChangeLog5
-rw-r--r--app-editors/bluefish/Manifest4
-rw-r--r--app-editors/bluefish/bluefish-0.10.ebuild9
3 files changed, 11 insertions, 7 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog
index c35e7ea25ba1..c96bb9da8622 100644
--- a/app-editors/bluefish/ChangeLog
+++ b/app-editors/bluefish/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for app-editors/bluefish
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.21 2003/07/21 10:37:44 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.22 2003/07/25 15:21:02 foser Exp $
*bluefish-0.10 (21 Jul 2003)
+ 25 Jul 2003; foser <foser@gentoo.org> bluefish-0.10.ebuild :
+ deps correction
+
21 Jul 2003; Nick Hadaway <raker@gentoo.org> bluefish-0.10.ebuild:
Got rid of the sed mess. Changed the install stanza accordingly.
Added nls and spell USE variables.
diff --git a/app-editors/bluefish/Manifest b/app-editors/bluefish/Manifest
index 2439abac6bd4..68ae172073f5 100644
--- a/app-editors/bluefish/Manifest
+++ b/app-editors/bluefish/Manifest
@@ -1,7 +1,7 @@
MD5 5be71a473b05133ddbe7903f1a7a8dbc bluefish-0.8.ebuild 987
-MD5 3b9cbc19f092626ac437ab517b2c4c26 bluefish-0.10.ebuild 1324
+MD5 c6a6ac5ec22557f02080075a4e116c97 bluefish-0.10.ebuild 1326
MD5 655fc2d71c59fd78dbd1e2447679cffc bluefish-0.9.ebuild 1100
-MD5 3c4a35f5def6ecb91125590717cee924 ChangeLog 3096
+MD5 f960493aece4eb4dda8976bf98e7165e ChangeLog 3178
MD5 745c86a5659c1d44a29523420cb99da4 bluefish-0.7-r3.ebuild 1139
MD5 bd2f60953e3d3c182ef12e3f0a155ee2 files/digest-bluefish-0.7-r3 66
MD5 300af71b8263dedc97e775291b4e24b8 files/digest-bluefish-0.8 70
diff --git a/app-editors/bluefish/bluefish-0.10.ebuild b/app-editors/bluefish/bluefish-0.10.ebuild
index e60787ceb664..d7fd5283043b 100644
--- a/app-editors/bluefish/bluefish-0.10.ebuild
+++ b/app-editors/bluefish/bluefish-0.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.10.ebuild,v 1.1 2003/07/21 10:37:45 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.10.ebuild,v 1.2 2003/07/25 15:21:02 foser Exp $
IUSE="nls spell"
@@ -12,11 +12,12 @@ LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc"
SLOT="0"
-DEPEND=">=x11-libs/gtk+-2
+RDEPEND=">=x11-libs/gtk+-2
dev-libs/libpcre
- dev-util/pkgconfig
spell? ( app-text/aspell )"
-RDEPEND="${DEPEND}
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
nls? ( sys-devel/gettext )"
src_compile() {