summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2020-05-09 13:18:02 +0300
committerSergey Popov <pinkbyte@gentoo.org>2020-05-09 13:20:09 +0300
commitb52cb617cd14990061ae455a27f32e6a0d5e7aba (patch)
tree72bdc5aa14cd64ba929a5a2b5a1fbb3713576d34 /net-dialup/accel-ppp/accel-ppp-9999.ebuild
parentdev-python/carbon: add support for Python-3.{7,8} (diff)
downloadgentoo-b52cb617cd14990061ae455a27f32e6a0d5e7aba.tar.gz
gentoo-b52cb617cd14990061ae455a27f32e6a0d5e7aba.tar.bz2
gentoo-b52cb617cd14990061ae455a27f32e6a0d5e7aba.zip
net-dialup/accel-ppp: fix detection of Lua interpreter
Reported-by: Toralf Förster <toralf@gentoo.org> Closes: https://bugs.gentoo.org/720846 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Diffstat (limited to 'net-dialup/accel-ppp/accel-ppp-9999.ebuild')
-rw-r--r--net-dialup/accel-ppp/accel-ppp-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/accel-ppp/accel-ppp-9999.ebuild b/net-dialup/accel-ppp/accel-ppp-9999.ebuild
index a05fd2d9a09d..68e1f642d6f6 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)"