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 B5E81138359 for ; Tue, 21 Jul 2020 09:53:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9C88E0908; Tue, 21 Jul 2020 09:53:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 ADED3E0908 for ; Tue, 21 Jul 2020 09:53:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 42A1F34EFAF for ; Tue, 21 Jul 2020 09:53:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DF61253 for ; Tue, 21 Jul 2020 09:53:31 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1595325208.14413b450f156f779b8ad9a6e2df0d90e19c10eb.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libseccomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libseccomp/libseccomp-2.5.0.ebuild sys-libs/libseccomp/libseccomp-9999.ebuild X-VCS-Directories: sys-libs/libseccomp/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 14413b450f156f779b8ad9a6e2df0d90e19c10eb X-VCS-Branch: master Date: Tue, 21 Jul 2020 09:53:31 +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: 00568c62-672a-4b42-965d-945ec4ba9154 X-Archives-Hash: 4356ff033ede0fd82d239dd6339ef00e commit: 14413b450f156f779b8ad9a6e2df0d90e19c10eb Author: Lars Wendler gentoo org> AuthorDate: Tue Jul 21 09:53:20 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Jul 21 09:53:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14413b45 sys-libs/libseccomp: Fixed QA warning Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Lars Wendler gentoo.org> sys-libs/libseccomp/libseccomp-2.5.0.ebuild | 3 ++- sys-libs/libseccomp/libseccomp-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-libs/libseccomp/libseccomp-2.5.0.ebuild b/sys-libs/libseccomp/libseccomp-2.5.0.ebuild index a70a1f90aa9..726c7a197cb 100644 --- a/sys-libs/libseccomp/libseccomp-2.5.0.ebuild +++ b/sys-libs/libseccomp/libseccomp-2.5.0.ebuild @@ -24,7 +24,8 @@ LICENSE="LGPL-2.1" SLOT="0" IUSE="python static-libs" -REQUIRED_USE="python? ( static-libs )" +REQUIRED_USE="${PYTHON_REQUIRED_USE} + python? ( static-libs )" BDEPEND="python? ( ${PYTHON_DEPS} )" DEPEND="${BDEPEND}" diff --git a/sys-libs/libseccomp/libseccomp-9999.ebuild b/sys-libs/libseccomp/libseccomp-9999.ebuild index a70a1f90aa9..726c7a197cb 100644 --- a/sys-libs/libseccomp/libseccomp-9999.ebuild +++ b/sys-libs/libseccomp/libseccomp-9999.ebuild @@ -24,7 +24,8 @@ LICENSE="LGPL-2.1" SLOT="0" IUSE="python static-libs" -REQUIRED_USE="python? ( static-libs )" +REQUIRED_USE="${PYTHON_REQUIRED_USE} + python? ( static-libs )" BDEPEND="python? ( ${PYTHON_DEPS} )" DEPEND="${BDEPEND}"