dlan 15/03/03 08:36:27 Modified: ChangeLog harfbuzz-0.9.38.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.99 media-libs/harfbuzz/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?rev=1.99&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?rev=1.99&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?r1=1.98&r2=1.99 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v retrieving revision 1.98 retrieving revision 1.99 diff -u -r1.98 -r1.99 --- ChangeLog 2 Mar 2015 09:31:03 -0000 1.98 +++ ChangeLog 3 Mar 2015 08:36:27 -0000 1.99 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/harfbuzz # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.98 2015/03/02 09:31:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.99 2015/03/03 08:36:27 dlan Exp $ + + 03 Mar 2015; Yixun Lan <[email protected]> harfbuzz-0.9.38.ebuild: + add arm64 support, tested on A53 board 02 Mar 2015; Agostino Sarubbo <[email protected]> harfbuzz-0.9.35.ebuild: Stable for ppc, wrt bug #531592 1.2 media-libs/harfbuzz/harfbuzz-0.9.38.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.38.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.38.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.38.ebuild?r1=1.1&r2=1.2 Index: harfbuzz-0.9.38.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.38.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- harfbuzz-0.9.38.ebuild 17 Feb 2015 17:19:34 -0000 1.1 +++ harfbuzz-0.9.38.ebuild 3 Mar 2015 08:36:27 -0000 1.2 @@ -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/media-libs/harfbuzz/harfbuzz-0.9.38.ebuild,v 1.1 2015/02/17 17:19:34 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.38.ebuild,v 1.2 2015/03/03 08:36:27 dlan Exp $ EAPI=5 @@ -18,7 +18,7 @@ LICENSE="Old-MIT ISC icu" SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416 [[ ${PV} == 9999 ]] || \ -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" IUSE="+cairo +glib +graphite icu +introspection static-libs test +truetype" REQUIRED_USE="introspection? ( glib )"
