diff options
Diffstat (limited to 'dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.40.ebuild')
-rw-r--r-- | dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.40.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.40.ebuild b/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.40.ebuild index 417b802a42e7..42d4a4ed1219 100644 --- a/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.40.ebuild +++ b/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.40.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-AuthTicket/Apache-AuthTicket-0.40.ebuild,v 1.6 2006/07/13 04:09:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.40.ebuild,v 1.7 2006/08/04 22:15:04 mcummings Exp $ inherit perl-module SRC_TEST="do" @@ -17,5 +17,6 @@ IUSE="" DEPEND=">=dev-perl/Apache-AuthCookie-3.0 dev-perl/DBI virtual/perl-Digest-MD5 - dev-perl/SQL-Abstract" -RDEPEND="${DEPEND}"
\ No newline at end of file + dev-perl/SQL-Abstract + dev-lang/perl" +RDEPEND="${DEPEND}" |