Gentoo Archives: gentoo-commits

From: Richard Freeman <rich0@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/
Date: Wed, 28 Jun 2017 22:16:00
Message-Id: 1498688133.b35d11b5f35ad93c74622d7cedf98fdc6858517a.rich0@gentoo
1 commit: b35d11b5f35ad93c74622d7cedf98fdc6858517a
2 Author: Richard Freeman <rich0 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 28 22:15:33 2017 +0000
4 Commit: Richard Freeman <rich0 <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 28 22:15:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b35d11b5
7
8 sys-apps/systemd: amd64 stable
9
10 Bug: 622874
11 Package-Manager: Portage-2.3.6, Repoman-2.3.2
12
13 sys-apps/systemd/systemd-233-r3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-apps/systemd/systemd-233-r3.ebuild b/sys-apps/systemd/systemd-233-r3.ebuild
17 index b529b98afb8..63f325a31c9 100644
18 --- a/sys-apps/systemd/systemd-233-r3.ebuild
19 +++ b/sys-apps/systemd/systemd-233-r3.ebuild
20 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then
21 else
22 SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz
23 !doc? ( https://dev.gentoo.org/~floppym/dist/${P}-man.tar.gz )"
24 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
25 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
26 fi
27
28 PYTHON_COMPAT=( python{3_4,3_5,3_6} )