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 979A513835A for ; Mon, 12 Apr 2021 01:09:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BD7BE0855; Mon, 12 Apr 2021 01:09:19 +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 80616E084E for ; Mon, 12 Apr 2021 01:09:19 +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 8C7D1340BBD for ; Mon, 12 Apr 2021 01:09:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5D0C702 for ; Mon, 12 Apr 2021 01:09:15 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618189646.1553df2f9537854d01e6ca845adfb82a53ffdf86.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libapparmor/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libapparmor/libapparmor-2.13.4.ebuild sys-libs/libapparmor/libapparmor-3.0.0.ebuild sys-libs/libapparmor/libapparmor-3.0.1.ebuild X-VCS-Directories: sys-libs/libapparmor/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1553df2f9537854d01e6ca845adfb82a53ffdf86 X-VCS-Branch: master Date: Mon, 12 Apr 2021 01:09:15 +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: 3c6fa2ba-f04a-4969-99b9-8fb8737e3cb4 X-Archives-Hash: 25b38fd144b8e0a236d2fd62c4cd6097 commit: 1553df2f9537854d01e6ca845adfb82a53ffdf86 Author: Sam James gentoo org> AuthorDate: Mon Apr 12 00:13:59 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 12 01:07:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1553df2f sys-libs/libapparmor: move sys-devel/autoconf-archive to BDEPEND Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> sys-libs/libapparmor/libapparmor-2.13.4.ebuild | 5 +++-- sys-libs/libapparmor/libapparmor-3.0.0.ebuild | 5 +++-- sys-libs/libapparmor/libapparmor-3.0.1.ebuild | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/sys-libs/libapparmor/libapparmor-2.13.4.ebuild b/sys-libs/libapparmor/libapparmor-2.13.4.ebuild index a854860ab42..e87d5f295eb 100644 --- a/sys-libs/libapparmor/libapparmor-2.13.4.ebuild +++ b/sys-libs/libapparmor/libapparmor-2.13.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="perl? ( dev-lang/perl:= ) python? ( ${PYTHON_DEPS} )" -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" sys-devel/autoconf-archive sys-devel/bison sys-devel/flex diff --git a/sys-libs/libapparmor/libapparmor-3.0.0.ebuild b/sys-libs/libapparmor/libapparmor-3.0.0.ebuild index 72eb80e6c28..a3bba356f5d 100644 --- a/sys-libs/libapparmor/libapparmor-3.0.0.ebuild +++ b/sys-libs/libapparmor/libapparmor-3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,7 +25,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="perl? ( dev-lang/perl:= ) python? ( ${PYTHON_DEPS} )" -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" sys-devel/autoconf-archive sys-devel/bison sys-devel/flex diff --git a/sys-libs/libapparmor/libapparmor-3.0.1.ebuild b/sys-libs/libapparmor/libapparmor-3.0.1.ebuild index 9d528d3562a..65eb3d388ac 100644 --- a/sys-libs/libapparmor/libapparmor-3.0.1.ebuild +++ b/sys-libs/libapparmor/libapparmor-3.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,7 +25,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="perl? ( dev-lang/perl:= ) python? ( ${PYTHON_DEPS} )" -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" sys-devel/autoconf-archive sys-devel/bison sys-devel/flex