media-libs/vigra: valgrind binary is only used during testing
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 8 Apr 2019 20:47:20 +0000 (22:47 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 8 Apr 2019 21:10:47 +0000 (23:10 +0200)
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@gentoo.org>
media-libs/vigra/vigra-9999.ebuild

index 6d2b0b088ccb57c5e7638f740f97892afea0f273..18768a9bc62faa9b55e451fc3a6d39a9820eeb86 100644 (file)
@@ -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}"