commit:     c32962969910f183ea84389bb9c504699fce1cb3
Author:     Alexander Tsoy <alexander <AT> tsoy <DOT> me>
AuthorDate: Thu May 23 16:04:09 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul  6 07:02:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3296296

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 <AT> tsoy.me>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-libs/libvncserver/libvncserver-0.9.12-r1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 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 d9c8c843433..c8c0be485e3 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))

Reply via email to