diff options
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" |