Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/
Date: Sun, 26 Jan 2020 20:55:31
Message-Id: 1580072116.a84350f0dc961214957e23cc0b0000b40a3d9649.whissi@gentoo
1 commit: a84350f0dc961214957e23cc0b0000b40a3d9649
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 26 20:53:55 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 20:55:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a84350f0
7
8 sys-apps/systemd: x86 stable (bug #706504)
9
10 Package-Manager: Portage-2.3.85, Repoman-2.3.20
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 sys-apps/systemd/systemd-244.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-apps/systemd/systemd-244.ebuild b/sys-apps/systemd/systemd-244.ebuild
17 index 948689867c8..573bf4f6f74 100644
18 --- a/sys-apps/systemd/systemd-244.ebuild
19 +++ b/sys-apps/systemd/systemd-244.ebuild
20 @@ -11,7 +11,7 @@ else
21 MY_P=${PN}-${MY_PV}
22 S=${WORKDIR}/${MY_P}
23 SRC_URI="https://github.com/systemd/systemd/archive/v${MY_PV}/${MY_P}.tar.gz"
24 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
25 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
26 fi
27
28 PYTHON_COMPAT=( python{3_6,3_7} )