diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-29 12:10:55 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-29 12:10:55 +0000 |
commit | 84ca56118aee98cb74ec30201426373d0bb7db78 (patch) | |
tree | 19a265231fbb1ea11112b3e7a9efcd160f95ea2a /app-editors | |
parent | Fixed slot deps (diff) | |
download | gentoo-2-84ca56118aee98cb74ec30201426373d0bb7db78.tar.gz gentoo-2-84ca56118aee98cb74ec30201426373d0bb7db78.tar.bz2 gentoo-2-84ca56118aee98cb74ec30201426373d0bb7db78.zip |
Fixed slot deps
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/bluefish/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-1.0.7.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog index bbb715ce1246..e8b12a426ba2 100644 --- a/app-editors/bluefish/ChangeLog +++ b/app-editors/bluefish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/bluefish -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.75 2010/11/30 03:38:12 hanno Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.76 2011/03/29 12:10:55 angelos Exp $ + + 29 Mar 2011; Christoph Mende <angelos@gentoo.org> bluefish-1.0.7.ebuild: + Fixed slot deps *bluefish-2.0.2 (29 Nov 2010) diff --git a/app-editors/bluefish/bluefish-1.0.7.ebuild b/app-editors/bluefish/bluefish-1.0.7.ebuild index d260f503233f..405dc89f1cee 100644 --- a/app-editors/bluefish/bluefish-1.0.7.ebuild +++ b/app-editors/bluefish/bluefish-1.0.7.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-1.0.7.ebuild,v 1.6 2008/04/04 12:48:51 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-1.0.7.ebuild,v 1.7 2011/03/29 12:10:55 angelos Exp $ +EAPI=1 inherit eutils fdo-mime IUSE="nls spell gnome" @@ -14,7 +15,7 @@ LICENSE="GPL-2" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" SLOT="0" -RDEPEND=">=x11-libs/gtk+-2 +RDEPEND="x11-libs/gtk+:2 dev-libs/libpcre spell? ( app-text/aspell )" |