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 AE4981382C5 for ; Sun, 21 Feb 2021 02:17:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08A97E08AD; Sun, 21 Feb 2021 02:17:32 +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 E5BA1E08AD for ; Sun, 21 Feb 2021 02:17:31 +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 F39D7340917 for ; Sun, 21 Feb 2021 02:17:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EB644F9 for ; Sun, 21 Feb 2021 02:17:28 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1613873838.8e21ee252b22e88a80d8c98e61dbc24ae65f5f25.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/autoconf-archive/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/autoconf-archive/autoconf-archive-2018.03.13.ebuild X-VCS-Directories: sys-devel/autoconf-archive/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 8e21ee252b22e88a80d8c98e61dbc24ae65f5f25 X-VCS-Branch: master Date: Sun, 21 Feb 2021 02:17:28 +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: 1ccead61-709b-4595-8fb6-8df98183eb13 X-Archives-Hash: bcb7dd6ca4c413098fbfa1ec724a6af8 commit: 8e21ee252b22e88a80d8c98e61dbc24ae65f5f25 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Feb 21 01:13:39 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Feb 21 02:17:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e21ee25 sys-devel/autoconf-archive: fix MissingPackageRevision Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann gentoo.org> sys-devel/autoconf-archive/autoconf-archive-2018.03.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/autoconf-archive/autoconf-archive-2018.03.13.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2018.03.13.ebuild index 95f584a8b09..eec5d116715 100644 --- a/sys-devel/autoconf-archive/autoconf-archive-2018.03.13.ebuild +++ b/sys-devel/autoconf-archive/autoconf-archive-2018.03.13.ebuild @@ -13,7 +13,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 IUSE="" # File collisions. #540246 -RDEPEND="!=gnome-base/gnome-common-3.14.0 +RDEPEND="!=gnome-base/gnome-common-3.14.0-r0 !>=gnome-base/gnome-common-3.14.0-r1[-autoconf-archive(+)]" DEPEND=""