diff options
author | 2014-08-09 09:42:40 +0000 | |
---|---|---|
committer | 2014-08-09 09:42:40 +0000 | |
commit | b13179415c67177245872ba65f2395bc2aa75cbb (patch) | |
tree | 8f2c05bd44e1e0e6320561ffdaa87fcb7eade23b /net-libs | |
parent | Stable for ppc, wrt bug #515276 (diff) | |
download | gentoo-2-b13179415c67177245872ba65f2395bc2aa75cbb.tar.gz gentoo-2-b13179415c67177245872ba65f2395bc2aa75cbb.tar.bz2 gentoo-2-b13179415c67177245872ba65f2395bc2aa75cbb.zip |
Stable for ppc, wrt bug #515276
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", 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.9-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libvncserver/ChangeLog b/net-libs/libvncserver/ChangeLog index 2d32d9542830..1c4112e0890b 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.77 2014/06/18 20:40:56 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v 1.78 2014/08/09 09:42:40 ago Exp $ + + 09 Aug 2014; Agostino Sarubbo <ago@gentoo.org> libvncserver-0.9.9-r1.ebuild: + Stable for ppc, wrt bug #515276 18 Jun 2014; Michał Górny <mgorny@gentoo.org> libvncserver-0.9.9-r2.ebuild: Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug diff --git a/net-libs/libvncserver/libvncserver-0.9.9-r1.ebuild b/net-libs/libvncserver/libvncserver-0.9.9-r1.ebuild index 4568f152e7c5..bd8fed79a323 100644 --- a/net-libs/libvncserver/libvncserver-0.9.9-r1.ebuild +++ b/net-libs/libvncserver/libvncserver-0.9.9-r1.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-r1.ebuild,v 1.5 2014/03/01 22:38:07 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.9-r1.ebuild,v 1.6 2014/08/09 09:42:40 ago Exp $ EAPI="4" @@ -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 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 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 )" |