Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qqwing/
Date: Fri, 02 Sep 2016 16:58:44
Message-Id: 1472835495.4273d90db6d2bba5e5cc825413f553263dc84fa2.monsieurp@gentoo
1 commit: 4273d90db6d2bba5e5cc825413f553263dc84fa2
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 16:45:52 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 16:58:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4273d90d
7
8 dev-libs/qqwing: keyword for ~arm64.
9
10 Tested on cortex-a53.
11
12 Package-Manager: portage-2.3.0
13 Closes: https://github.com/gentoo/gentoo/pull/2184
14
15 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
16
17 dev-libs/qqwing/qqwing-1.3.4.ebuild | 4 ++--
18 1 file changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/dev-libs/qqwing/qqwing-1.3.4.ebuild b/dev-libs/qqwing/qqwing-1.3.4.ebuild
21 index 6c5face..0d2244b 100644
22 --- a/dev-libs/qqwing/qqwing-1.3.4.ebuild
23 +++ b/dev-libs/qqwing/qqwing-1.3.4.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2015 Gentoo Foundation
26 +# Copyright 1999-2016 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Id$
29
30 @@ -12,7 +12,7 @@ SRC_URI="http://qqwing.com/${P}.tar.gz"
31
32 LICENSE="GPL-2+"
33 SLOT="0/2"
34 -KEYWORDS="amd64 arm x86"
35 +KEYWORDS="amd64 arm ~arm64 x86"
36 IUSE=""
37
38 RDEPEND=""