diff options
author | Sam James <sam@gentoo.org> | 2023-01-22 07:09:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-22 07:09:52 +0000 |
commit | 9ee56729a06cd035c275d48439cf6092845b2d01 (patch) | |
tree | 538e9b868f1b34265c2c656056a6471994c5b35b /net-vpn | |
parent | net-vpn/vtun: Stabilize 3.0.4-r2 amd64, #891595 (diff) | |
download | gentoo-9ee56729a06cd035c275d48439cf6092845b2d01.tar.gz gentoo-9ee56729a06cd035c275d48439cf6092845b2d01.tar.bz2 gentoo-9ee56729a06cd035c275d48439cf6092845b2d01.zip |
net-vpn/vtun: add lex BDEPEND, switch to yacc BDEPEND (not just bison)
Closes: https://bugs.gentoo.org/891649
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/vtun/vtun-3.0.4-r2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-vpn/vtun/vtun-3.0.4-r2.ebuild b/net-vpn/vtun/vtun-3.0.4-r2.ebuild index 4673a825b363..6f2661a261b8 100644 --- a/net-vpn/vtun/vtun-3.0.4-r2.ebuild +++ b/net-vpn/vtun/vtun-3.0.4-r2.ebuild @@ -21,7 +21,10 @@ RDEPEND=" zlib? ( sys-libs/zlib ) dev-libs/libbsd" DEPEND="${RDEPEND}" -BDEPEND="sys-devel/bison" +BDEPEND=" + app-alternatives/lex + app-alternatives/yacc +" DOCS=( ChangeLog Credits FAQ README README.Setup README.Shaper TODO ) CONFIG_CHECK="~TUN" |