diff options
author | Sam James <sam@gentoo.org> | 2022-01-28 08:01:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-28 08:01:37 +0000 |
commit | 667027f5fefb2579822f3c3e999e7abb7275d781 (patch) | |
tree | 4db645e426a4f40cf2c22868d40afbb19f963c8f /dev-embedded | |
parent | dev-embedded/platformio: Relax zeroconf requirement (diff) | |
download | gentoo-667027f5fefb2579822f3c3e999e7abb7275d781.tar.gz gentoo-667027f5fefb2579822f3c3e999e7abb7275d781.tar.bz2 gentoo-667027f5fefb2579822f3c3e999e7abb7275d781.zip |
dev-embedded/platformio: keyword 5.2.4-r1 for ~x86
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/platformio/platformio-5.2.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-embedded/platformio/platformio-5.2.4-r1.ebuild b/dev-embedded/platformio/platformio-5.2.4-r1.ebuild index 16e980cb005a..10226f631dec 100644 --- a/dev-embedded/platformio/platformio-5.2.4-r1.ebuild +++ b/dev-embedded/platformio/platformio-5.2.4-r1.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}"/${PN}-core-${PV} LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" RDEPEND=" $(python_gen_cond_dep ' @@ -70,7 +70,7 @@ distutils_enable_tests pytest src_prepare() { # Allow newer versions of zeroconf, Bug #831181. - sed -i '/zeroconf/s/==/>=/' "${S}"/setup.py + sed -i '/zeroconf/s/==/>=/' "${S}"/setup.py || die default } |