commit:     c8759a0336edee751832ab5dd51132c344f5c1d9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 06:00:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 22:49:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8759a03

dev-perl/DBD-MariaDB: fix EROOT in src_configure (VariableScope)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/DBD-MariaDB/DBD-MariaDB-1.210.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/DBD-MariaDB/DBD-MariaDB-1.210.0-r1.ebuild 
b/dev-perl/DBD-MariaDB/DBD-MariaDB-1.210.0-r1.ebuild
index e74bf61f8d2..e9689fb0918 100644
--- a/dev-perl/DBD-MariaDB/DBD-MariaDB-1.210.0-r1.ebuild
+++ b/dev-perl/DBD-MariaDB/DBD-MariaDB-1.210.0-r1.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
@@ -60,7 +60,7 @@ src_configure() {
                        --testuser=test \
                        --testpassword=test"
        fi
-       myconf+=" --${impl}_config=${EROOT}/usr/bin/${impl}_config"
+       myconf+=" --${impl}_config=${BROOT}/usr/bin/${impl}_config"
        perl-module_src_configure
 }
 

Reply via email to