Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/needrestart/
Date: Mon, 09 Jul 2018 01:29:31
Message-Id: 1531099740.e6cc1fb4bc17664b5bda8fb425da416cf6bc7424.whissi@gentoo
1 commit: e6cc1fb4bc17664b5bda8fb425da416cf6bc7424
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 9 01:21:36 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 9 01:29:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6cc1fb4
7
8 app-admin/needrestart: x86 stable (bug #660440)
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 app-admin/needrestart/needrestart-3.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-admin/needrestart/needrestart-3.3.ebuild b/app-admin/needrestart/needrestart-3.3.ebuild
16 index 062247caf71..40ba874b95a 100644
17 --- a/app-admin/needrestart/needrestart-3.3.ebuild
18 +++ b/app-admin/needrestart/needrestart-3.3.ebuild
19 @@ -7,10 +7,10 @@ if [[ ${PV} == "9999" ]] ; then
20 EGIT_REPO_URI="https://github.com/liske/${PN}.git"
21 inherit git-r3
22 SRC_URI=""
23 - KEYWORDS=""
24 + KEYWORDS="x86"
25 else
26 SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27 - KEYWORDS="~amd64 ~x86"
28 + KEYWORDS="~amd64 x86"
29 fi
30
31 DESCRIPTION="Restart daemons after library updates"