diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 00:16:05 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 00:16:05 +0000 |
commit | ff5009b3a26cf576c55253bdbfb4996b8e3dfc67 (patch) | |
tree | 7e6f140d728bfc83f1af4055256374c7b9736387 /dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild | |
parent | Removed deprecated ant_src_unpack (diff) | |
download | gentoo-2-ff5009b3a26cf576c55253bdbfb4996b8e3dfc67.tar.gz gentoo-2-ff5009b3a26cf576c55253bdbfb4996b8e3dfc67.tar.bz2 gentoo-2-ff5009b3a26cf576c55253bdbfb4996b8e3dfc67.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild')
-rw-r--r-- | dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild index 196dec8e4ca8..c8878bec80be 100644 --- a/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild +++ b/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild,v 1.11 2006/07/05 11:13:05 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild,v 1.12 2006/08/06 00:16:05 mcummings Exp $ inherit perl-module @@ -15,5 +15,7 @@ IUSE="" SRC_TEST="do" -DEPEND="app-text/aspell" -RDEPEND="${DEPEND}"
\ No newline at end of file +DEPEND="app-text/aspell + dev-lang/perl" +RDEPEND="${DEPEND}" + |