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: Mon, 29 Jan 2018 01:06:08
Message-Id: 1517185875.d3663816bd19411349acbdbf98d09e2106a03e38.whissi@gentoo
1 commit: d3663816bd19411349acbdbf98d09e2106a03e38
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 29 00:31:15 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 29 00:31:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3663816
7
8 sys-apps/systemd: x86 stable (bug #638972)
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 sys-apps/systemd/systemd-236-r5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/systemd/systemd-236-r5.ebuild b/sys-apps/systemd/systemd-236-r5.ebuild
16 index 595d8f608fa..c4083d365b1 100644
17 --- a/sys-apps/systemd/systemd-236-r5.ebuild
18 +++ b/sys-apps/systemd/systemd-236-r5.ebuild
19 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then
20 else
21 SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz
22 https://dev.gentoo.org/~floppym/dist/${P}-patches-2.tar.gz"
23 - KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
24 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86"
25 fi
26
27 PYTHON_COMPAT=( python{3_4,3_5,3_6} )