summaryrefslogtreecommitdiff
path: root/dev-build/steve/steve-1.0.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-build/steve/steve-1.0.2.ebuild')
-rw-r--r--dev-build/steve/steve-1.0.2.ebuild18
1 files changed, 16 insertions, 2 deletions
diff --git a/dev-build/steve/steve-1.0.2.ebuild b/dev-build/steve/steve-1.0.2.ebuild
index 8518f29e4ee1..37287fd81579 100644
--- a/dev-build/steve/steve-1.0.2.ebuild
+++ b/dev-build/steve/steve-1.0.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit meson systemd udev
+inherit linux-info meson systemd udev
DESCRIPTION="A simple jobserver for Gentoo"
HOMEPAGE="https://gitweb.gentoo.org/proj/steve.git/"
@@ -13,7 +13,8 @@ SRC_URI="
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+IUSE="debug"
DEPEND="
dev-libs/libevent:=
@@ -26,6 +27,19 @@ BDEPEND="
virtual/pkgconfig
"
+pkg_pretend() {
+ local CONFIG_CHECK="~CUSE"
+ check_extra_config
+}
+
+src_configure() {
+ local emesonargs=(
+ $(meson_use !debug b_ndebug)
+ )
+
+ meson_src_configure
+}
+
src_install() {
meson_src_install