dlan 15/03/03 06:21:33 Modified: ChangeLog fribidi-0.19.6.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.94 dev-libs/fribidi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fribidi/ChangeLog?rev=1.94&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fribidi/ChangeLog?rev=1.94&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fribidi/ChangeLog?r1=1.93&r2=1.94 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/fribidi/ChangeLog,v retrieving revision 1.93 retrieving revision 1.94 diff -u -r1.93 -r1.94 --- ChangeLog 17 Oct 2014 14:26:38 -0000 1.93 +++ ChangeLog 3 Mar 2015 06:21:33 -0000 1.94 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/fribidi -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/ChangeLog,v 1.93 2014/10/17 14:26:38 klausman Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/ChangeLog,v 1.94 2015/03/03 06:21:33 dlan Exp $ + + 02 Mar 2015; Yixun Lan <[email protected]> fribidi-0.19.6.ebuild: + add arm64 support, tested on A53 board 17 Oct 2014; Tobias Klausmann <[email protected]> fribidi-0.19.6.ebuild: Stable on alpha, bug 517606 1.13 dev-libs/fribidi/fribidi-0.19.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fribidi/fribidi-0.19.6.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fribidi/fribidi-0.19.6.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fribidi/fribidi-0.19.6.ebuild?r1=1.12&r2=1.13 Index: fribidi-0.19.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/fribidi/fribidi-0.19.6.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- fribidi-0.19.6.ebuild 17 Oct 2014 14:26:38 -0000 1.12 +++ fribidi-0.19.6.ebuild 3 Mar 2015 06:21:33 -0000 1.13 @@ -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/dev-libs/fribidi/fribidi-0.19.6.ebuild,v 1.12 2014/10/17 14:26:38 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/fribidi-0.19.6.ebuild,v 1.13 2015/03/03 06:21:33 dlan Exp $ EAPI=5 @@ -14,7 +14,7 @@ LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="static-libs" RESTRICT="test" #397347
