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, 29 Oct 2017 21:08:22
Message-Id: 1509311264.7f7e271b116c6d236087e696073f59d4a5035803.whissi@gentoo
1 commit: 7f7e271b116c6d236087e696073f59d4a5035803
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 29 20:10:54 2017 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 29 21:07:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f7e271b
7
8 sys-apps/systemd: x86 stable (bug #635718)
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 sys-apps/systemd/systemd-233-r6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/systemd/systemd-233-r6.ebuild b/sys-apps/systemd/systemd-233-r6.ebuild
16 index d4844a7bbc0..c76b4fcf588 100644
17 --- a/sys-apps/systemd/systemd-233-r6.ebuild
18 +++ b/sys-apps/systemd/systemd-233-r6.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} )