commit: 159f07880e0d7a5f95463ff03578586f47ccc0bf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 2 09:53:07 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 3 15:43:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=159f0788
sys-apps/earlyoom: fix variable references
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/earlyoom/earlyoom-1.3.ebuild | 4 ++--
sys-apps/earlyoom/earlyoom-1.6.2.ebuild | 2 +-
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 cae1f13f3b8..f752572222e 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 196ec0b0a55..fbc56b98e49 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 898c4fbac55..6a2d2be6cf4 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"