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 0A0AE1396D0 for ; Wed, 20 Sep 2017 11:13:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BBD0E0769; Wed, 20 Sep 2017 11:13:56 +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 EC220E0769 for ; Wed, 20 Sep 2017 11:13:55 +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 BD76A33C6B6 for ; Wed, 20 Sep 2017 11:13:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03F069064 for ; Wed, 20 Sep 2017 11:13:53 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1505906009.3b23e7f72c284700d1984c17d0e6b713fe45f840.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/gentoo-perl-helpers/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/gentoo-perl-helpers/gentoo-perl-helpers-0.2.2-r1.ebuild app-admin/gentoo-perl-helpers/gentoo-perl-helpers-0.2.2.ebuild X-VCS-Directories: app-admin/gentoo-perl-helpers/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 3b23e7f72c284700d1984c17d0e6b713fe45f840 X-VCS-Branch: master Date: Wed, 20 Sep 2017 11:13:53 +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-Archives-Salt: 3e68fd9f-57d4-4fd7-be16-db0df4b9d823 X-Archives-Hash: 29e49f56d4208f6e1127d77e332adc79 commit: 3b23e7f72c284700d1984c17d0e6b713fe45f840 Author: Kent Fredric gentoo org> AuthorDate: Wed Sep 20 11:12:51 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Sep 20 11:13:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b23e7f7 app-admin/gentoo-perl-helpers: Increase dependency on portage-utils Thanks to veremit and his ancient system for finding this bug. Package-Manager: Portage-2.3.8, Repoman-2.3.3 ...o-perl-helpers-0.2.2.ebuild => gentoo-perl-helpers-0.2.2-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-admin/gentoo-perl-helpers/gentoo-perl-helpers-0.2.2.ebuild b/app-admin/gentoo-perl-helpers/gentoo-perl-helpers-0.2.2-r1.ebuild similarity index 95% rename from app-admin/gentoo-perl-helpers/gentoo-perl-helpers-0.2.2.ebuild rename to app-admin/gentoo-perl-helpers/gentoo-perl-helpers-0.2.2-r1.ebuild index 573d0e36bc7..b725db35e2e 100644 --- a/app-admin/gentoo-perl-helpers/gentoo-perl-helpers-0.2.2.ebuild +++ b/app-admin/gentoo-perl-helpers/gentoo-perl-helpers-0.2.2-r1.ebuild @@ -25,7 +25,8 @@ IUSE="" # app-arch/tar RDEPEND=" - app-portage/portage-utils + $(: --format support) + >=app-portage/portage-utils-0.60 sys-apps/portage " DEPEND=""