From a5338f676f530d67c3fd634549654b1e0f59a480 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 16 Apr 2011 19:53:30 +0000 Subject: Don't provide virtual/aspell-dict, bug 358821. --- eclass/aspell-dict.eclass | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'eclass/aspell-dict.eclass') 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. -- cgit v1.2.3-65-gdbad