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 | 6bc71ee69dbe7a5fc1f9a4f7a3ef761eeac25c33 (patch) | |
tree | 0c10d40a44b51d32ebb3c22a34fdb02371625c19 /app-text | |
parent | Stable on amd64 wrt bug #363811 (diff) | |
download | historical-6bc71ee69dbe7a5fc1f9a4f7a3ef761eeac25c33.tar.gz historical-6bc71ee69dbe7a5fc1f9a4f7a3ef761eeac25c33.tar.bz2 historical-6bc71ee69dbe7a5fc1f9a4f7a3ef761eeac25c33.zip |
Replace virtual/aspell-dict dependency by app-text/aspell, bug 358821.
Package-Manager: portage-2.1.9.46/cvs/Linux x86_64
Diffstat (limited to 'app-text')
-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" |