diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-01-05 12:47:24 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-01-05 12:48:35 +0000 |
commit | 7ccff36486481d7f3c698848382ddf2c7da1061b (patch) | |
tree | 05163133cec0da75cf1dff56bafbd07293ef29ec /dev-python/tempora | |
parent | dev-python/jaraco-functools: keyworded 3.0.0 for ppc, bug #660390 (diff) | |
download | gentoo-7ccff36486481d7f3c698848382ddf2c7da1061b.tar.gz gentoo-7ccff36486481d7f3c698848382ddf2c7da1061b.tar.bz2 gentoo-7ccff36486481d7f3c698848382ddf2c7da1061b.zip |
dev-python/tempora: keyworded 2.0.0 for ppc, bug #660390
Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-python/tempora')
-rw-r--r-- | dev-python/tempora/tempora-2.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/tempora/tempora-2.0.0.ebuild b/dev-python/tempora/tempora-2.0.0.ebuild index cd400083854e..b34ea9f5efc2 100644 --- a/dev-python/tempora/tempora-2.0.0.ebuild +++ b/dev-python/tempora/tempora-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )" |