In commit
13bf08599c6d3 I (Whissi) introduced a sub slot which the main
proxy-maintainer declines (see bug #604192 comment 7).
This rev bump will remove the sub slot.
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=604192#c7
Package-Manager: Portage-2.3.3, Repoman-2.3.1
SRC_URI="https://github.com/LibVNC/${PN}/archive/${MY_PN}-${PV}.tar.gz"
LICENSE="GPL-2"
-SLOT="0/1"
+# No sub slot wanted (yet), see #578958
+SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
IUSE="+24bpp gcrypt gnutls ipv6 +jpeg libressl +png ssl static-libs systemd test threads +zlib"
REQUIRED_USE="!gnutls? ( ssl? ( threads ) )"
Now that you want to make a VNC server, that is, a server which speaks
the RFB protocol, you can download this library from sourceforge.
</longdescription>
- <slots>
- <subslots>Reflect major ABI of libvncserver.so.</subslots>
- </slots>
<use>
<flag name="24bpp">enable 24bpp support</flag>
<flag name="gcrypt">enable support for gcrypt</flag>