From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5C8CB1396D0 for ; Mon, 7 Aug 2017 22:07:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CB76E0D0B; Mon, 7 Aug 2017 22:07:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63412E0D0B for ; Mon, 7 Aug 2017 22:07:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ECA3F341816 for ; Mon, 7 Aug 2017 22:07:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 695B874C0 for ; Mon, 7 Aug 2017 22:07:21 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1502143635.66e1778c95aa54f432305e5174a01f0f6be41b89.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/openvpn/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/openvpn/openvpn-2.4.2-r1.ebuild net-vpn/openvpn/openvpn-2.4.3-r1.ebuild X-VCS-Directories: net-vpn/openvpn/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 66e1778c95aa54f432305e5174a01f0f6be41b89 X-VCS-Branch: master Date: Mon, 7 Aug 2017 22:07:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d5ab5956-a85f-47d5-bf9c-cab088c52a3f X-Archives-Hash: ad2e965fb908b2eb9c1a7ee531765581 commit: 66e1778c95aa54f432305e5174a01f0f6be41b89 Author: Robin H. Johnson gentoo org> AuthorDate: Mon Aug 7 22:03:19 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Aug 7 22:07:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e1778c net-vpn/openvpn: Force /bin/{ifconfig,route} openvpn build prefers ifconfig/route in /sbin, even if you are trying to move away from those because net-tools now installs then in /bin and you only have symlinks in /sbin for migration. Force a bump to rebuild with explicitly referencing /bin and a new-enough version of net-tools. Package-Manager: portage-2.3.6 net-vpn/openvpn/openvpn-2.4.2-r1.ebuild | 2 +- net-vpn/openvpn/{openvpn-2.4.2-r1.ebuild => openvpn-2.4.3-r1.ebuild} | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-vpn/openvpn/openvpn-2.4.2-r1.ebuild b/net-vpn/openvpn/openvpn-2.4.2-r1.ebuild index c81204dae23..9f2ac65f910 100644 --- a/net-vpn/openvpn/openvpn-2.4.2-r1.ebuild +++ b/net-vpn/openvpn/openvpn-2.4.2-r1.ebuild @@ -26,7 +26,7 @@ REQUIRED_USE="static? ( !plugins !pkcs11 ) CDEPEND=" kernel_linux? ( iproute2? ( sys-apps/iproute2[-minimal] ) - !iproute2? ( sys-apps/net-tools ) + !iproute2? ( >=sys-apps/net-tools-1.60_p20160215155418 ) ) pam? ( virtual/pam ) ssl? ( diff --git a/net-vpn/openvpn/openvpn-2.4.2-r1.ebuild b/net-vpn/openvpn/openvpn-2.4.3-r1.ebuild similarity index 95% copy from net-vpn/openvpn/openvpn-2.4.2-r1.ebuild copy to net-vpn/openvpn/openvpn-2.4.3-r1.ebuild index c81204dae23..71574d10482 100644 --- a/net-vpn/openvpn/openvpn-2.4.2-r1.ebuild +++ b/net-vpn/openvpn/openvpn-2.4.3-r1.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 ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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 selinux +ssl static systemd test userland_BSD" @@ -68,6 +68,8 @@ src_configure() { use static && append-ldflags -Xcompiler -static SYSTEMD_UNIT_DIR=$(systemd_get_systemunitdir) \ TMPFILES_DIR="/usr/lib/tmpfiles.d" \ + IFCONFIG=/bin/ifconfig \ + ROUTE=/bin/route \ econf \ $(usex mbedtls '--with-crypto-library=mbedtls' '') \ $(use_enable inotify async-push) \