diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 10:53:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:43:49 +0100 |
commit | 159f07880e0d7a5f95463ff03578586f47ccc0bf (patch) | |
tree | 465871eff279c77c9f16a0331e703b88a0cf79e3 /sys-apps/earlyoom | |
parent | sci-misc/gt-itm: fix variable references (diff) | |
download | gentoo-159f07880e0d7a5f95463ff03578586f47ccc0bf.tar.gz gentoo-159f07880e0d7a5f95463ff03578586f47ccc0bf.tar.bz2 gentoo-159f07880e0d7a5f95463ff03578586f47ccc0bf.zip |
sys-apps/earlyoom: fix variable references
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/earlyoom')
-rw-r--r-- | sys-apps/earlyoom/earlyoom-1.3.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/earlyoom/earlyoom-1.6.2.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/earlyoom/earlyoom-9999.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sys-apps/earlyoom/earlyoom-1.3.ebuild b/sys-apps/earlyoom/earlyoom-1.3.ebuild index cae1f13f3b86..f752572222e8 100644 --- a/sys-apps/earlyoom/earlyoom-1.3.ebuild +++ b/sys-apps/earlyoom/earlyoom-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ if [ "${PV}" = "9999" ]; then EGIT_REPO_URI="https://github.com/rfjakob/earlyoom.git" inherit git-r3 else - SRC_URI="https://github.com/rfjakob/earlyoom/archive/v$PV.tar.gz -> $P.tar.gz" + SRC_URI="https://github.com/rfjakob/earlyoom/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="amd64 x86" fi IUSE="docs systemd test" diff --git a/sys-apps/earlyoom/earlyoom-1.6.2.ebuild b/sys-apps/earlyoom/earlyoom-1.6.2.ebuild index 196ec0b0a555..fbc56b98e496 100644 --- a/sys-apps/earlyoom/earlyoom-1.6.2.ebuild +++ b/sys-apps/earlyoom/earlyoom-1.6.2.ebuild @@ -14,7 +14,7 @@ if [ "${PV}" = "9999" ]; then EGIT_REPO_URI="https://github.com/rfjakob/earlyoom.git" inherit git-r3 else - SRC_URI="https://github.com/rfjakob/earlyoom/archive/v$PV.tar.gz -> $P.tar.gz" + SRC_URI="https://github.com/rfjakob/earlyoom/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi IUSE="docs systemd test" diff --git a/sys-apps/earlyoom/earlyoom-9999.ebuild b/sys-apps/earlyoom/earlyoom-9999.ebuild index 898c4fbac557..6a2d2be6cf4e 100644 --- a/sys-apps/earlyoom/earlyoom-9999.ebuild +++ b/sys-apps/earlyoom/earlyoom-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ if [ "${PV}" = "9999" ]; then EGIT_REPO_URI="https://github.com/rfjakob/earlyoom.git" inherit git-r3 else - SRC_URI="https://github.com/rfjakob/earlyoom/archive/v$PV.tar.gz -> $P.tar.gz" + SRC_URI="https://github.com/rfjakob/earlyoom/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi IUSE="docs systemd test" |