diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-01-29 14:12:06 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-01-29 14:29:07 +0000 |
commit | 529f1067ccf5460cd387c213ee4e519ac5ef63ac (patch) | |
tree | e65615f6f776f657ac66414af204611773402387 /dev-python/prometheus_client | |
parent | dev-python/sqlalchemy: Stabilize 1.4.29 amd64, #832113 (diff) | |
download | gentoo-529f1067ccf5460cd387c213ee4e519ac5ef63ac.tar.gz gentoo-529f1067ccf5460cd387c213ee4e519ac5ef63ac.tar.bz2 gentoo-529f1067ccf5460cd387c213ee4e519ac5ef63ac.zip |
dev-python/prometheus_client: Keyword 0.13.1 for ~m68k
The tests pass.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-python/prometheus_client')
-rw-r--r-- | dev-python/prometheus_client/prometheus_client-0.13.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/prometheus_client/prometheus_client-0.13.1.ebuild b/dev-python/prometheus_client/prometheus_client-0.13.1.ebuild index 6143d1a289d2..9108c38cf80c 100644 --- a/dev-python/prometheus_client/prometheus_client-0.13.1.ebuild +++ b/dev-python/prometheus_client/prometheus_client-0.13.1.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/client_python-${PV}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" RDEPEND="dev-python/twisted[${PYTHON_USEDEP}]" |