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: Sun, 21 Apr 2019 03:05:16
Message-Id: 1555815752.943246168e313959e00eb1e87171ea2fc8c62b7c.blueness@gentoo
1 commit: 943246168e313959e00eb1e87171ea2fc8c62b7c
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 21 03:02:32 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 21 03:02:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94324616
7
8 dev-libs/libgpiod: keyword ~arm64
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, 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 c08b952a727..3435a33062c 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 Authors
22 +# Copyright 1999-2019 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 ~arm ~x86"
31 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
32 IUSE="static-libs +tools"
33
34 multilib_src_configure() {