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: Tue, 29 Aug 2017 23:16:14
Message-Id: 1504048525.692ac51a50b33b76381d2182c5901402950b773a.whissi@gentoo
1 commit: 692ac51a50b33b76381d2182c5901402950b773a
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 29 22:11:24 2017 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 29 23:15:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=692ac51a
7
8 sys-apps/systemd: x86 stable (bug #623532)
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 sys-apps/systemd/systemd-233-r4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/systemd/systemd-233-r4.ebuild b/sys-apps/systemd/systemd-233-r4.ebuild
16 index 35f5f02c6e3..02b80aa4139 100644
17 --- a/sys-apps/systemd/systemd-233-r4.ebuild
18 +++ b/sys-apps/systemd/systemd-233-r4.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 !doc? ( https://dev.gentoo.org/~floppym/dist/${P}-man.tar.gz )"
23 - KEYWORDS="~alpha amd64 arm ~arm64 ia64 ~ppc ~ppc64 ~sparc ~x86"
24 + KEYWORDS="~alpha amd64 arm ~arm64 ia64 ~ppc ~ppc64 ~sparc x86"
25 fi
26
27 PYTHON_COMPAT=( python{3_4,3_5,3_6} )