dlan 15/04/15 06:51:56 Modified: ChangeLog lxqt-panel-0.9.0.ebuild Log: keyword arm/arm64, tested on cortex-A9/A53 hardware; support lxqt, bug 528676 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Revision Changes Path 1.14 lxqt-base/lxqt-panel/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-panel/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 22 Mar 2015 06:25:50 -0000 1.13 +++ ChangeLog 15 Apr 2015 06:51:56 -0000 1.14 @@ -1,6 +1,9 @@ # ChangeLog for lxqt-base/lxqt-panel # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-panel/ChangeLog,v 1.13 2015/03/22 06:25:50 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-panel/ChangeLog,v 1.14 2015/04/15 06:51:56 dlan Exp $ + + 15 Apr 2015; Yixun Lan <[email protected]> lxqt-panel-0.9.0.ebuild: + keyword arm/arm64, tested on cortex-A9/A53 hardware; support lxqt, bug 528676 22 Mar 2015; Ben de Groot <[email protected]> lxqt-panel-0.9.0.ebuild: Specify X useflag for kwindowsystem dependency (bug #543708) 1.4 lxqt-base/lxqt-panel/lxqt-panel-0.9.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/lxqt-panel-0.9.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/lxqt-panel-0.9.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/lxqt-panel-0.9.0.ebuild?r1=1.3&r2=1.4 Index: lxqt-panel-0.9.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-panel/lxqt-panel-0.9.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- lxqt-panel-0.9.0.ebuild 22 Mar 2015 06:25:50 -0000 1.3 +++ lxqt-panel-0.9.0.ebuild 15 Apr 2015 06:51:56 -0000 1.4 @@ -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/lxqt-base/lxqt-panel/lxqt-panel-0.9.0.ebuild,v 1.3 2015/03/22 06:25:50 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-panel/lxqt-panel-0.9.0.ebuild,v 1.4 2015/04/15 06:51:56 dlan Exp $ EAPI=5 inherit cmake-utils @@ -13,7 +13,7 @@ EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="http://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi LICENSE="GPL-2 LGPL-2.1+"
