summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Tsoy <alexander@tsoy.me>2019-05-23 19:04:09 +0300
committerMichał Górny <mgorny@gentoo.org>2019-07-06 09:02:53 +0200
commitc32962969910f183ea84389bb9c504699fce1cb3 (patch)
treef31f0e0f2dc961ba61b608cd368c51799820b90b /net-libs/libvncserver/libvncserver-0.9.12-r1.ebuild
parentnet-libs/libvncserver: drop multilib support (diff)
downloadgentoo-c32962969910f183ea84389bb9c504699fce1cb3.tar.gz
gentoo-c32962969910f183ea84389bb9c504699fce1cb3.tar.bz2
gentoo-c32962969910f183ea84389bb9c504699fce1cb3.zip
net-libs/libvncserver: drop redundant USE-flags
* "sdl" is a no-op without building examples, and we don't build them yet * "static-libs" and "test" are simply redundant (static-libs was supported in autotools based builds) Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs/libvncserver/libvncserver-0.9.12-r1.ebuild')
-rw-r--r--net-libs/libvncserver/libvncserver-0.9.12-r1.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/net-libs/libvncserver/libvncserver-0.9.12-r1.ebuild b/net-libs/libvncserver/libvncserver-0.9.12-r1.ebuild
index d9c8c8434335..c8c0be485e31 100644
--- a/net-libs/libvncserver/libvncserver-0.9.12-r1.ebuild
+++ b/net-libs/libvncserver/libvncserver-0.9.12-r1.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-2"
# no sub slot wanted (yet), see #578958
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="+24bpp gcrypt gnutls ipv6 +jpeg libressl lzo +png sasl sdl ssl static-libs systemd test +threads +zlib"
+IUSE="+24bpp gcrypt gnutls ipv6 +jpeg libressl lzo +png sasl ssl systemd +threads +zlib"
# https://bugs.gentoo.org/435326
# https://bugs.gentoo.org/550916
REQUIRED_USE="!gnutls? ( ssl? ( threads ) ) png? ( zlib )"
@@ -35,7 +35,6 @@ DEPEND="
lzo? ( dev-libs/lzo )
png? ( >=media-libs/libpng-1.6.10:0= )
sasl? ( dev-libs/cyrus-sasl )
- sdl? ( media-libs/libsdl2 )
systemd? ( sys-apps/systemd:= )
zlib? ( >=sys-libs/zlib-1.2.8-r1:0= )"
RDEPEND="${DEPEND}"
@@ -54,7 +53,6 @@ src_configure() {
-DWITH_LZO=$(usex lzo ON OFF)
-DWITH_JPEG=$(usex jpeg ON OFF)
-DWITH_PNG=$(usex png ON OFF)
- -DWITH_SDL=$(usex sdl ON OFF)
-DWITH_THREADS=$(usex threads ON OFF)
-DWITH_GNUTLS=$(usex gnutls ON OFF)
-DWITH_OPENSSL=$(usex gnutls OFF $(usex ssl ON OFF))