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: Tue, 19 Feb 2019 15:27:41
Message-Id: 1550590043.7a5969530c37d52d675b5f34dc72c4ff6fbcef6b.rich0@gentoo
1 commit: 7a5969530c37d52d675b5f34dc72c4ff6fbcef6b
2 Author: Richard Freeman <rich0 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 19 15:27:23 2019 +0000
4 Commit: Richard Freeman <rich0 <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 19 15:27:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a596953
7
8 sys-apps/systemd: amd64 stable
9
10 Bug: https://bugs.gentoo.org/677944
11 Signed-off-by: Richard Freeman <rich0 <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 sys-apps/systemd/systemd-239-r4.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-apps/systemd/systemd-239-r4.ebuild b/sys-apps/systemd/systemd-239-r4.ebuild
18 index c44ada3fd2e..bf431936e41 100644
19 --- a/sys-apps/systemd/systemd-239-r4.ebuild
20 +++ b/sys-apps/systemd/systemd-239-r4.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-2.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,3_7} )