dlan 15/04/14 10:15:37 Modified: ChangeLog lxc-1.1.1-r1.ebuild Log: add arm64 support, tested on cortex-a53 board (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Revision Changes Path 1.75 app-emulation/lxc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.75&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.75&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?r1=1.74&r2=1.75 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- ChangeLog 8 Apr 2015 07:30:33 -0000 1.74 +++ ChangeLog 14 Apr 2015 10:15:37 -0000 1.75 @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/lxc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.74 2015/04/08 07:30:33 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.75 2015/04/14 10:15:37 dlan Exp $ + + 14 Apr 2015; Yixun Lan <d...@gentoo.org> lxc-1.1.1-r1.ebuild: + add arm64 support, tested on cortex-a53 board 08 Apr 2015; Michał Górny <mgo...@gentoo.org> lxc-1.0.6-r1.ebuild, lxc-1.0.7.ebuild, lxc-1.1.0-r6.ebuild, lxc-1.1.1-r1.ebuild: 1.3 app-emulation/lxc/lxc-1.1.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.1-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.1-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.1-r1.ebuild?r1=1.2&r2=1.3 Index: lxc-1.1.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.1.1-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- lxc-1.1.1-r1.ebuild 8 Apr 2015 07:30:33 -0000 1.2 +++ lxc-1.1.1-r1.ebuild 14 Apr 2015 10:15:37 -0000 1.3 @@ -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/app-emulation/lxc/lxc-1.1.1-r1.ebuild,v 1.2 2015/04/08 07:30:33 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.1.1-r1.ebuild,v 1.3 2015/04/14 10:15:37 dlan Exp $ EAPI="5" @@ -14,7 +14,7 @@ HOMEPAGE="https://linuxcontainers.org/" SRC_URI="https://github.com/lxc/lxc/archive/${MY_P}.tar.gz" -KEYWORDS="~amd64 ~arm" +KEYWORDS="~amd64 ~arm ~arm64" LICENSE="LGPL-3" SLOT="0"