diff options
author | 2014-10-24 06:50:18 +0000 | |
---|---|---|
committer | 2014-10-24 06:50:18 +0000 | |
commit | f11d680b61e2aa0b3fa1f2d34be6219a9ce210ca (patch) | |
tree | 4f4f163cc699833137eb791825fd369c485b4a7f /net-libs/libvncserver | |
parent | sci-biology/seqan: Fix file collision, #526586 (diff) | |
download | gentoo-2-f11d680b61e2aa0b3fa1f2d34be6219a9ce210ca.tar.gz gentoo-2-f11d680b61e2aa0b3fa1f2d34be6219a9ce210ca.tar.bz2 gentoo-2-f11d680b61e2aa0b3fa1f2d34be6219a9ce210ca.zip |
Stable for HPPA (bug #526032).
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-libs/libvncserver')
-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 26c95cc630a4..0113fcc1bfdb 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.82 2014/10/23 14:25:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v 1.83 2014/10/24 06:50:18 jer Exp $ + + 24 Oct 2014; Jeroen Roovers <jer@gentoo.org> libvncserver-0.9.9-r3.ebuild: + Stable for HPPA (bug #526032). 23 Oct 2014; Pacho Ramos <pacho@gentoo.org> libvncserver-0.9.9-r3.ebuild: amd64/x86 stable, 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 0fd63abce5a6..154bfb32602d 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.3 2014/10/23 14:25:26 pacho Exp $ +# $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 $ 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 )" |