diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-04-22 22:22:10 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-04-22 22:22:10 +0000 |
commit | 0542bf9b48cb4476d2b3d74b5dffb0dea4e81127 (patch) | |
tree | 773b30778d5ffb35930051577f9120968d39aed7 /eclass | |
parent | adds patch for mips to fix fdisk (from util-linux maintainer) (diff) | |
download | historical-0542bf9b48cb4476d2b3d74b5dffb0dea4e81127.tar.gz historical-0542bf9b48cb4476d2b3d74b5dffb0dea4e81127.tar.bz2 historical-0542bf9b48cb4476d2b3d74b5dffb0dea4e81127.zip |
aspell-dict PROVIDES virtual/aspell-dict
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/aspell-dict.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/aspell-dict.eclass b/eclass/aspell-dict.eclass index 51c7c0da9279..0404e331b714 100644 --- a/eclass/aspell-dict.eclass +++ b/eclass/aspell-dict.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.11 2003/03/08 01:12:27 vladimir Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.12 2003/04/22 22:22:10 seemant Exp $ # # Author: Seemant Kulleen <seemant@gentoo.org> # @@ -23,6 +23,8 @@ DEPEND=">=app-text/aspell-0.50" SLOT="0" KEYWORDS="x86 ppc sparc alpha mips hppa arm" +PROVIDE="virtual/aspell-dict" + aspell-dict_src_compile() { ./configure || die |