Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/
Date: Sun, 29 Oct 2017 15:55:20
Message-Id: 1509292497.cf08b264d65bf27aed6f72d55288ba8fc9988c08.ago@gentoo
1 commit: cf08b264d65bf27aed6f72d55288ba8fc9988c08
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 29 15:54:57 2017 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 29 15:54:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf08b264
7
8 sys-apps/systemd: amd64 stable wrt bug #635718
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 sys-apps/systemd/systemd-233-r6.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-apps/systemd/systemd-233-r6.ebuild b/sys-apps/systemd/systemd-233-r6.ebuild
18 index be302349a16..d4844a7bbc0 100644
19 --- a/sys-apps/systemd/systemd-233-r6.ebuild
20 +++ b/sys-apps/systemd/systemd-233-r6.ebuild
21 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then
22 else
23 SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz
24 !doc? ( https://dev.gentoo.org/~floppym/dist/${P}-man.tar.gz )"
25 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ia64 ppc ppc64 ~sparc ~x86"
26 + KEYWORDS="~alpha amd64 ~arm ~arm64 ia64 ppc ppc64 ~sparc ~x86"
27 fi
28
29 PYTHON_COMPAT=( python{3_4,3_5,3_6} )