Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgpiod/
Date: Sat, 08 Dec 2018 23:57:10
Message-Id: 1544313404.e20744ec99c0a7ddac6084754bbb26572516bdf4.blueness@gentoo
1 commit: e20744ec99c0a7ddac6084754bbb26572516bdf4
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 8 23:56:44 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 8 23:56:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e20744ec
7
8 dev-libs/libgpiod: keyword ~arm
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-libs/libgpiod/libgpiod-1.1.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/libgpiod/libgpiod-1.1.1.ebuild b/dev-libs/libgpiod/libgpiod-1.1.1.ebuild
17 index 7cbe28bf2d3..c08b952a727 100644
18 --- a/dev-libs/libgpiod/libgpiod-1.1.1.ebuild
19 +++ b/dev-libs/libgpiod/libgpiod-1.1.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -12,7 +12,7 @@ SRC_URI="https://mirrors.edge.kernel.org/pub/software/libs/libgpiod/libgpiod-1.1
27 LICENSE="LGPL-2.1"
28 # Reflects the ABI of libgpiod.so
29 SLOT="0/1"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="~amd64 ~arm ~x86"
32 IUSE="static-libs +tools"
33
34 multilib_src_configure() {