diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2025-09-15 00:01:06 -0400 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2025-09-15 00:01:06 -0400 |
commit | f65a0f080b31f260f358597a1d495524fcd92836 (patch) | |
tree | 3b8601899182f6c502098ad75c2461609d7c8b43 /app-text | |
parent | 4ee337f372a225dba8ab5b76494b0d19a8ebbed6 (diff) | |
download | ebuilds-f65a0f080b31f260f358597a1d495524fcd92836.tar.gz |
add client and server USE flags to pypaste
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pypaste/pypaste-9999.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
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 |