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/libmanette/
Date: Mon, 25 Nov 2019 12:58:14
Message-Id: 1574686683.f8bba706da281e31b786cf61f0c48a62cae6fc65.bman@gentoo
1 commit: f8bba706da281e31b786cf61f0c48a62cae6fc65
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 25 12:56:48 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 25 12:58:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8bba706
7
8 dev-libs/libmanette: arm64 keyworded (bug #698138)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.79, Repoman-2.3.18
12
13 dev-libs/libmanette/libmanette-0.2.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/libmanette/libmanette-0.2.3.ebuild b/dev-libs/libmanette/libmanette-0.2.3.ebuild
17 index 3221014fc7e..b93a82cf0ce 100644
18 --- a/dev-libs/libmanette/libmanette-0.2.3.ebuild
19 +++ b/dev-libs/libmanette/libmanette-0.2.3.ebuild
20 @@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/aplazas/libmanette"
21
22 LICENSE="LGPL-2.1+"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~arm"
25 +KEYWORDS="~amd64 ~arm ~arm64"
26 IUSE="+introspection +udev +vala"
27 REQUIRED_USE="vala? ( introspection )"