diff options
author | 2014-10-30 18:39:30 +0000 | |
---|---|---|
committer | 2014-10-30 18:39:30 +0000 | |
commit | 4030a98cb1d73f690d512be398f7a7f414957335 (patch) | |
tree | c62e5e05126211b0fe6d4706176c86378b8ff8ae /net-libs | |
parent | arm stable, bug #525994 (diff) | |
download | gentoo-2-4030a98cb1d73f690d512be398f7a7f414957335.tar.gz gentoo-2-4030a98cb1d73f690d512be398f7a7f414957335.tar.bz2 gentoo-2-4030a98cb1d73f690d512be398f7a7f414957335.zip |
arm stable, bug #526032
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libvncserver/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libvncserver/libvncserver-0.9.9-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libvncserver/ChangeLog b/net-libs/libvncserver/ChangeLog index 0113fcc1bfdb..dbdc09d3d89f 100644 --- a/net-libs/libvncserver/ChangeLog +++ b/net-libs/libvncserver/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libvncserver # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v 1.83 2014/10/24 06:50:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v 1.84 2014/10/30 18:39:30 maekke Exp $ + + 30 Oct 2014; Markus Meier <maekke@gentoo.org> libvncserver-0.9.9-r3.ebuild: + arm stable, bug #526032 24 Oct 2014; Jeroen Roovers <jer@gentoo.org> libvncserver-0.9.9-r3.ebuild: Stable for HPPA (bug #526032). diff --git a/net-libs/libvncserver/libvncserver-0.9.9-r3.ebuild b/net-libs/libvncserver/libvncserver-0.9.9-r3.ebuild index 154bfb32602d..e41d558c47e0 100644 --- a/net-libs/libvncserver/libvncserver-0.9.9-r3.ebuild +++ b/net-libs/libvncserver/libvncserver-0.9.9-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.9-r3.ebuild,v 1.4 2014/10/24 06:50:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.9-r3.ebuild,v 1.5 2014/10/30 18:39:30 maekke Exp $ EAPI="5" @@ -13,7 +13,7 @@ SRC_URI="http://libvncserver.sourceforge.net/LibVNCServer-${PV/_}.tar.gz 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 +zlib" REQUIRED_USE="png? ( zlib )" |