Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsignon-glib/
Date: Sun, 01 Sep 2019 22:18:17
Message-Id: 1567376283.7740ca5a43a0f5f531b234db27dc3b10ccb6655d.bman@gentoo
1 commit: 7740ca5a43a0f5f531b234db27dc3b10ccb6655d
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 1 22:16:28 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 1 22:18:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7740ca5a
7
8 net-libs/libsignon-glib: arm64 stable (bug #693210)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.74, Repoman-2.3.17
12 RepoMan-Options: --include-arches="arm64"
13
14 net-libs/libsignon-glib/libsignon-glib-2.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-libs/libsignon-glib/libsignon-glib-2.1.ebuild b/net-libs/libsignon-glib/libsignon-glib-2.1.ebuild
18 index 43e1df26d94..2f20a7629c4 100644
19 --- a/net-libs/libsignon-glib/libsignon-glib-2.1.ebuild
20 +++ b/net-libs/libsignon-glib/libsignon-glib-2.1.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="https://gitlab.com/accounts-sso/${PN}/-/archive/VERSION_${PV}/${PN}-VER
22
23 LICENSE="LGPL-2.1"
24 SLOT="0"
25 -KEYWORDS="~amd64 ~arm64 ~x86"
26 +KEYWORDS="~amd64 arm64 ~x86"
27 IUSE="debug doc +introspection python test"
28
29 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} introspection )"