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 728D213835B for ; Wed, 9 Dec 2020 14:18:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93EE9E0932; Wed, 9 Dec 2020 14:18:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 7D33AE0920 for ; Wed, 9 Dec 2020 14:18:06 +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 807C1340BC1 for ; Wed, 9 Dec 2020 14:18:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E77F487 for ; Wed, 9 Dec 2020 14:18:04 +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: <1607523478.c8c09417f38fe3fa6335e84079a45f99f3b07d1a.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/autoconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/autoconf/autoconf-9999.ebuild X-VCS-Directories: sys-devel/autoconf/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: c8c09417f38fe3fa6335e84079a45f99f3b07d1a X-VCS-Branch: master Date: Wed, 9 Dec 2020 14:18:04 +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: 4e00a6e4-70b0-42ee-b29c-0e0c98cd7aea X-Archives-Hash: c900d1d3b20a13bdf4a50157c6ca14ad commit: c8c09417f38fe3fa6335e84079a45f99f3b07d1a Author: Lars Wendler gentoo org> AuthorDate: Wed Dec 9 14:08:14 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Dec 9 14:17:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c09417 sys-devel/autoconf: Synce live ebuild Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> sys-devel/autoconf/autoconf-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/autoconf/autoconf-9999.ebuild b/sys-devel/autoconf/autoconf-9999.ebuild index 58895dec2f9..e5a96ae984e 100644 --- a/sys-devel/autoconf/autoconf-9999.ebuild +++ b/sys-devel/autoconf/autoconf-9999.ebuild @@ -24,7 +24,7 @@ IUSE="emacs" BDEPEND=">=sys-devel/m4-1.4.16 >=dev-lang/perl-5.6" RDEPEND="${BDEPEND} - ~sys-devel/autoconf-wrapper-14_pre3 + >=sys-devel/autoconf-wrapper-14 sys-devel/gnuconfig !~sys-devel/${P}:2.5" [[ ${PV} == "9999" ]] && BDEPEND+=" >=sys-apps/texinfo-4.3"