diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-03 20:22:32 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-03 20:22:32 +0100 |
commit | eba0e94bb729b0bedaa324539605d8e2cca6ad50 (patch) | |
tree | e8b07bb6d79775e85e43e4cc0ed69a7b3f711404 /dev-python/ioflo | |
parent | dev-python/google-api-python-client: Stabilize 2.33.0 ALLARCHES, #830538 (diff) | |
download | gentoo-eba0e94bb729b0bedaa324539605d8e2cca6ad50.tar.gz gentoo-eba0e94bb729b0bedaa324539605d8e2cca6ad50.tar.bz2 gentoo-eba0e94bb729b0bedaa324539605d8e2cca6ad50.zip |
dev-python/ioflo: Stabilize 2.0.2-r1 ALLARCHES, #830539
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python/ioflo')
-rw-r--r-- | dev-python/ioflo/ioflo-2.0.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ioflo/ioflo-2.0.2-r1.ebuild b/dev-python/ioflo/ioflo-2.0.2-r1.ebuild index 4042046fb8bf..483697a9d916 100644 --- a/dev-python/ioflo/ioflo-2.0.2-r1.ebuild +++ b/dev-python/ioflo/ioflo-2.0.2-r1.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=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="test" RDEPEND=" |