diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-19 22:26:07 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-19 22:26:07 +0100 |
commit | b49107af016200cc056e9131aa2727da8c9487e5 (patch) | |
tree | 67fa2483bb8cd6dc488c6241ce1209ab1886c3db /dev-python/vdf/vdf-3.4.ebuild | |
parent | app-misc/trash-cli: Stabilize 0.21.10.24 x86, #828335 (diff) | |
download | gentoo-b49107af016200cc056e9131aa2727da8c9487e5.tar.gz gentoo-b49107af016200cc056e9131aa2727da8c9487e5.tar.bz2 gentoo-b49107af016200cc056e9131aa2727da8c9487e5.zip |
dev-python/vdf: Keyword 3.4 x86, #831504
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python/vdf/vdf-3.4.ebuild')
-rw-r--r-- | dev-python/vdf/vdf-3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/vdf/vdf-3.4.ebuild b/dev-python/vdf/vdf-3.4.ebuild index 98c07a5e8ca3..792247d1ca30 100644 --- a/dev-python/vdf/vdf-3.4.ebuild +++ b/dev-python/vdf/vdf-3.4.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 @@ -13,6 +13,6 @@ SRC_URI="https://codeload.github.com/ValvePython/${PN}/tar.gz/v${PV} -> ${P}.tar LICENSE="MIT" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="amd64 ~x86" distutils_enable_tests pytest |