diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 03:45:21 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 03:45:21 +0000 |
commit | a1e936d8fd2865a89c152b4f733b7ccb6956a5f2 (patch) | |
tree | f08155e54b05d6753362648d7242bc07baf41698 /dev-perl/Festival-Client-Async | |
parent | Adding perl dep; fixed header; fixed DEPEND (diff) | |
download | historical-a1e936d8fd2865a89c152b4f733b7ccb6956a5f2.tar.gz historical-a1e936d8fd2865a89c152b4f733b7ccb6956a5f2.tar.bz2 historical-a1e936d8fd2865a89c152b4f733b7ccb6956a5f2.zip |
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/Festival-Client-Async')
-rw-r--r-- | dev-perl/Festival-Client-Async/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Festival-Client-Async/Festival-Client-Async-0.0303.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-perl/Festival-Client-Async/ChangeLog b/dev-perl/Festival-Client-Async/ChangeLog index af493aed4219..12df1b7b2eb2 100644 --- a/dev-perl/Festival-Client-Async/ChangeLog +++ b/dev-perl/Festival-Client-Async/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Festival-Client-Async # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Festival-Client-Async/ChangeLog,v 1.9 2006/07/10 15:30:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Festival-Client-Async/ChangeLog,v 1.10 2006/08/05 03:35:35 mcummings Exp $ + + 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Festival-Client-Async-0.0303.ebuild: + Adding perl dep; fixed DEPEND 10 Jul 2006; Aron Griffis <agriffis@gentoo.org> Festival-Client-Async-0.0303.ebuild: diff --git a/dev-perl/Festival-Client-Async/Festival-Client-Async-0.0303.ebuild b/dev-perl/Festival-Client-Async/Festival-Client-Async-0.0303.ebuild index 49c5cea1ca56..38b6c6a76109 100644 --- a/dev-perl/Festival-Client-Async/Festival-Client-Async-0.0303.ebuild +++ b/dev-perl/Festival-Client-Async/Festival-Client-Async-0.0303.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/Festival-Client-Async/Festival-Client-Async-0.0303.ebuild,v 1.10 2006/07/10 15:30:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Festival-Client-Async/Festival-Client-Async-0.0303.ebuild,v 1.11 2006/08/05 03:35:35 mcummings Exp $ inherit perl-module @@ -12,3 +12,7 @@ LICENSE="Artistic" SLOT="0" KEYWORDS="ia64 sparc x86" IUSE="" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |