diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-01-19 22:28:19 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-01-19 22:38:27 +0000 |
commit | e688527e830c8f2f1fe77d0029788290ccb78dd7 (patch) | |
tree | 7e57a4a60f37e5d1cf6c3162e00b92e32fcd1add /x11-wm | |
parent | x11-wm/xpra: Version bump to 4.0.6_p28363 (diff) | |
download | gentoo-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>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xpra/xpra-4.0.6_p28363.ebuild | 6 |
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" } |