diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-09 07:32:11 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-09 07:32:11 +0000 |
commit | 66e3df053fe10fdcd4031653efd3870753604e62 (patch) | |
tree | 88b5a33e10b224d2281340224ad713a00df6caf2 /net-libs/libvncserver | |
parent | Stable for amd64, wrt bug #545940 (diff) | |
download | gentoo-2-66e3df053fe10fdcd4031653efd3870753604e62.tar.gz gentoo-2-66e3df053fe10fdcd4031653efd3870753604e62.tar.bz2 gentoo-2-66e3df053fe10fdcd4031653efd3870753604e62.zip |
Stable for amd64, wrt bug #523590
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs/libvncserver')
-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 307a5b921a09..16e9d77d6d71 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.88 2015/04/08 04:35:40 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v 1.89 2015/04/09 07:32:11 ago Exp $ + + 09 Apr 2015; Agostino Sarubbo <ago@gentoo.org> libvncserver-0.9.10.ebuild: + Stable for amd64, wrt bug #523590 08 Apr 2015; Jeroen Roovers <jer@gentoo.org> libvncserver-0.9.10.ebuild: Stable for HPPA (bug #523590). diff --git a/net-libs/libvncserver/libvncserver-0.9.10.ebuild b/net-libs/libvncserver/libvncserver-0.9.10.ebuild index 1c974a8f5ccd..c9693f215eeb 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.2 2015/04/08 04:35:40 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.10.ebuild,v 1.3 2015/04/09 07:32:11 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=" |