diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-13 09:44:57 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-13 09:44:57 +0000 |
commit | 74d1b6697df6e4798cd35b6558ed98be7b05fb7a (patch) | |
tree | 5cd4c7409925b978e6ab336b2502ae5c07ccce53 /net-libs | |
parent | Stable for alpha, wrt bug #516868 (diff) | |
download | gentoo-2-74d1b6697df6e4798cd35b6558ed98be7b05fb7a.tar.gz gentoo-2-74d1b6697df6e4798cd35b6558ed98be7b05fb7a.tar.bz2 gentoo-2-74d1b6697df6e4798cd35b6558ed98be7b05fb7a.zip |
Stable for alpha, wrt bug #523590
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libvncserver/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libvncserver/libvncserver-0.9.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libvncserver/ChangeLog b/net-libs/libvncserver/ChangeLog index aa3265d1a9a4..99ae4872df06 100644 --- a/net-libs/libvncserver/ChangeLog +++ b/net-libs/libvncserver/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libvncserver # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v 1.90 2015/04/09 07:33:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v 1.91 2015/04/13 09:44:57 ago Exp $ + + 13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> libvncserver-0.9.10.ebuild: + Stable for alpha, wrt bug #523590 09 Apr 2015; Agostino Sarubbo <ago@gentoo.org> libvncserver-0.9.10.ebuild: Stable for x86, wrt bug #523590 diff --git a/net-libs/libvncserver/libvncserver-0.9.10.ebuild b/net-libs/libvncserver/libvncserver-0.9.10.ebuild index 903752eda475..662de35c22f8 100644 --- a/net-libs/libvncserver/libvncserver-0.9.10.ebuild +++ b/net-libs/libvncserver/libvncserver-0.9.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.10.ebuild,v 1.4 2015/04/09 07:33:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.10.ebuild,v 1.5 2015/04/13 09:44:57 ago Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${PV}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +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 +png ssl static-libs test threads vaapi +zlib" DEPEND=" |