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 F22F6138334 for ; Sat, 2 Mar 2019 13:45:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 102D4E0843; Sat, 2 Mar 2019 13:45:12 +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 D89DAE0843 for ; Sat, 2 Mar 2019 13:45:11 +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 ECF08335C7B for ; Sat, 2 Mar 2019 13:45:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2B11555 for ; Sat, 2 Mar 2019 13:45:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1551534294.1a2c65d6f4ec6b941fcd074730c9608d3e9a7c96.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/openvpn/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/openvpn/openvpn-9999.ebuild X-VCS-Directories: net-vpn/openvpn/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1a2c65d6f4ec6b941fcd074730c9608d3e9a7c96 X-VCS-Branch: master Date: Sat, 2 Mar 2019 13:45:06 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eeb00094-0166-4bbf-9675-09682e1328e4 X-Archives-Hash: 123538b6b25b0a1e4ec259f6876e41bd commit: 1a2c65d6f4ec6b941fcd074730c9608d3e9a7c96 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 2 13:33:12 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 2 13:44:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a2c65d6 net-vpn/openvpn: Drop superfluous REQUIRED_USE and try to silence CI >From QA check results: REQUIRED_USE can request conflicting states: [static] requires [!plugins] while [inotify] requires [plugins] Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> net-vpn/openvpn/openvpn-9999.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net-vpn/openvpn/openvpn-9999.ebuild b/net-vpn/openvpn/openvpn-9999.ebuild index 66a7682edf9..8ad3d42ffc3 100644 --- a/net-vpn/openvpn/openvpn-9999.ebuild +++ b/net-vpn/openvpn/openvpn-9999.ebuild @@ -17,11 +17,8 @@ KEYWORDS="" IUSE="down-root examples inotify iproute2 libressl lz4 +lzo mbedtls pam" IUSE+=" pkcs11 +plugins selinux +ssl static systemd test userland_BSD" -REQUIRED_USE="static? ( !plugins !pkcs11 ) +REQUIRED_USE="static? ( !inotify !plugins !pkcs11 ) lzo? ( !lz4 ) - pkcs11? ( ssl ) - mbedtls? ( ssl !libressl ) - pkcs11? ( ssl ) !plugins? ( !pam !down-root ) inotify? ( plugins )"