diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-10-21 06:12:07 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-10-21 06:12:07 +0000 |
commit | e175f5f41856dcac1993daed9d2622480e8b013e (patch) | |
tree | d3f5dc6fa99d726a0211e4c4f881532dee90c64c /app-arch/dpkg/dpkg-1.15.4.ebuild | |
parent | Stable on x86 and amd64 (#289956) (diff) | |
download | gentoo-2-e175f5f41856dcac1993daed9d2622480e8b013e.tar.gz gentoo-2-e175f5f41856dcac1993daed9d2622480e8b013e.tar.bz2 gentoo-2-e175f5f41856dcac1993daed9d2622480e8b013e.zip |
Depend on IO-String for tests (bug #289952).
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'app-arch/dpkg/dpkg-1.15.4.ebuild')
-rw-r--r-- | app-arch/dpkg/dpkg-1.15.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/dpkg/dpkg-1.15.4.ebuild b/app-arch/dpkg/dpkg-1.15.4.ebuild index 3bc4457033c5..cb9510aa7cd6 100644 --- a/app-arch/dpkg/dpkg-1.15.4.ebuild +++ b/app-arch/dpkg/dpkg-1.15.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.4.ebuild,v 1.1 2009/09/07 13:31:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.4.ebuild,v 1.2 2009/10/21 06:12:07 jer Exp $ inherit eutils multilib autotools @@ -20,7 +20,7 @@ RDEPEND=">=dev-lang/perl-5.6.0 bzip2? ( app-arch/bzip2 )" DEPEND="${RDEPEND} nls? ( app-text/po4a ) - test? ( dev-perl/Test-Pod )" + test? ( dev-perl/Test-Pod dev-perl/IO-String )" src_unpack() { unpack ${A} |