diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-01-30 09:21:03 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-01-30 09:22:01 +0000 |
commit | e2a58e7d5deeeff8751476367ddf971df7c7b633 (patch) | |
tree | bce14d4682e9c09fc376ac45cc2ac7ccf8291eb3 /dev-python/pbr | |
parent | media-sound/mumble: Added dev-qt/qtconcurrent:5 to DEPEND (diff) | |
download | gentoo-e2a58e7d5deeeff8751476367ddf971df7c7b633.tar.gz gentoo-e2a58e7d5deeeff8751476367ddf971df7c7b633.tar.bz2 gentoo-e2a58e7d5deeeff8751476367ddf971df7c7b633.zip |
dev-python/pbr: Keyword 5.8.0 for ~m68k
With OS_TEST_TIMEOUT=600, 1 test fails, but it builds requests-unixsocket fine.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-python/pbr')
-rw-r--r-- | dev-python/pbr/pbr-5.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pbr/pbr-5.8.0.ebuild b/dev-python/pbr/pbr-5.8.0.ebuild index e4ce2b67cdf6..2e647408a0bc 100644 --- a/dev-python/pbr/pbr-5.8.0.ebuild +++ b/dev-python/pbr/pbr-5.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux" # git is needed for tests, see https://bugs.launchpad.net/pbr/+bug/1326682 and https://bugs.gentoo.org/show_bug.cgi?id=561038 # docutils is needed for sphinx exceptions... https://bugs.gentoo.org/show_bug.cgi?id=603848 |