Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgusb/
Date: Fri, 10 May 2019 21:36:20
Message-Id: 1557524158.77ca8489f507ceb26d6a792dfe8c06d8198074ad.bman@gentoo
1 commit: 77ca8489f507ceb26d6a792dfe8c06d8198074ad
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 10 21:33:59 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri May 10 21:35:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ca8489
7
8 dev-libs/libgusb: arm64 stable
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.12
12 RepoMan-Options: --include-arches="arm64"
13
14 dev-libs/libgusb/libgusb-0.2.11.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/libgusb/libgusb-0.2.11.ebuild b/dev-libs/libgusb/libgusb-0.2.11.ebuild
18 index 06c454aa1ae..a1cdcbc2c3d 100644
19 --- a/dev-libs/libgusb/libgusb-0.2.11.ebuild
20 +++ b/dev-libs/libgusb/libgusb-0.2.11.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -12,7 +12,7 @@ SRC_URI="https://people.freedesktop.org/~hughsient/releases/${P}.tar.xz"
28
29 LICENSE="LGPL-2.1+"
30 SLOT="0"
31 -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
32 +KEYWORDS="alpha amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
33
34 IUSE="+introspection static-libs vala"
35 REQUIRED_USE="vala? ( introspection )"