Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/
Date: Tue, 01 May 2018 12:10:16
Message-Id: 1525176401.e9ad1dc40adb094e8a22968fea0b0bd7e3ea1fc0.leio@gentoo
1 commit: e9ad1dc40adb094e8a22968fea0b0bd7e3ea1fc0
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 1 11:21:15 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue May 1 12:06:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ad1dc4
7
8 sys-apps/systemd-236-r5: arm64 stable (bug #638972)
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 sys-apps/systemd/systemd-236-r5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/systemd/systemd-236-r5.ebuild b/sys-apps/systemd/systemd-236-r5.ebuild
16 index 0d53bc5e946..a39294c568a 100644
17 --- a/sys-apps/systemd/systemd-236-r5.ebuild
18 +++ b/sys-apps/systemd/systemd-236-r5.ebuild
19 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then
20 else
21 SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz
22 https://dev.gentoo.org/~floppym/dist/${P}-patches-2.tar.gz"
23 - KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 x86"
24 + KEYWORDS="alpha amd64 arm arm64 ia64 ppc ppc64 x86"
25 fi
26
27 PYTHON_COMPAT=( python{3_4,3_5,3_6} )