diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 22:15:04 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 22:15:04 +0000 |
commit | 21be5f7cf144c573c3dc5dc502bce7596f1d7bb7 (patch) | |
tree | f22fd5cba1e836efa69dc89d40d11be870ea4b50 /dev-perl/Apache-AuthTicket | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-21be5f7cf144c573c3dc5dc502bce7596f1d7bb7.tar.gz gentoo-2-21be5f7cf144c573c3dc5dc502bce7596f1d7bb7.tar.bz2 gentoo-2-21be5f7cf144c573c3dc5dc502bce7596f1d7bb7.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Apache-AuthTicket')
-rw-r--r-- | dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.40.ebuild | 7 | ||||
-rw-r--r-- | dev-perl/Apache-AuthTicket/ChangeLog | 6 |
2 files changed, 9 insertions, 4 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}" diff --git a/dev-perl/Apache-AuthTicket/ChangeLog b/dev-perl/Apache-AuthTicket/ChangeLog index a5508e4f19e7..35857808e003 100644 --- a/dev-perl/Apache-AuthTicket/ChangeLog +++ b/dev-perl/Apache-AuthTicket/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Apache-AuthTicket # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthTicket/ChangeLog,v 1.6 2006/07/13 04:09:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthTicket/ChangeLog,v 1.7 2006/08/04 22:15:04 mcummings Exp $ + + 04 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Apache-AuthTicket-0.40.ebuild: + Adding perl dep; fixed DEPEND 13 Jul 2006; Aron Griffis <agriffis@gentoo.org> Apache-AuthTicket-0.40.ebuild: |