diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2023-12-21 23:23:23 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-22 06:41:29 +0000 |
commit | 5d1f356cfd0611934a34606499a9a14d267b77dd (patch) | |
tree | 5c343bce94169cabb5799cdb0ce1e6d2391611c6 /dev-libs/libdnet | |
parent | kde-apps/kio-extras: switch to upstream variant of no-activities patch (diff) | |
download | gentoo-5d1f356cfd0611934a34606499a9a14d267b77dd.tar.gz gentoo-5d1f356cfd0611934a34606499a9a14d267b77dd.tar.bz2 gentoo-5d1f356cfd0611934a34606499a9a14d267b77dd.zip |
dev-libs/libdnet: switch from use_with to use_enable for tests
This is the correct way to do it for all versions tested, otherwise the
test suite is a no-op. Tests fail though, see bug 778797.
Bug: https://bugs.gentoo.org/913838
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Closes: https://github.com/gentoo/gentoo/pull/34411
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libdnet')
-rw-r--r-- | dev-libs/libdnet/libdnet-1.16.1.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/libdnet/libdnet-1.16.2.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/libdnet/libdnet-1.16.4.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libdnet/libdnet-1.16.1.ebuild b/dev-libs/libdnet/libdnet-1.16.1.ebuild index ae421db27101..6321f1a10785 100644 --- a/dev-libs/libdnet/libdnet-1.16.1.ebuild +++ b/dev-libs/libdnet/libdnet-1.16.1.ebuild @@ -55,7 +55,7 @@ src_prepare() { src_configure() { econf \ $(use_with python) \ - $(use_with test check "${ESYSROOT}/usr") + $(use_enable test check) } src_compile() { diff --git a/dev-libs/libdnet/libdnet-1.16.2.ebuild b/dev-libs/libdnet/libdnet-1.16.2.ebuild index bac97522127b..7b853da8a2fc 100644 --- a/dev-libs/libdnet/libdnet-1.16.2.ebuild +++ b/dev-libs/libdnet/libdnet-1.16.2.ebuild @@ -55,7 +55,7 @@ src_prepare() { src_configure() { econf \ $(use_with python) \ - $(use_with test check "${ESYSROOT}/usr") + $(use_enable test check) } src_compile() { diff --git a/dev-libs/libdnet/libdnet-1.16.4.ebuild b/dev-libs/libdnet/libdnet-1.16.4.ebuild index fddf3434d1d8..63ed423fc1db 100644 --- a/dev-libs/libdnet/libdnet-1.16.4.ebuild +++ b/dev-libs/libdnet/libdnet-1.16.4.ebuild @@ -59,7 +59,7 @@ src_prepare() { src_configure() { econf \ $(use_with python) \ - $(use_with test check "${ESYSROOT}/usr") + $(use_enable test check) } src_compile() { |