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: Mon, 29 Oct 2018 10:33:46
Message-Id: 1540809209.3dbc3138527f317af6950af0a4ce00834a3c1718.ago@gentoo
1 commit: 3dbc3138527f317af6950af0a4ce00834a3c1718
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 29 10:33:29 2018 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 29 10:33:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbc3138
7
8 sys-apps/systemd: amd64 stable wrt bug #669664
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12 RepoMan-Options: --include-arches="amd64"
13
14 sys-apps/systemd/systemd-239-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-apps/systemd/systemd-239-r2.ebuild b/sys-apps/systemd/systemd-239-r2.ebuild
18 index 5adff5e094e..9f9ca4983c6 100644
19 --- a/sys-apps/systemd/systemd-239-r2.ebuild
20 +++ b/sys-apps/systemd/systemd-239-r2.ebuild
21 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then
22 else
23 SRC_URI="https://github.com/systemd/systemd/archive/v${PV}/${P}.tar.gz
24 https://dev.gentoo.org/~floppym/dist/${P}-patches-1.tar.gz"
25 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
26 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
27 fi
28
29 PYTHON_COMPAT=( python{3_4,3_5,3_6} )