diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-05-16 09:03:04 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-05-16 09:37:37 -0700 |
commit | adebe3d43faf1e31a99955f13bd1090569bcacc3 (patch) | |
tree | e2034b11ffd2feef7cf25d76e47dbed4f4003775 /x11-misc/x11vnc | |
parent | app-crypt/certbot-nginx: add py37 support to 9999 (diff) | |
download | gentoo-adebe3d43faf1e31a99955f13bd1090569bcacc3.tar.gz gentoo-adebe3d43faf1e31a99955f13bd1090569bcacc3.tar.bz2 gentoo-adebe3d43faf1e31a99955f13bd1090569bcacc3.zip |
x11-misc/x11vnc: Drop xtrap support
XTrap hasn't been supported by the Xserver since 2008. libXTrap is
masked for removal.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-misc/x11vnc')
-rw-r--r-- | x11-misc/x11vnc/metadata.xml | 1 | ||||
-rw-r--r-- | x11-misc/x11vnc/x11vnc-0.9.16-r1.ebuild | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/x11-misc/x11vnc/metadata.xml b/x11-misc/x11vnc/metadata.xml index 4ad5dbb6d54e..ff9539136145 100644 --- a/x11-misc/x11vnc/metadata.xml +++ b/x11-misc/x11vnc/metadata.xml @@ -11,7 +11,6 @@ <flag name="xdamage">Enable support for the Xdamage library</flag> <flag name="xfixes">Enable support for the Xfixes library</flag> <flag name="xrandr">Enable support for the X xrandr extension</flag> - <flag name="xtrap">Enable support for the XTrap library</flag> </use> <upstream> <remote-id type="sourceforge">libvncserver</remote-id> diff --git a/x11-misc/x11vnc/x11vnc-0.9.16-r1.ebuild b/x11-misc/x11vnc/x11vnc-0.9.16-r1.ebuild index b34c657ccd34..b4e3e583f68f 100644 --- a/x11-misc/x11vnc/x11vnc-0.9.16-r1.ebuild +++ b/x11-misc/x11vnc/x11vnc-0.9.16-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/LibVNC/x11vnc/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="crypt fbcon libressl ssl +xcomposite +xdamage +xfixes xinerama +xrandr xtrap zeroconf" +IUSE="crypt fbcon libressl ssl +xcomposite +xdamage +xfixes xinerama +xrandr zeroconf" COMMON_DEPEND=" >=net-libs/libvncserver-0.9.8[ssl?] @@ -28,7 +28,6 @@ COMMON_DEPEND=" xfixes? ( x11-libs/libXfixes ) xinerama? ( x11-libs/libXinerama ) xrandr? ( x11-libs/libXrandr ) - xtrap? ( x11-libs/libXTrap ) zeroconf? ( >=net-dns/avahi-0.6.4 ) " DEPEND="${COMMON_DEPEND} @@ -64,7 +63,6 @@ src_configure() { $(use_with xfixes) \ $(use_with xinerama) \ $(use_with xrandr) \ - $(use_with xtrap) \ $(use_with zeroconf avahi) } |