summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2023-05-16 23:12:08 +0100
committerJames Le Cuirot <chewi@gentoo.org>2023-05-16 23:12:08 +0100
commit3102cd8d6d3e1e22e1f1f2820fef94a0965c7166 (patch)
tree60805c349b1ba1e02e4ce025259e750d57c803a8 /x11-wm/xpra/xpra-9999.ebuild
parentx11-wm/xpra: remove unused patch (diff)
downloadgentoo-3102cd8d6d3e1e22e1f1f2820fef94a0965c7166.tar.gz
gentoo-3102cd8d6d3e1e22e1f1f2820fef94a0965c7166.tar.bz2
gentoo-3102cd8d6d3e1e22e1f1f2820fef94a0965c7166.zip
x11-wm/xpra: Use setup.py args to avoid sd_listen/service files
I didn't realise I could have done this without a patch. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'x11-wm/xpra/xpra-9999.ebuild')
-rw-r--r--x11-wm/xpra/xpra-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/xpra/xpra-9999.ebuild b/x11-wm/xpra/xpra-9999.ebuild
index b2d368301a68..23c923b710aa 100644
--- a/x11-wm/xpra/xpra-9999.ebuild
+++ b/x11-wm/xpra/xpra-9999.ebuild
@@ -115,7 +115,6 @@ BDEPEND="
RESTRICT="!test? ( test )"
PATCHES=(
- "${FILESDIR}"/${PN}-4.5-no-service.patch
"${FILESDIR}"/${PN}-9999-xdummy.patch
"${FILESDIR}"/${PN}-9999-tests.patch
)
@@ -163,6 +162,8 @@ python_configure_all() {
$(use_with jpeg jpeg_encoder)
$(use_with jpeg jpeg_decoder)
--without-mdns
+ --without-sd_listen
+ --without-service
$(use_with opengl)
$(use_with server shadow)
$(use_with server)