diff options
author | Mike Gilbert <floppym@gentoo.org> | 2021-04-04 13:56:36 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-04-04 13:56:36 -0400 |
commit | 52996fd4240df25cf698248ebd47b84ffe828cd6 (patch) | |
tree | 9c83e8bcfdcf0fc84ce715a275f70da6661aefca /dev-util/makepp/makepp-2.0.99.1.ebuild | |
parent | app-emulation/libvirt: drop version 6.8.0 (diff) | |
download | gentoo-52996fd4240df25cf698248ebd47b84ffe828cd6.tar.gz gentoo-52996fd4240df25cf698248ebd47b84ffe828cd6.tar.bz2 gentoo-52996fd4240df25cf698248ebd47b84ffe828cd6.zip |
dev-util/makepp: drop unnecessary ROOT override from src_test
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-util/makepp/makepp-2.0.99.1.ebuild')
-rw-r--r-- | dev-util/makepp/makepp-2.0.99.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/makepp/makepp-2.0.99.1.ebuild b/dev-util/makepp/makepp-2.0.99.1.ebuild index 0c57b37c1f0c..0e6a6e914a47 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 } |