commit:     52996fd4240df25cf698248ebd47b84ffe828cd6
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  4 17:56:36 2021 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Apr  4 17:56:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52996fd4

dev-util/makepp: drop unnecessary ROOT override from src_test

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 dev-util/makepp/makepp-2.0.99.1.ebuild | 4 ++--
 dev-util/makepp/makepp-2.0.99.2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/makepp/makepp-2.0.99.1.ebuild 
b/dev-util/makepp/makepp-2.0.99.1.ebuild
index 0c57b37c1f0..0e6a6e914a4 100644
--- a/dev-util/makepp/makepp-2.0.99.1.ebuild
+++ b/dev-util/makepp/makepp-2.0.99.1.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
@@ -38,5 +38,5 @@ src_configure() {
 src_test() {
        # work around https://bugzilla.samba.org/show_bug.cgi?id=8728
        export CCACHE_UNIFY=1
-       ROOT= default
+       default
 }

diff --git a/dev-util/makepp/makepp-2.0.99.2.ebuild 
b/dev-util/makepp/makepp-2.0.99.2.ebuild
index 38db184f93f..b3fdd6a0a8c 100644
--- a/dev-util/makepp/makepp-2.0.99.2.ebuild
+++ b/dev-util/makepp/makepp-2.0.99.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -39,5 +39,5 @@ src_configure() {
 src_test() {
        # work around https://bugzilla.samba.org/show_bug.cgi?id=8728
        export CCACHE_UNIFY=1
-       ROOT= default
+       default
 }

Reply via email to