diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-14 12:32:25 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-14 12:32:25 +0000 |
commit | 0d1726abef0ab3c56d15c697b2d083a00b46c113 (patch) | |
tree | 204a53b9794da9b7ed4705dd05053cb659f15e00 /net-libs | |
parent | Stable for ia64, wrt bug #525286 (diff) | |
download | gentoo-2-0d1726abef0ab3c56d15c697b2d083a00b46c113.tar.gz gentoo-2-0d1726abef0ab3c56d15c697b2d083a00b46c113.tar.bz2 gentoo-2-0d1726abef0ab3c56d15c697b2d083a00b46c113.zip |
Stable for ia64, wrt bug #523590
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", 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 99ae4872df06..8db5cd2081a4 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.91 2015/04/13 09:44:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v 1.92 2015/04/14 12:32:25 ago Exp $ + + 14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> libvncserver-0.9.10.ebuild: + Stable for ia64, wrt bug #523590 13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> libvncserver-0.9.10.ebuild: Stable for alpha, wrt bug #523590 diff --git a/net-libs/libvncserver/libvncserver-0.9.10.ebuild b/net-libs/libvncserver/libvncserver-0.9.10.ebuild index 662de35c22f8..7573036b9bf5 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.5 2015/04/13 09:44:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.10.ebuild,v 1.6 2015/04/14 12:32:25 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=" |