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: Thu, 28 Jan 2021 01:05:43
Message-Id: 1611795936.1939c5f9a725126acf6df2e78645e618a9837d13.sam@gentoo
1 commit: 1939c5f9a725126acf6df2e78645e618a9837d13
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 28 01:05:24 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 28 01:05:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1939c5f9
7
8 sys-apps/systemd: Stabilize 246.6 ppc64, #754075
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-apps/systemd/systemd-246.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-apps/systemd/systemd-246.6.ebuild b/sys-apps/systemd/systemd-246.6.ebuild
16 index 081914a1233..cd372236911 100644
17 --- a/sys-apps/systemd/systemd-246.6.ebuild
18 +++ b/sys-apps/systemd/systemd-246.6.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2011-2020 Gentoo Authors
21 +# Copyright 2011-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -16,7 +16,7 @@ else
26 MY_P=${MY_PN}-${MY_PV}
27 S=${WORKDIR}/${MY_P}
28 SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz"
29 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
30 + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86"
31 fi
32
33 PYTHON_COMPAT=( python3_{6,7,8} )