diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-16 19:53:30 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-16 19:53:30 +0000 |
commit | a5338f676f530d67c3fd634549654b1e0f59a480 (patch) | |
tree | 801f839bc5f231e8db0bbb89680836b0e531a3b2 /eclass/aspell-dict.eclass | |
parent | Replace virtual/aspell-dict dependency by app-text/aspell, bug 358821. (diff) | |
download | historical-a5338f676f530d67c3fd634549654b1e0f59a480.tar.gz historical-a5338f676f530d67c3fd634549654b1e0f59a480.tar.bz2 historical-a5338f676f530d67c3fd634549654b1e0f59a480.zip |
Don't provide virtual/aspell-dict, bug 358821.
Diffstat (limited to 'eclass/aspell-dict.eclass')
-rw-r--r-- | eclass/aspell-dict.eclass | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/eclass/aspell-dict.eclass b/eclass/aspell-dict.eclass index 6334fd913e8d..1977cc61af60 100644 --- a/eclass/aspell-dict.eclass +++ b/eclass/aspell-dict.eclass @@ -1,15 +1,15 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.41 2009/01/10 16:16:19 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.42 2011/04/16 19:53:30 ulm Exp $ # @ECLASS: aspell-dict.eclass -# @MAINTAINER: +# @MAINTAINER: # app-dicts@gentoo.org # # Original author: Seemant Kulleen # # @BLURB: An eclass to streamline the construction of ebuilds for new aspell dicts -# @DESCRIPTION: +# @DESCRIPTION: # The aspell-dict eclass is designed to streamline the construction of # ebuilds for the new aspell dictionaries (from gnu.org) which support # aspell-0.50. Support for aspell-0.60 has been added by Sergey Ulanov. @@ -45,8 +45,6 @@ else DEPEND="${RDEPEND}" fi -PROVIDE="virtual/aspell-dict" - # @FUNCTION: aspell-dict_src_compile # @DESCRIPTION: # The aspell-dict src_compile function which is exported. |