commit:     6aff7700dd3e81eb33a02ba30d1bcf1fb1895de8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  8 20:47:20 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Apr  8 21:10:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aff7700

media-libs/vigra: valgrind binary is only used during testing

But tests are restricted, so it does actually nothing for us.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/vigra/vigra-9999.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-libs/vigra/vigra-9999.ebuild 
b/media-libs/vigra/vigra-9999.ebuild
index 6d2b0b088cc..18768a9bc62 100644
--- a/media-libs/vigra/vigra-9999.ebuild
+++ b/media-libs/vigra/vigra-9999.ebuild
@@ -34,7 +34,10 @@ BDEPEND="
                app-doc/doxygen
                python? ( >=dev-python/sphinx-1.1.3-r5[${PYTHON_USEDEP}] )
        )
-       test? ( >=dev-python/nose-1.1.2-r1[${PYTHON_USEDEP}] )
+       test? (
+               >=dev-python/nose-1.1.2-r1[${PYTHON_USEDEP}]
+               valgrind? ( dev-util/valgrind )
+       )
 "
 # runtime dependency on python:2.7 is required by the vigra-config script
 DEPEND="
@@ -53,7 +56,6 @@ DEPEND="
                ${PYTHON_DEPS}
        )
        tiff? ( media-libs/tiff:0= )
-       valgrind? ( dev-util/valgrind )
        zlib? ( sys-libs/zlib )
 "
 RDEPEND="${DEPEND}"

Reply via email to