diff options
Diffstat (limited to 'app-editors/bluefish')
-rw-r--r-- | app-editors/bluefish/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-1.0.7.ebuild | 6 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-2.2.2.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog index 2861895717e0..163d0474a955 100644 --- a/app-editors/bluefish/ChangeLog +++ b/app-editors/bluefish/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/bluefish # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.85 2012/04/29 16:28:24 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.86 2012/05/03 18:33:02 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> bluefish-1.0.7.ebuild, + bluefish-2.2.2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 29 Apr 2012; Markus Meier <maekke@gentoo.org> bluefish-2.2.2.ebuild: x86 stable, bug #408189 diff --git a/app-editors/bluefish/bluefish-1.0.7.ebuild b/app-editors/bluefish/bluefish-1.0.7.ebuild index 405dc89f1cee..dd3b15eb597c 100644 --- a/app-editors/bluefish/bluefish-1.0.7.ebuild +++ b/app-editors/bluefish/bluefish-1.0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.7 2011/03/29 12:10:55 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-1.0.7.ebuild,v 1.8 2012/05/03 18:33:02 jdhore Exp $ EAPI=1 inherit eutils fdo-mime @@ -20,7 +20,7 @@ RDEPEND="x11-libs/gtk+:2 spell? ( app-text/aspell )" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig nls? ( sys-devel/gettext ) gnome? ( gnome-base/libgnomeui )" diff --git a/app-editors/bluefish/bluefish-2.2.2.ebuild b/app-editors/bluefish/bluefish-2.2.2.ebuild index 64424f1d507a..3fd277f1fea8 100644 --- a/app-editors/bluefish/bluefish-2.2.2.ebuild +++ b/app-editors/bluefish/bluefish-2.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-2.2.2.ebuild,v 1.6 2012/04/29 16:28:24 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-2.2.2.ebuild,v 1.7 2012/05/03 18:33:02 jdhore Exp $ EAPI=4 @@ -27,7 +27,7 @@ RDEPEND=" DEPEND="${RDEPEND} >=dev-libs/glib-2.16:2 dev-libs/libxml2:2 - dev-util/pkgconfig + virtual/pkgconfig x11-libs/pango nls? ( sys-devel/gettext |