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/enchant/enchant-1.1.6.ebuild | |
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/enchant/enchant-1.1.6.ebuild')
-rw-r--r-- | app-text/enchant/enchant-1.1.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |