diff options
Diffstat (limited to 'dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.005.ebuild')
-rw-r--r-- | dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.005.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.005.ebuild b/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.005.ebuild index 1f848e51e9b4..125f35ae2517 100644 --- a/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.005.ebuild +++ b/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.005.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.005.ebuild,v 1.5 2007/11/10 12:16:00 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.005.ebuild,v 1.6 2007/11/11 00:38:54 mr_bones_ Exp $ inherit perl-module multilib @@ -16,7 +16,7 @@ IUSE="" RDEPEND="dev-lang/perl sys-libs/zlib" -DEPEND="${RDEPEND}" +DEPEND=${RDEPEND} SRC_TEST="do" |