Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gdbus-codegen/
Date: Wed, 02 Jan 2019 12:18:14
Message-Id: 1546431328.49921e23c1ea8133149804c0db753db34cda54e7.maekke@gentoo
1 commit: 49921e23c1ea8133149804c0db753db34cda54e7
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 2 12:15:28 2019 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 2 12:15:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49921e23
7
8 dev-util/gdbus-codegen: arm stable, bug #668474
9
10 Signed-off-by: Markus Meier <maekke <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="arm"
13
14 dev-util/gdbus-codegen/gdbus-codegen-2.56.4.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.56.4.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.56.4.ebuild
18 index b1373d2fdc6..a5557c9dcc0 100644
19 --- a/dev-util/gdbus-codegen/gdbus-codegen-2.56.4.ebuild
20 +++ b/dev-util/gdbus-codegen/gdbus-codegen-2.56.4.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -14,7 +14,7 @@ HOMEPAGE="https://www.gtk.org/"
28
29 LICENSE="LGPL-2+"
30 SLOT="0"
31 -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
32 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
33 IUSE=""
34
35 RDEPEND="${PYTHON_DEPS}"