diff options
author | 2018-12-02 23:34:09 +0100 | |
---|---|---|
committer | 2018-12-02 23:34:09 +0100 | |
commit | ec15f34e4e1679ee9cd8e2b6d18b9a903b668019 (patch) | |
tree | 73b2913c82dd38149d83f86e7b28f630d8922d67 /x11-wm/xpra/files | |
parent | media-libs/opencv: Drop myself as maintainer (diff) | |
download | gentoo-ec15f34e4e1679ee9cd8e2b6d18b9a903b668019.tar.gz gentoo-ec15f34e4e1679ee9cd8e2b6d18b9a903b668019.tar.bz2 gentoo-ec15f34e4e1679ee9cd8e2b6d18b9a903b668019.zip |
x11-wm/xpra: Remove old
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'x11-wm/xpra/files')
-rw-r--r-- | x11-wm/xpra/files/xpra-0.17.4-deprecated-avcodec.patch | 11 | ||||
-rw-r--r-- | x11-wm/xpra/files/xpra-1.0.4-suid-warning.patch | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/x11-wm/xpra/files/xpra-0.17.4-deprecated-avcodec.patch b/x11-wm/xpra/files/xpra-0.17.4-deprecated-avcodec.patch deleted file mode 100644 index 13bd4be892d5..000000000000 --- a/x11-wm/xpra/files/xpra-0.17.4-deprecated-avcodec.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- xpra-0.17.4/setup.py -+++ xpra-0.17.4/setup.py -@@ -660,7 +660,7 @@ - "-Wno-unused-function", - "-Wno-sometimes-uninitialized"] - elif get_gcc_version()>=[4, 4]: -- eifd = ["-Werror", -+ eifd = ["-Werror", "-Wno-error=deprecated-declarations", - #CentOS 6.x gives us some invalid warnings in nvenc, ignore those: - #"-Wno-error=uninitialized", - #needed on Debian and Ubuntu to avoid this error: diff --git a/x11-wm/xpra/files/xpra-1.0.4-suid-warning.patch b/x11-wm/xpra/files/xpra-1.0.4-suid-warning.patch deleted file mode 100644 index 9af267cb4505..000000000000 --- a/x11-wm/xpra/files/xpra-1.0.4-suid-warning.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- xpra-1.0.4/xpra/scripts/config.py -+++ xpra-1.0.4/xpra/scripts/config.py -@@ -130,7 +130,7 @@ - xorg_stat = os.stat(xorg_bin) - if (xorg_stat.st_mode & stat.S_ISUID)!=0: - if (xorg_stat.st_mode & stat.S_IROTH)==0: -- warn("%s is suid and not readable, Xdummy support unavailable" % xorg_bin) -+ debug("%s is suid and not readable, Xdummy support unavailable" % xorg_bin) - return get_Xvfb_command() - debug("%s is suid and readable, using the xpra_Xdummy wrapper" % xorg_bin) - use_wrapper = True |