diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-01-20 22:07:41 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-01-20 22:10:38 +0100 |
commit | e156d77839f174236dbe2eab3719af8142f55701 (patch) | |
tree | 4d34c14cc0b45f6f88bbf3e7be3c163166aacf0c /net-libs/libvncserver | |
parent | net-im/bitlbee: version bump to 3.5 (diff) | |
download | gentoo-e156d77839f174236dbe2eab3719af8142f55701.tar.gz gentoo-e156d77839f174236dbe2eab3719af8142f55701.tar.bz2 gentoo-e156d77839f174236dbe2eab3719af8142f55701.zip |
net-libs/libvncserver: Rev bump to remove sub slot
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
Diffstat (limited to 'net-libs/libvncserver')
-rw-r--r-- | net-libs/libvncserver/libvncserver-0.9.11-r1.ebuild (renamed from net-libs/libvncserver/libvncserver-0.9.11.ebuild) | 3 | ||||
-rw-r--r-- | net-libs/libvncserver/metadata.xml | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net-libs/libvncserver/libvncserver-0.9.11.ebuild b/net-libs/libvncserver/libvncserver-0.9.11-r1.ebuild index dc77dbb34652..f4e5e49427ac 100644 --- a/net-libs/libvncserver/libvncserver-0.9.11.ebuild +++ b/net-libs/libvncserver/libvncserver-0.9.11-r1.ebuild @@ -13,7 +13,8 @@ HOMEPAGE="https://libvnc.github.io/" 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 ) )" diff --git a/net-libs/libvncserver/metadata.xml b/net-libs/libvncserver/metadata.xml index 404451b3f4a9..6c1ab10cbc08 100644 --- a/net-libs/libvncserver/metadata.xml +++ b/net-libs/libvncserver/metadata.xml @@ -20,9 +20,6 @@ surfing the internet. 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> |