diff options
-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 |