commit:     b44bf61e5a5cc6fa213abb54799d184aee08faf6
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 21 19:05:07 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Mon Feb 21 19:05:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b44bf61e

dev-libs/boxfort: use 'meson_use' helper

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 dev-libs/boxfort/boxfort-0.1.3.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-libs/boxfort/boxfort-0.1.3.ebuild 
b/dev-libs/boxfort/boxfort-0.1.3.ebuild
index 67faa22bc260..c1d27a92948b 100644
--- a/dev-libs/boxfort/boxfort-0.1.3.ebuild
+++ b/dev-libs/boxfort/boxfort-0.1.3.ebuild
@@ -10,6 +10,7 @@ inherit meson python-any-r1
 DESCRIPTION="Convenient & cross-platform sandboxing C library"
 HOMEPAGE="https://github.com/Snaipe/BoxFort";
 SRC_URI="https://github.com/Snaipe/BoxFort/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}"/BoxFort-${PV}
 
 LICENSE="MIT"
 SLOT="0"
@@ -22,8 +23,6 @@ DEPEND="test? (
        )"
 BDEPEND="virtual/pkgconfig"
 
-S="${WORKDIR}/BoxFort-${PV}"
-
 python_check_deps() {
        use test && has_version "dev-util/cram[${PYTHON_USEDEP}]"
 }
@@ -34,8 +33,8 @@ pkg_setup() {
 
 src_configure() {
        local emesonargs=(
-               -Dsamples=$(usex test true false)
-               -Dtests=$(usex test true false)
+               $(meson_use test samples)
+               $(meson_use test tests)
        )
 
        meson_src_configure

Reply via email to