dlan 15/03/03 11:23:37 Modified: ChangeLog libXft-2.3.2.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.108 x11-libs/libXft/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXft/ChangeLog?rev=1.108&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXft/ChangeLog?rev=1.108&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXft/ChangeLog?r1=1.107&r2=1.108 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXft/ChangeLog,v retrieving revision 1.107 retrieving revision 1.108 diff -u -r1.107 -r1.108 --- ChangeLog 24 Feb 2015 08:38:23 -0000 1.107 +++ ChangeLog 3 Mar 2015 11:23:37 -0000 1.108 @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libXft # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXft/ChangeLog,v 1.107 2015/02/24 08:38:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXft/ChangeLog,v 1.108 2015/03/03 11:23:37 dlan Exp $ + + 03 Mar 2015; Yixun Lan <[email protected]> libXft-2.3.2.ebuild: + add arm64 support, tested on A53 board 24 Feb 2015; Agostino Sarubbo <[email protected]> libXft-2.3.2.ebuild: Stable for alpha, wrt bug #530652 1.10 x11-libs/libXft/libXft-2.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXft/libXft-2.3.2.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXft/libXft-2.3.2.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXft/libXft-2.3.2.ebuild?r1=1.9&r2=1.10 Index: libXft-2.3.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXft/libXft-2.3.2.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- libXft-2.3.2.ebuild 24 Feb 2015 08:38:23 -0000 1.9 +++ libXft-2.3.2.ebuild 3 Mar 2015 11:23:37 -0000 1.10 @@ -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/x11-libs/libXft/libXft-2.3.2.ebuild,v 1.9 2015/02/24 08:38:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXft/libXft-2.3.2.ebuild,v 1.10 2015/03/03 11:23:37 dlan Exp $ EAPI=5 @@ -9,7 +9,7 @@ DESCRIPTION="X.Org Xft library" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" RDEPEND=">=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
