Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dbus-test-runner/
Date: Mon, 08 Feb 2021 06:11:28
Message-Id: 1612764673.2074cd07f5c4a504184ead91ac785500eb8fdf75.sam@gentoo
1 commit: 2074cd07f5c4a504184ead91ac785500eb8fdf75
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 8 06:10:56 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 8 06:11:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2074cd07
7
8 dev-util/dbus-test-runner: Stabilize 19.04.0-r1 ppc64, #769368
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r1.ebuild b/dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r1.ebuild
16 index f8e44b2bee9..ea93a99df1e 100644
17 --- a/dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r1.ebuild
18 +++ b/dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -12,7 +12,7 @@ SRC_URI="https://launchpad.net/${PN}/$(ver_cut 1-2)/${PV}/+download/${P}.tar.gz"
26
27 LICENSE="GPL-3"
28 SLOT="0"
29 -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
30 +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 sparc x86"
31 IUSE="test"
32 RESTRICT="!test? ( test )"
33 REQUIRED_USE="${PYTHON_REQUIRED_USE}"