Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/
Date: Sat, 29 Aug 2020 03:56:49
Message-Id: 1598673358.a22af049d157ddf6c6af70e9b0cbbc5593e34094.sam@gentoo
1 commit: a22af049d157ddf6c6af70e9b0cbbc5593e34094
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 03:55:58 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 03:55:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22af049
7
8 sys-apps/systemd: Stabilize 245.7-r1 ppc64, #731946
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-apps/systemd/systemd-245.7-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/systemd/systemd-245.7-r1.ebuild b/sys-apps/systemd/systemd-245.7-r1.ebuild
16 index e5477230a40..066b1c8eb84 100644
17 --- a/sys-apps/systemd/systemd-245.7-r1.ebuild
18 +++ b/sys-apps/systemd/systemd-245.7-r1.ebuild
19 @@ -16,7 +16,7 @@ else
20 MY_P=${MY_PN}-${MY_PV}
21 S=${WORKDIR}/${MY_P}
22 SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz"
23 - KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
24 + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86"
25 fi
26
27 PYTHON_COMPAT=( python3_{6,7,8} )