diff options
author | Yegor Timoshenko <yegortimoshenko@gmail.com> | 2017-05-26 23:17:25 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-05-26 23:18:57 +0200 |
commit | 8b4ced1377e29459fc9578b6d2e48bf45d4f41b1 (patch) | |
tree | 87ae60ed161c0999af83dce256c6d8c358a78c0b /net-vpn/openvpn | |
parent | dev-cpp/pficommon: Fix building with GCC-6 (diff) | |
download | gentoo-8b4ced1377e29459fc9578b6d2e48bf45d4f41b1.tar.gz gentoo-8b4ced1377e29459fc9578b6d2e48bf45d4f41b1.tar.bz2 gentoo-8b4ced1377e29459fc9578b6d2e48bf45d4f41b1.zip |
net-vpn/openvpn: keyword for ~x86~macos.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-vpn/openvpn')
-rw-r--r-- | net-vpn/openvpn/openvpn-2.4.2.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net-vpn/openvpn/openvpn-2.4.2.ebuild b/net-vpn/openvpn/openvpn-2.4.2.ebuild index 9d88d7f859ac..463f0f3a69d4 100644 --- a/net-vpn/openvpn/openvpn-2.4.2.ebuild +++ b/net-vpn/openvpn/openvpn-2.4.2.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://openvpn.net/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +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" IUSE="down-root examples inotify iproute2 libressl lz4 +lzo mbedtls pam" IUSE+=" pkcs11 +plugins polarssl selinux +ssl static systemd test userland_BSD" @@ -128,6 +128,11 @@ pkg_postinst() { ewarn "" fi + if use x64-macos; then + elog "You might want to install tuntaposx for TAP interface support:" + elog "http://tuntaposx.sourceforge.net" + fi + elog "The openvpn init script expects to find the configuration file" elog "openvpn.conf in /etc/openvpn along with any extra files it may need." elog "" |