diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-08-30 09:14:30 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-08-30 09:14:30 +0000 |
commit | bdf85a7ed9bb82bd3d6e6ade72e0d3b250a4afcf (patch) | |
tree | 6507f47c32ea1431c06b3fa6b7fb7220685bce26 /app-editors | |
parent | Add ~ppc keyword now that we have ghc 6.8.2 for that arch. (diff) | |
download | gentoo-2-bdf85a7ed9bb82bd3d6e6ade72e0d3b250a4afcf.tar.gz gentoo-2-bdf85a7ed9bb82bd3d6e6ade72e0d3b250a4afcf.tar.bz2 gentoo-2-bdf85a7ed9bb82bd3d6e6ade72e0d3b250a4afcf.zip |
Fix copy/pasto dep problem. Per bug #283067.
(Portage version: 2.2_rc38/cvs/Linux i686)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/bluefish/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-1.3.6.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog index 28a5f8b1f8db..5ed8fcadf5ba 100644 --- a/app-editors/bluefish/ChangeLog +++ b/app-editors/bluefish/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/bluefish # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.63 2009/08/28 08:53:46 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.64 2009/08/30 09:14:30 scarabeus Exp $ + + 30 Aug 2009; Tomáš Chvátal <scarabeus@gentoo.org> + bluefish-1.3.6.ebuild: + Fix copy/pasto dep problem. Per bug #283067. *bluefish-1.3.6 (28 Aug 2009) diff --git a/app-editors/bluefish/bluefish-1.3.6.ebuild b/app-editors/bluefish/bluefish-1.3.6.ebuild index 751034b8a005..a5974adff93a 100644 --- a/app-editors/bluefish/bluefish-1.3.6.ebuild +++ b/app-editors/bluefish/bluefish-1.3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-1.3.6.ebuild,v 1.1 2009/08/28 08:53:46 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-1.3.6.ebuild,v 1.2 2009/08/30 09:14:30 scarabeus Exp $ EAPI="2" @@ -24,7 +24,6 @@ RDEPEND=" spell? ( app-text/enchant[aspell] )" DEPEND="${RDEPEND} - app-text/enchant[aspell] dev-libs/glib:2 dev-libs/libxml2 dev-util/pkgconfig |