Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/needrestart/
Date: Wed, 27 Jan 2021 01:15:38
Message-Id: 1611710126.aafb2d4d202efb834bd9ad5c9794bce6794c6103.sam@gentoo
1 commit: aafb2d4d202efb834bd9ad5c9794bce6794c6103
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 01:15:26 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 01:15:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aafb2d4d
7
8 app-admin/needrestart: drop duplicate KEYWORDS lines
9
10 Confuses ekeyword and no KEYWORDS line => no KEYWORDS, so
11 it's not a problem for the live ebuild.
12
13 Package-Manager: Portage-3.0.14, Repoman-3.0.2
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 app-admin/needrestart/needrestart-3.3.ebuild | 3 +--
17 app-admin/needrestart/needrestart-3.5.ebuild | 3 +--
18 app-admin/needrestart/needrestart-9999.ebuild | 3 +--
19 3 files changed, 3 insertions(+), 6 deletions(-)
20
21 diff --git a/app-admin/needrestart/needrestart-3.3.ebuild b/app-admin/needrestart/needrestart-3.3.ebuild
22 index 61b91b443d5..576521c08c4 100644
23 --- a/app-admin/needrestart/needrestart-3.3.ebuild
24 +++ b/app-admin/needrestart/needrestart-3.3.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2020 Gentoo Authors
27 +# Copyright 1999-2021 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 @@ -7,7 +7,6 @@ if [[ ${PV} == "9999" ]] ; then
32 EGIT_REPO_URI="https://github.com/liske/${PN}.git"
33 inherit git-r3
34 SRC_URI=""
35 - KEYWORDS="amd64 x86"
36 else
37 SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
38 KEYWORDS="amd64 x86"
39
40 diff --git a/app-admin/needrestart/needrestart-3.5.ebuild b/app-admin/needrestart/needrestart-3.5.ebuild
41 index 631c9ffd80d..a90d4adcab9 100644
42 --- a/app-admin/needrestart/needrestart-3.5.ebuild
43 +++ b/app-admin/needrestart/needrestart-3.5.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2020 Gentoo Authors
46 +# Copyright 1999-2021 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=7
50 @@ -7,7 +7,6 @@ if [[ ${PV} == "9999" ]] ; then
51 EGIT_REPO_URI="https://github.com/liske/${PN}.git"
52 inherit git-r3
53 SRC_URI=""
54 - KEYWORDS=""
55 else
56 SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
57 KEYWORDS="~amd64 ~x86"
58
59 diff --git a/app-admin/needrestart/needrestart-9999.ebuild b/app-admin/needrestart/needrestart-9999.ebuild
60 index 631c9ffd80d..a90d4adcab9 100644
61 --- a/app-admin/needrestart/needrestart-9999.ebuild
62 +++ b/app-admin/needrestart/needrestart-9999.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2020 Gentoo Authors
65 +# Copyright 1999-2021 Gentoo Authors
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=7
69 @@ -7,7 +7,6 @@ if [[ ${PV} == "9999" ]] ; then
70 EGIT_REPO_URI="https://github.com/liske/${PN}.git"
71 inherit git-r3
72 SRC_URI=""
73 - KEYWORDS=""
74 else
75 SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
76 KEYWORDS="~amd64 ~x86"