From f65a0f080b31f260f358597a1d495524fcd92836 Mon Sep 17 00:00:00 2001 From: John Turner Date: Mon, 15 Sep 2025 00:01:06 -0400 Subject: add client and server USE flags to pypaste --- app-text/pypaste/pypaste-9999.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app-text/pypaste/pypaste-9999.ebuild b/app-text/pypaste/pypaste-9999.ebuild index 58ed5cb..befd43c 100644 --- a/app-text/pypaste/pypaste-9999.ebuild +++ b/app-text/pypaste/pypaste-9999.ebuild @@ -18,6 +18,8 @@ EGIT_SSH_KEYS=( LICENSE="GPL-3" SLOT="0" +IUSE="client server" + DEPEND=" acct-user/pypaste acct-group/pypaste @@ -31,6 +33,11 @@ dev-python/bozo4 dev-python/pygments " +src_configure() { + local emesonargs=($(meson_feature client) $(meson_feature server)) + meson_src_configure +} + src_install() { dobin ${S}/bin/pypaste newconfd ${S}/pypaste-confd pypaste -- cgit v1.2.3