diff options
Diffstat (limited to 'dev-perl/Apache-Session/Apache-Session-1.80.ebuild')
-rw-r--r-- | dev-perl/Apache-Session/Apache-Session-1.80.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/Apache-Session/Apache-Session-1.80.ebuild b/dev-perl/Apache-Session/Apache-Session-1.80.ebuild index d5524a25d720..c3965f0f801b 100644 --- a/dev-perl/Apache-Session/Apache-Session-1.80.ebuild +++ b/dev-perl/Apache-Session/Apache-Session-1.80.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-Session/Apache-Session-1.80.ebuild,v 1.7 2006/02/06 19:56:01 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/Apache-Session-1.80.ebuild,v 1.8 2006/02/13 10:38:29 mcummings Exp $ inherit perl-module IUSE="" @@ -14,5 +14,5 @@ LICENSE="Artistic" KEYWORDS="alpha amd64 ia64 ppc sparc x86" DEPEND="${DEPEND} - perl-core/Digest-MD5 - perl-core/Storable" + virtual/perl-Digest-MD5 + virtual/perl-Storable" |