Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/platformio/
Date: Fri, 28 Jan 2022 08:02:16
Message-Id: 1643356897.667027f5fefb2579822f3c3e999e7abb7275d781.sam@gentoo
1 commit: 667027f5fefb2579822f3c3e999e7abb7275d781
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 28 08:01:37 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 28 08:01:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=667027f5
7
8 dev-embedded/platformio: keyword 5.2.4-r1 for ~x86
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-embedded/platformio/platformio-5.2.4-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-embedded/platformio/platformio-5.2.4-r1.ebuild b/dev-embedded/platformio/platformio-5.2.4-r1.ebuild
16 index 16e980cb005a..10226f631dec 100644
17 --- a/dev-embedded/platformio/platformio-5.2.4-r1.ebuild
18 +++ b/dev-embedded/platformio/platformio-5.2.4-r1.ebuild
19 @@ -15,7 +15,7 @@ S="${WORKDIR}"/${PN}-core-${PV}
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~amd64"
24 +KEYWORDS="~amd64 ~x86"
25
26 RDEPEND="
27 $(python_gen_cond_dep '
28 @@ -70,7 +70,7 @@ distutils_enable_tests pytest
29
30 src_prepare() {
31 # Allow newer versions of zeroconf, Bug #831181.
32 - sed -i '/zeroconf/s/==/>=/' "${S}"/setup.py
33 + sed -i '/zeroconf/s/==/>=/' "${S}"/setup.py || die
34 default
35 }