diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-06-07 21:04:40 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-06-07 21:04:40 +0000 |
commit | 9322bb0db0a488c9809a0d02db31751db8cfa84d (patch) | |
tree | 43a0e840e4978d12389787169760e733e9f8e8b4 /app-text | |
parent | Patching bash completion. Fixes bug #171001 (diff) | |
download | gentoo-2-9322bb0db0a488c9809a0d02db31751db8cfa84d.tar.gz gentoo-2-9322bb0db0a488c9809a0d02db31751db8cfa84d.tar.bz2 gentoo-2-9322bb0db0a488c9809a0d02db31751db8cfa84d.zip |
Remove hspell dep bug #177707
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/enchant/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/enchant/enchant-1.1.3.ebuild | 4 | ||||
-rw-r--r-- | app-text/enchant/enchant-1.1.6.ebuild | 6 | ||||
-rw-r--r-- | app-text/enchant/enchant-1.2.5.ebuild | 4 |
4 files changed, 12 insertions, 8 deletions
diff --git a/app-text/enchant/ChangeLog b/app-text/enchant/ChangeLog index f1f4caae27f7..0107c14111cf 100644 --- a/app-text/enchant/ChangeLog +++ b/app-text/enchant/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/enchant # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/ChangeLog,v 1.68 2007/01/13 13:39:41 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/ChangeLog,v 1.69 2007/06/07 21:04:40 dang Exp $ + + 07 Jun 2007; Daniel Gryniewicz <dang@gentoo.org> enchant-1.1.3.ebuild, + enchant-1.1.6.ebuild, enchant-1.2.5.ebuild: + Remove hspell dep bug #177707 13 Jan 2007; Roy Marples <uberlord@gentoo.org> enchant-1.2.5.ebuild: Add ~x86-fbsd keyword diff --git a/app-text/enchant/enchant-1.1.3.ebuild b/app-text/enchant/enchant-1.1.3.ebuild index a93b588c1519..581939b17343 100644 --- a/app-text/enchant/enchant-1.1.3.ebuild +++ b/app-text/enchant/enchant-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.1.3.ebuild,v 1.16 2007/01/05 07:26:12 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.1.3.ebuild,v 1.17 2007/06/07 21:04:40 dang Exp $ inherit gnome2 @@ -18,7 +18,7 @@ IUSE="" # 25 Aug 2003; foser <foser@gentoo.org> RDEPEND=">=dev-libs/glib-2 - || ( virtual/aspell-dict app-text/ispell app-text/hspell )" + || ( virtual/aspell-dict app-text/ispell )" DEPEND="${RDEPEND} dev-util/pkgconfig" diff --git a/app-text/enchant/enchant-1.1.6.ebuild b/app-text/enchant/enchant-1.1.6.ebuild index 9521d441769d..e0279414788d 100644 --- a/app-text/enchant/enchant-1.1.6.ebuild +++ b/app-text/enchant/enchant-1.1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.1.6.ebuild,v 1.10 2005/09/02 15:46:01 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.1.6.ebuild,v 1.11 2007/06/07 21:04:40 dang Exp $ inherit gnome2 @@ -18,7 +18,7 @@ IUSE="" # 25 Aug 2003; foser <foser@gentoo.org> RDEPEND=">=dev-libs/glib-2 - || ( virtual/aspell-dict app-text/ispell app-text/hspell )" + || ( virtual/aspell-dict app-text/ispell )" DEPEND="${RDEPEND} dev-util/pkgconfig" diff --git a/app-text/enchant/enchant-1.2.5.ebuild b/app-text/enchant/enchant-1.2.5.ebuild index 19afb43f4263..4bb4ebc1702a 100644 --- a/app-text/enchant/enchant-1.2.5.ebuild +++ b/app-text/enchant/enchant-1.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.2.5.ebuild,v 1.15 2007/01/13 13:39:41 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.2.5.ebuild,v 1.16 2007/06/07 21:04:40 dang Exp $ inherit libtool @@ -18,7 +18,7 @@ IUSE="" # 25 Aug 2003; foser <foser@gentoo.org> RDEPEND=">=dev-libs/glib-2 - || ( virtual/aspell-dict app-text/ispell app-text/hspell app-text/hunspell )" + || ( virtual/aspell-dict app-text/ispell app-text/hunspell )" # libtool is needed for the install-sh to work DEPEND="${RDEPEND} |