diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 23:13:55 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 23:13:55 +0000 |
commit | 5db60a0fb4d17ace93a54a273ca1af1705010389 (patch) | |
tree | d1e516f3e0efd6617e9ee8d8e069840980f1296c /dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild | |
parent | Adding perl dep; fixed header; fixed DEPEND (diff) | |
download | historical-5db60a0fb4d17ace93a54a273ca1af1705010389.tar.gz historical-5db60a0fb4d17ace93a54a273ca1af1705010389.tar.bz2 historical-5db60a0fb4d17ace93a54a273ca1af1705010389.zip |
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild')
-rw-r--r-- | dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild b/dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild index b672e23fa4cd..4f6699223e32 100644 --- a/dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild +++ b/dev-perl/Apache-SessionX/Apache-SessionX-2.01.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/Apache-SessionX/Apache-SessionX-2.01.ebuild,v 1.6 2006/07/10 14:21:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild,v 1.7 2006/08/04 22:18:47 mcummings Exp $ inherit perl-module @@ -19,9 +19,10 @@ SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ia64 ~ppc sparc x86" -DEPEND="dev-perl/Apache-Session" +DEPEND="dev-perl/Apache-Session + dev-lang/perl" RDEPEND="${DEPEND}" src_compile() { echo "n" | perl-module_src_compile -}
\ No newline at end of file +} |