diff options
author | Sam James <sam@gentoo.org> | 2021-04-10 07:00:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 23:49:45 +0100 |
commit | c8759a0336edee751832ab5dd51132c344f5c1d9 (patch) | |
tree | 21ca0b508fcda5814f7503d60c6bf78c29b03bcb /dev-perl/DBD-MariaDB | |
parent | games-strategy/openra: fix BROOT reference in pkg_postinst (VariableScope) (diff) | |
download | gentoo-c8759a0336edee751832ab5dd51132c344f5c1d9.tar.gz gentoo-c8759a0336edee751832ab5dd51132c344f5c1d9.tar.bz2 gentoo-c8759a0336edee751832ab5dd51132c344f5c1d9.zip |
dev-perl/DBD-MariaDB: fix EROOT in src_configure (VariableScope)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/DBD-MariaDB')
-rw-r--r-- | dev-perl/DBD-MariaDB/DBD-MariaDB-1.210.0-r1.ebuild | 4 |
1 files 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 e74bf61f8d2a..e9689fb0918a 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 } |