summaryrefslogtreecommitdiff
path: root/net-vpn/vtun/vtun-3.0.4-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-vpn/vtun/vtun-3.0.4-r2.ebuild')
-rw-r--r--net-vpn/vtun/vtun-3.0.4-r2.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/net-vpn/vtun/vtun-3.0.4-r2.ebuild b/net-vpn/vtun/vtun-3.0.4-r2.ebuild
index 800d5d0feb11..6f2661a261b8 100644
--- a/net-vpn/vtun/vtun-3.0.4-r2.ebuild
+++ b/net-vpn/vtun/vtun-3.0.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ HOMEPAGE="https://vtun.sourceforge.net/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ppc ~sparc x86"
IUSE="lzo socks5 ssl zlib"
RDEPEND="
@@ -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"