Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/openvpn/
Date: Fri, 26 May 2017 21:19:40
Message-Id: 1495833537.8b4ced1377e29459fc9578b6d2e48bf45d4f41b1.monsieurp@gentoo
1 commit: 8b4ced1377e29459fc9578b6d2e48bf45d4f41b1
2 Author: Yegor Timoshenko <yegortimoshenko <AT> gmail <DOT> com>
3 AuthorDate: Fri May 26 21:17:25 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri May 26 21:18:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4ced13
7
8 net-vpn/openvpn: keyword for ~x86~macos.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 net-vpn/openvpn/openvpn-2.4.2.ebuild | 7 ++++++-
13 1 file changed, 6 insertions(+), 1 deletion(-)
14
15 diff --git a/net-vpn/openvpn/openvpn-2.4.2.ebuild b/net-vpn/openvpn/openvpn-2.4.2.ebuild
16 index 9d88d7f859a..463f0f3a69d 100644
17 --- a/net-vpn/openvpn/openvpn-2.4.2.ebuild
18 +++ b/net-vpn/openvpn/openvpn-2.4.2.ebuild
19 @@ -12,7 +12,7 @@ HOMEPAGE="http://openvpn.net/"
20
21 LICENSE="GPL-2"
22 SLOT="0"
23 -KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
24 +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-macos"
25
26 IUSE="down-root examples inotify iproute2 libressl lz4 +lzo mbedtls pam"
27 IUSE+=" pkcs11 +plugins polarssl selinux +ssl static systemd test userland_BSD"
28 @@ -128,6 +128,11 @@ pkg_postinst() {
29 ewarn ""
30 fi
31
32 + if use x64-macos; then
33 + elog "You might want to install tuntaposx for TAP interface support:"
34 + elog "http://tuntaposx.sourceforge.net"
35 + fi
36 +
37 elog "The openvpn init script expects to find the configuration file"
38 elog "openvpn.conf in /etc/openvpn along with any extra files it may need."
39 elog ""