diff options
author | Sam James <sam@gentoo.org> | 2021-01-27 01:15:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-27 01:15:26 +0000 |
commit | aafb2d4d202efb834bd9ad5c9794bce6794c6103 (patch) | |
tree | 0a6732300e635128bc60a793c721113ccd5dfaf5 /app-admin/needrestart | |
parent | profiles/base/p.use.stable.mask: mask app-admin/doas[persist] (diff) | |
download | gentoo-aafb2d4d202efb834bd9ad5c9794bce6794c6103.tar.gz gentoo-aafb2d4d202efb834bd9ad5c9794bce6794c6103.tar.bz2 gentoo-aafb2d4d202efb834bd9ad5c9794bce6794c6103.zip |
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@gentoo.org>
Diffstat (limited to 'app-admin/needrestart')
-rw-r--r-- | app-admin/needrestart/needrestart-3.3.ebuild | 3 | ||||
-rw-r--r-- | app-admin/needrestart/needrestart-3.5.ebuild | 3 | ||||
-rw-r--r-- | 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 61b91b443d54..576521c08c4f 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 631c9ffd80dd..a90d4adcab9e 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 631c9ffd80dd..a90d4adcab9e 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" |