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: Sat, 21 Sep 2019 06:15:33
Message-Id: 1569046511.1eb4260cda7f87fc326be294d9ea0104a32989f6.mattst88@gentoo
1 commit: 1eb4260cda7f87fc326be294d9ea0104a32989f6
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 21 06:14:47 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 21 06:15:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb4260c
7
8 sys-apps/systemd-242-r7: alpha stable, bug 693156
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 sys-apps/systemd/systemd-242-r7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/systemd/systemd-242-r7.ebuild b/sys-apps/systemd/systemd-242-r7.ebuild
16 index 8708f9a869e..570b825e82c 100644
17 --- a/sys-apps/systemd/systemd-242-r7.ebuild
18 +++ b/sys-apps/systemd/systemd-242-r7.ebuild
19 @@ -11,7 +11,7 @@ else
20 MY_P=${PN}-${MY_PV}
21 S=${WORKDIR}/${MY_P}
22 SRC_URI="https://github.com/systemd/systemd/archive/v${MY_PV}/${MY_P}.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_5,3_6,3_7} )