diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-16 19:50:54 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-16 19:50:54 +0000 |
commit | 7099cf76b10fd350c18d3664fd0c7e3f11f2dac9 (patch) | |
tree | 77bb0c2724b8d25e39b910a9cceca52512bfdcb4 /app-text/winefish | |
parent | Stable on amd64 wrt bug #363811 (diff) | |
download | gentoo-2-7099cf76b10fd350c18d3664fd0c7e3f11f2dac9.tar.gz gentoo-2-7099cf76b10fd350c18d3664fd0c7e3f11f2dac9.tar.bz2 gentoo-2-7099cf76b10fd350c18d3664fd0c7e3f11f2dac9.zip |
Replace virtual/aspell-dict dependency by app-text/aspell, bug 358821.
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'app-text/winefish')
-rw-r--r-- | app-text/winefish/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/winefish/winefish-1.3.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/winefish/ChangeLog b/app-text/winefish/ChangeLog index 55f8949aad2c..309887f6f2ee 100644 --- a/app-text/winefish/ChangeLog +++ b/app-text/winefish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/winefish # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/winefish/ChangeLog,v 1.10 2011/03/01 07:46:52 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/winefish/ChangeLog,v 1.11 2011/04/16 19:50:54 ulm Exp $ + + 16 Apr 2011; Ulrich Mueller <ulm@gentoo.org> winefish-1.3.3-r1.ebuild: + Replace virtual/aspell-dict dependency by app-text/aspell, bug 358821. *winefish-1.3.3-r1 (01 Mar 2011) diff --git a/app-text/winefish/winefish-1.3.3-r1.ebuild b/app-text/winefish/winefish-1.3.3-r1.ebuild index c9727da2f321..031b902321d6 100644 --- a/app-text/winefish/winefish-1.3.3-r1.ebuild +++ b/app-text/winefish/winefish-1.3.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/winefish/winefish-1.3.3-r1.ebuild,v 1.1 2011/03/01 07:46:52 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/winefish/winefish-1.3.3-r1.ebuild,v 1.2 2011/04/16 19:50:54 ulm Exp $ EAPI=3 @@ -19,7 +19,7 @@ IUSE="spell" RDEPEND=">=x11-libs/gtk+-2.4:2 >=dev-libs/libpcre-6.3 - spell? ( virtual/aspell-dict )" + spell? ( app-text/aspell )" DEPEND="${RDEPEND} dev-util/pkgconfig" |