diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-05-19 07:25:14 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-05-19 07:25:14 +0000 |
commit | 250ea652d6e66f16154c61c280768518dde9fbab (patch) | |
tree | 68aa77b29ce83ffd3c85aaac4578b414f2332bf9 /net-libs | |
parent | Stable for x86, wrt bug #515268 (diff) | |
download | gentoo-2-250ea652d6e66f16154c61c280768518dde9fbab.tar.gz gentoo-2-250ea652d6e66f16154c61c280768518dde9fbab.tar.bz2 gentoo-2-250ea652d6e66f16154c61c280768518dde9fbab.zip |
Stable for x86, wrt bug #515268
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", 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-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libvncserver/ChangeLog b/net-libs/libvncserver/ChangeLog index 2540d8a1dab7..c9dec23595cb 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.103 2015/05/13 05:59:42 jmorgan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v 1.104 2015/05/19 07:25:14 ago Exp $ + + 19 May 2015; Agostino Sarubbo <ago@gentoo.org> libvncserver-0.9.10-r1.ebuild: + Stable for x86, wrt bug #515268 13 May 2015; Jack Morgan <jmorgan@gentoo.org> libvncserver-0.9.10-r1.ebuild: sparc stable wrt bug #523590 diff --git a/net-libs/libvncserver/libvncserver-0.9.10-r1.ebuild b/net-libs/libvncserver/libvncserver-0.9.10-r1.ebuild index dd1703cb7c13..b3e548d1bdcd 100644 --- a/net-libs/libvncserver/libvncserver-0.9.10-r1.ebuild +++ b/net-libs/libvncserver/libvncserver-0.9.10-r1.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-r1.ebuild,v 1.4 2015/05/13 05:59:42 jmorgan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.10-r1.ebuild,v 1.5 2015/05/19 07:25:14 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=" |