diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-03-10 16:29:58 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-03-10 16:31:37 -0800 |
commit | ac82d8481c78009363312796b2d4a5b2f5d1f982 (patch) | |
tree | d59e7d42cef67795b364861c1b07245e54fa32de /app-admin | |
parent | x11-themes/comix-xcursors: remove 0.7.3 (diff) | |
download | gentoo-ac82d8481c78009363312796b2d4a5b2f5d1f982.tar.gz gentoo-ac82d8481c78009363312796b2d4a5b2f5d1f982.tar.bz2 gentoo-ac82d8481c78009363312796b2d4a5b2f5d1f982.zip |
app-admin/stow: Depend on dev-perl/IO-stringy for tests
Closes: https://bugs.gentoo.org/623212
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/stow/stow-2.2.2-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/stow/stow-2.2.2-r1.ebuild b/app-admin/stow/stow-2.2.2-r1.ebuild index d4c2355c5953..0b5bca7840fa 100644 --- a/app-admin/stow/stow-2.2.2-r1.ebuild +++ b/app-admin/stow/stow-2.2.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,6 +16,7 @@ IUSE="test" DEPEND="dev-lang/perl test? ( + dev-perl/IO-stringy virtual/perl-Test-Harness dev-perl/Test-Output )" |