dlan 15/03/02 10:19:59 Modified: ChangeLog enca-1.14-r2.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.110 app-i18n/enca/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/ChangeLog?rev=1.110&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/ChangeLog?rev=1.110&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/ChangeLog?r1=1.109&r2=1.110 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- ChangeLog 15 Sep 2014 08:17:52 -0000 1.109 +++ ChangeLog 2 Mar 2015 10:19:59 -0000 1.110 @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/enca -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v 1.109 2014/09/15 08:17:52 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v 1.110 2015/03/02 10:19:59 dlan Exp $ + + 02 Mar 2015; Yixun Lan <[email protected]> enca-1.14-r2.ebuild: + add arm64 support, tested on A53 board 15 Sep 2014; Agostino Sarubbo <[email protected]> enca-1.14-r2.ebuild: Stable for sparc, wrt bug #512012 1.8 app-i18n/enca/enca-1.14-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/enca-1.14-r2.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/enca-1.14-r2.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/enca-1.14-r2.ebuild?r1=1.7&r2=1.8 Index: enca-1.14-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.14-r2.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- enca-1.14-r2.ebuild 15 Sep 2014 08:17:52 -0000 1.7 +++ enca-1.14-r2.ebuild 2 Mar 2015 10:19:59 -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/app-i18n/enca/enca-1.14-r2.ebuild,v 1.7 2014/09/15 08:17:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.14-r2.ebuild,v 1.8 2015/03/02 10:19:59 dlan Exp $ EAPI=5 @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="doc +recode" RDEPEND="recode? ( >=app-text/recode-3.6_p15 )"
