commit: 2d82db1a3612aece1c89f0acecf06b716c3f7b92
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Apr 5 02:09:31 2021 +0000
Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Mon Apr 5 02:09:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d82db1a
x11-misc/gammy: fix EAPI 7 forbidden reference warning
Fix warning of repoman:
EAPI 7: variable D: Forbidden reference to variable specified by PMS
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
x11-misc/gammy/gammy-0.9.58a.ebuild | 4 ++--
x11-misc/gammy/gammy-0.9.59.ebuild | 4 ++--
x11-misc/gammy/gammy-0.9.60.ebuild | 2 +-
x11-misc/gammy/gammy-9999.ebuild | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/x11-misc/gammy/gammy-0.9.58a.ebuild
b/x11-misc/gammy/gammy-0.9.58a.ebuild
index 5f1989cde..ef6ae59c9 100644
--- a/x11-misc/gammy/gammy-0.9.58a.ebuild
+++ b/x11-misc/gammy/gammy-0.9.58a.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
@@ -30,7 +30,7 @@ DEPEND="
"
src_configure() {
- eqmake5 PREFIX="${D}/usr"
+ eqmake5 PREFIX="${EPREFIX}/usr"
}
src_install() {
diff --git a/x11-misc/gammy/gammy-0.9.59.ebuild
b/x11-misc/gammy/gammy-0.9.59.ebuild
index 5f1989cde..ef6ae59c9 100644
--- a/x11-misc/gammy/gammy-0.9.59.ebuild
+++ b/x11-misc/gammy/gammy-0.9.59.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
@@ -30,7 +30,7 @@ DEPEND="
"
src_configure() {
- eqmake5 PREFIX="${D}/usr"
+ eqmake5 PREFIX="${EPREFIX}/usr"
}
src_install() {
diff --git a/x11-misc/gammy/gammy-0.9.60.ebuild
b/x11-misc/gammy/gammy-0.9.60.ebuild
index 4f8a65043..ef6ae59c9 100644
--- a/x11-misc/gammy/gammy-0.9.60.ebuild
+++ b/x11-misc/gammy/gammy-0.9.60.ebuild
@@ -30,7 +30,7 @@ DEPEND="
"
src_configure() {
- eqmake5 PREFIX="${D}/usr"
+ eqmake5 PREFIX="${EPREFIX}/usr"
}
src_install() {
diff --git a/x11-misc/gammy/gammy-9999.ebuild b/x11-misc/gammy/gammy-9999.ebuild
index 5f1989cde..ef6ae59c9 100644
--- a/x11-misc/gammy/gammy-9999.ebuild
+++ b/x11-misc/gammy/gammy-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
@@ -30,7 +30,7 @@ DEPEND="
"
src_configure() {
- eqmake5 PREFIX="${D}/usr"
+ eqmake5 PREFIX="${EPREFIX}/usr"
}
src_install() {