blob: ea124a3af6bfae4ba865bc772b56457a19b379e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Simple yet fast and modern VPN that utilizes state-of-the-art cryptography."
HOMEPAGE="https://www.wireguard.com/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="debug +module +tools module-src"
RDEPEND="
tools? ( net-vpn/wireguard-tools )
module? ( net-vpn/wireguard-modules[module,debug?] )
module-src? ( net-vpn/wireguard-modules[module-src] )
"
|