commit:     aafb2d4d202efb834bd9ad5c9794bce6794c6103
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 01:15:26 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 01:15:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aafb2d4d

app-admin/needrestart: drop duplicate KEYWORDS lines

Confuses ekeyword and no KEYWORDS line => no KEYWORDS, so
it's not a problem for the live ebuild.

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/needrestart/needrestart-3.3.ebuild  | 3 +--
 app-admin/needrestart/needrestart-3.5.ebuild  | 3 +--
 app-admin/needrestart/needrestart-9999.ebuild | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/app-admin/needrestart/needrestart-3.3.ebuild 
b/app-admin/needrestart/needrestart-3.3.ebuild
index 61b91b443d5..576521c08c4 100644
--- a/app-admin/needrestart/needrestart-3.3.ebuild
+++ b/app-admin/needrestart/needrestart-3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,6 @@ if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/liske/${PN}.git";
        inherit git-r3
        SRC_URI=""
-       KEYWORDS="amd64 x86"
 else
        SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="amd64 x86"

diff --git a/app-admin/needrestart/needrestart-3.5.ebuild 
b/app-admin/needrestart/needrestart-3.5.ebuild
index 631c9ffd80d..a90d4adcab9 100644
--- a/app-admin/needrestart/needrestart-3.5.ebuild
+++ b/app-admin/needrestart/needrestart-3.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,6 @@ if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/liske/${PN}.git";
        inherit git-r3
        SRC_URI=""
-       KEYWORDS=""
 else
        SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~amd64 ~x86"

diff --git a/app-admin/needrestart/needrestart-9999.ebuild 
b/app-admin/needrestart/needrestart-9999.ebuild
index 631c9ffd80d..a90d4adcab9 100644
--- a/app-admin/needrestart/needrestart-9999.ebuild
+++ b/app-admin/needrestart/needrestart-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,6 @@ if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/liske/${PN}.git";
        inherit git-r3
        SRC_URI=""
-       KEYWORDS=""
 else
        SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~amd64 ~x86"

Reply via email to