dlan 15/03/03 08:17:06 Modified: ChangeLog roboto-1.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.8 media-fonts/roboto/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/roboto/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/roboto/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/roboto/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-fonts/roboto/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 16 May 2014 03:25:10 -0000 1.7 +++ ChangeLog 3 Mar 2015 08:17:06 -0000 1.8 @@ -1,6 +1,9 @@ # ChangeLog for media-fonts/roboto -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/roboto/ChangeLog,v 1.7 2014/05/16 03:25:10 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/roboto/ChangeLog,v 1.8 2015/03/03 08:17:06 dlan Exp $ + + 03 Mar 2015; Yixun Lan <[email protected]> roboto-1.2.ebuild: + add arm64 support, tested on A53 board 16 May 2014; Manuel RĂ¼ger <[email protected]> roboto-1.2.ebuild: Add ~arm keyword. 1.4 media-fonts/roboto/roboto-1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/roboto/roboto-1.2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/roboto/roboto-1.2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/roboto/roboto-1.2.ebuild?r1=1.3&r2=1.4 Index: roboto-1.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-fonts/roboto/roboto-1.2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- roboto-1.2.ebuild 16 May 2014 03:25:10 -0000 1.3 +++ roboto-1.2.ebuild 3 Mar 2015 08:17:06 -0000 1.4 @@ -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/media-fonts/roboto/roboto-1.2.ebuild,v 1.3 2014/05/16 03:25:10 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/roboto/roboto-1.2.ebuild,v 1.4 2015/03/03 08:17:06 dlan Exp $ inherit font @@ -10,7 +10,7 @@ LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~arm amd64 x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="" FONT_SUFFIX="ttf"
