XTrap hasn't been supported by the Xserver since 2008. libXTrap is
masked for removal.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
<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>
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?]
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}
$(use_with xfixes) \
$(use_with xinerama) \
$(use_with xrandr) \
- $(use_with xtrap) \
$(use_with zeroconf avahi)
}