diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-10 11:36:04 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-10 11:36:04 +0000 |
commit | 3f026d19eb1615e2f568b03c2893504de75d3d37 (patch) | |
tree | a8e6b1954e83219058011a8fe3816981221e1bf8 /app-editors/bluefish | |
parent | Update to latest 1.6 series version. Drop older. Drop stable on m68k. (diff) | |
download | gentoo-2-3f026d19eb1615e2f568b03c2893504de75d3d37.tar.gz gentoo-2-3f026d19eb1615e2f568b03c2893504de75d3d37.tar.bz2 gentoo-2-3f026d19eb1615e2f568b03c2893504de75d3d37.zip |
Links also to zlib. Per bug#408189c#5.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/bluefish')
-rw-r--r-- | app-editors/bluefish/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-2.2.2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog index e5f55ed5dd14..b73831815ec2 100644 --- a/app-editors/bluefish/ChangeLog +++ b/app-editors/bluefish/ChangeLog @@ -1,6 +1,9 @@ # 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.80 2012/03/29 13:19:27 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.81 2012/04/10 11:36:04 scarabeus Exp $ + + 10 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> bluefish-2.2.2.ebuild: + Links also to zlib. Per bug#408189c#5. *bluefish-2.2.2 (29 Mar 2012) diff --git a/app-editors/bluefish/bluefish-2.2.2.ebuild b/app-editors/bluefish/bluefish-2.2.2.ebuild index 8b54e8375fc1..50c586df0829 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.1 2012/03/29 13:19:27 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-2.2.2.ebuild,v 1.2 2012/04/10 11:36:04 scarabeus Exp $ EAPI=4 @@ -22,6 +22,7 @@ IUSE="nls python spell" RDEPEND=" x11-libs/gtk+:3 gnome-extra/gucharmap:2.90 + sys-libs/zlib spell? ( app-text/enchant )" DEPEND="${RDEPEND} >=dev-libs/glib-2.16:2 |