summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2021-01-19 22:28:19 +0000
committerJames Le Cuirot <chewi@gentoo.org>2021-01-19 22:38:27 +0000
commite688527e830c8f2f1fe77d0029788290ccb78dd7 (patch)
tree7e57a4a60f37e5d1cf6c3162e00b92e32fcd1add
parentx11-wm/xpra: Version bump to 4.0.6_p28363 (diff)
downloadgentoo-e688527e830c8f2f1fe77d0029788290ccb78dd7.tar.gz
gentoo-e688527e830c8f2f1fe77d0029788290ccb78dd7.tar.bz2
gentoo-e688527e830c8f2f1fe77d0029788290ccb78dd7.zip
x11-wm/xpra: Drop obsolete -fno-strict-aliasing fix
Package-Manager: Portage-3.0.14, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
-rw-r--r--x11-wm/xpra/xpra-4.0.6_p28363.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-wm/xpra/xpra-4.0.6_p28363.ebuild b/x11-wm/xpra/xpra-4.0.6_p28363.ebuild
index 55099a674a16..dc52b8c275e4 100644
--- a/x11-wm/xpra/xpra-4.0.6_p28363.ebuild
+++ b/x11-wm/xpra/xpra-4.0.6_p28363.ebuild
@@ -5,7 +5,7 @@ EAPI=6
PYTHON_COMPAT=( python3_{6,7,8,9} )
DISTUTILS_USE_SETUPTOOLS=no
-inherit xdg distutils-r1 eutils flag-o-matic tmpfiles prefix
+inherit xdg distutils-r1 eutils tmpfiles prefix
MY_P="${PN}-${PV%_p*}"
DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based on wimpiggy"
@@ -140,9 +140,5 @@ python_configure_all() {
--with-x11
)
- # see https://www.xpra.org/trac/ticket/1080
- # and http://trac.cython.org/ticket/395
- append-cflags -fno-strict-aliasing
-
export XPRA_SOCKET_DIRS="${EPREFIX}/run/xpra"
}