dlan 15/03/03 12:10:16 Modified: ChangeLog x11vnc-0.9.13-r1.ebuild Log: add arm64 support, tested on A53 board (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Revision Changes Path 1.117 x11-misc/x11vnc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/ChangeLog?rev=1.117&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/ChangeLog?rev=1.117&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/ChangeLog?r1=1.116&r2=1.117 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v retrieving revision 1.116 retrieving revision 1.117 diff -u -r1.116 -r1.117 --- ChangeLog 25 Nov 2014 23:29:13 -0000 1.116 +++ ChangeLog 3 Mar 2015 12:10:16 -0000 1.117 @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/x11vnc -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v 1.116 2014/11/25 23:29:13 hasufell Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v 1.117 2015/03/03 12:10:16 dlan Exp $ + + 03 Mar 2015; Yixun Lan <[email protected]> x11vnc-0.9.13-r1.ebuild: + add arm64 support, tested on A53 board 25 Nov 2014; Julian Ospald <[email protected]> metadata.xml: drop maintainership 1.8 x11-misc/x11vnc/x11vnc-0.9.13-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.13-r1.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.13-r1.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.13-r1.ebuild?r1=1.7&r2=1.8 Index: x11vnc-0.9.13-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.13-r1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- x11vnc-0.9.13-r1.ebuild 4 Oct 2014 09:27:45 -0000 1.7 +++ x11vnc-0.9.13-r1.ebuild 3 Mar 2015 12:10:16 -0000 1.8 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.13-r1.ebuild,v 1.7 2014/10/04 09:27:45 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.13-r1.ebuild,v 1.8 2015/03/03 12:10:16 dlan Exp $ EAPI=5 @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="avahi crypt fbcon +jpeg ssl system-libvncserver threads tk xinerama +zlib" RDEPEND="
