diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-04-15 03:24:59 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-04-15 03:24:59 +0000 |
commit | 32d764a16e829e37ca42e199aa4c6fedd2129c66 (patch) | |
tree | 75ef3be52b0008475f5588192f0a64cba11a06de /kde-frameworks | |
parent | keyword ~arm64, tested on cortex-A53 board (diff) | |
download | gentoo-2-32d764a16e829e37ca42e199aa4c6fedd2129c66.tar.gz gentoo-2-32d764a16e829e37ca42e199aa4c6fedd2129c66.tar.bz2 gentoo-2-32d764a16e829e37ca42e199aa4c6fedd2129c66.zip |
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)
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/kwindowsystem/ChangeLog | 6 | ||||
-rw-r--r-- | kde-frameworks/kwindowsystem/kwindowsystem-5.8.0.ebuild | 4 | ||||
-rw-r--r-- | kde-frameworks/kwindowsystem/kwindowsystem-5.9.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/kde-frameworks/kwindowsystem/ChangeLog b/kde-frameworks/kwindowsystem/ChangeLog index b6e2cc5e7a05..4f09034dc9aa 100644 --- a/kde-frameworks/kwindowsystem/ChangeLog +++ b/kde-frameworks/kwindowsystem/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-frameworks/kwindowsystem # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kwindowsystem/ChangeLog,v 1.12 2015/04/11 17:09:49 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kwindowsystem/ChangeLog,v 1.13 2015/04/15 03:24:59 dlan Exp $ + + 15 Apr 2015; Yixun Lan <dlan@gentoo.org> kwindowsystem-5.8.0.ebuild, + kwindowsystem-5.9.0.ebuild: + keyword arm/arm64, tested on cortex-A9/A53 hardware; support lxqt, bug 528676 *kwindowsystem-5.9.0 (11 Apr 2015) diff --git a/kde-frameworks/kwindowsystem/kwindowsystem-5.8.0.ebuild b/kde-frameworks/kwindowsystem/kwindowsystem-5.8.0.ebuild index ec2425f5b8d7..02459447f131 100644 --- a/kde-frameworks/kwindowsystem/kwindowsystem-5.8.0.ebuild +++ b/kde-frameworks/kwindowsystem/kwindowsystem-5.8.0.ebuild @@ -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/kde-frameworks/kwindowsystem/kwindowsystem-5.8.0.ebuild,v 1.1 2015/03/21 17:26:26 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kwindowsystem/kwindowsystem-5.8.0.ebuild,v 1.2 2015/04/15 03:24:59 dlan Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Framework providing access to certain properties and features of the window manager" LICENSE="LGPL-2+ MIT" -KEYWORDS=" ~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="nls X" RDEPEND=" diff --git a/kde-frameworks/kwindowsystem/kwindowsystem-5.9.0.ebuild b/kde-frameworks/kwindowsystem/kwindowsystem-5.9.0.ebuild index 6e65bb046621..d9c72c3af695 100644 --- a/kde-frameworks/kwindowsystem/kwindowsystem-5.9.0.ebuild +++ b/kde-frameworks/kwindowsystem/kwindowsystem-5.9.0.ebuild @@ -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/kde-frameworks/kwindowsystem/kwindowsystem-5.9.0.ebuild,v 1.1 2015/04/11 17:09:49 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kwindowsystem/kwindowsystem-5.9.0.ebuild,v 1.2 2015/04/15 03:24:59 dlan Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Framework providing access to certain properties and features of the window manager" LICENSE="LGPL-2+ MIT" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="nls X" RDEPEND=" |