Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/
Date: Tue, 22 Jan 2019 07:16:17
Message-Id: 1548141345.683c3c1074f51036dbf50bff5935eefe3bdb4bc6.mattst88@gentoo
1 commit: 683c3c1074f51036dbf50bff5935eefe3bdb4bc6
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 22 06:48:39 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 22 07:15:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=683c3c10
7
8 sys-apps/systemd-239-r3: alpha stable, bug 674144
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 sys-apps/systemd/systemd-239-r3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/systemd/systemd-239-r3.ebuild b/sys-apps/systemd/systemd-239-r3.ebuild
16 index 9953b74feff..cdfcff70074 100644
17 --- a/sys-apps/systemd/systemd-239-r3.ebuild
18 +++ b/sys-apps/systemd/systemd-239-r3.ebuild
19 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then
20 else
21 SRC_URI="https://github.com/systemd/systemd/archive/v${PV}/${P}.tar.gz
22 https://dev.gentoo.org/~floppym/dist/${P}-patches-2.tar.gz"
23 - KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86"
24 + KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86"
25 fi
26
27 PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} )