commit: b52cb617cd14990061ae455a27f32e6a0d5e7aba Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> AuthorDate: Sat May 9 10:18:02 2020 +0000 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> CommitDate: Sat May 9 10:20:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b52cb617
net-dialup/accel-ppp: fix detection of Lua interpreter Reported-by: Toralf Förster <toralf <AT> gentoo.org> Closes: https://bugs.gentoo.org/720846 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org> net-dialup/accel-ppp/accel-ppp-1.12.0.ebuild | 2 +- net-dialup/accel-ppp/accel-ppp-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-dialup/accel-ppp/accel-ppp-1.12.0.ebuild b/net-dialup/accel-ppp/accel-ppp-1.12.0.ebuild index 7362e06b530..61e4c0092c8 100644 --- a/net-dialup/accel-ppp/accel-ppp-1.12.0.ebuild +++ b/net-dialup/accel-ppp/accel-ppp-1.12.0.ebuild @@ -72,7 +72,7 @@ src_configure() { -DBUILD_VLAN_MON_DRIVER="$(usex ipoe)" -DCRYPTO=OPENSSL -DLOG_PGSQL="$(usex postgres)" - -DLUA="$(usex lua)" + -DLUA="$(usex lua TRUE FALSE)" -DMEMDEBUG="$(usex debug)" -DNETSNMP="$(usex snmp)" -DRADIUS="$(usex radius)" diff --git a/net-dialup/accel-ppp/accel-ppp-9999.ebuild b/net-dialup/accel-ppp/accel-ppp-9999.ebuild index a05fd2d9a09..68e1f642d6f 100644 --- a/net-dialup/accel-ppp/accel-ppp-9999.ebuild +++ b/net-dialup/accel-ppp/accel-ppp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -64,7 +64,7 @@ src_configure() { -DBUILD_VLAN_MON_DRIVER="$(usex ipoe)" -DCRYPTO=OPENSSL -DLOG_PGSQL="$(usex postgres)" - -DLUA="$(usex lua)" + -DLUA="$(usex lua TRUE FALSE)" -DMEMDEBUG="$(usex debug)" -DNETSNMP="$(usex snmp)" -DRADIUS="$(usex radius)"