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: Fri, 25 Aug 2017 22:39:48
Message-Id: 1503700751.23af54f97bd1728c8d6e3281fe23659c23ca2010.mattst88@gentoo
1 commit: 23af54f97bd1728c8d6e3281fe23659c23ca2010
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 25 22:39:11 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 25 22:39:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23af54f9
7
8 sys-apps/systemd-233-r4: added ~alpha, bug 625324
9
10 sys-apps/systemd/systemd-233-r4.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-apps/systemd/systemd-233-r4.ebuild b/sys-apps/systemd/systemd-233-r4.ebuild
14 index 596572b2bda..4ee6d08863f 100644
15 --- a/sys-apps/systemd/systemd-233-r4.ebuild
16 +++ b/sys-apps/systemd/systemd-233-r4.ebuild
17 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then
18 else
19 SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz
20 !doc? ( https://dev.gentoo.org/~floppym/dist/${P}-man.tar.gz )"
21 - KEYWORDS="alpha amd64 arm ~arm64 ia64 ~ppc ~ppc64 ~sparc ~x86"
22 + KEYWORDS="~alpha amd64 arm ~arm64 ia64 ~ppc ~ppc64 ~sparc ~x86"
23 fi
24
25 PYTHON_COMPAT=( python{3_4,3_5,3_6} )