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 152961580B9 for ; Thu, 26 Aug 2021 10:52:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1016DE0849; Thu, 26 Aug 2021 10:52:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B3A0FE0848 for ; Thu, 26 Aug 2021 10:52:02 +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 AE685335D50 for ; Thu, 26 Aug 2021 10:52:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9A3687B for ; Thu, 26 Aug 2021 10:51:59 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1629975094.f2123c47a7f5789c28e5294249e31db2c5fb759a.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/shards/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/shards/shards-0.15.0-r1.ebuild dev-util/shards/shards-0.15.0.ebuild X-VCS-Directories: dev-util/shards/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: f2123c47a7f5789c28e5294249e31db2c5fb759a X-VCS-Branch: master Date: Thu, 26 Aug 2021 10:51:59 +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: 9d174b70-26c0-4abc-ade6-78b0888f27ae X-Archives-Hash: 99c6398c671ea2d7472cfd11d9c63104 commit: f2123c47a7f5789c28e5294249e31db2c5fb759a Author: toshokan shojigate net> AuthorDate: Tue Aug 24 03:39:51 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Aug 26 10:51:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2123c47 dev-util/shards: Depend on libyaml, drop old Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Jason Pizzuco shojigate.net> Closes: https://github.com/gentoo/gentoo/pull/21848 Signed-off-by: Joonas Niilola gentoo.org> dev-util/shards/{shards-0.15.0.ebuild => shards-0.15.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-util/shards/shards-0.15.0.ebuild b/dev-util/shards/shards-0.15.0-r1.ebuild similarity index 95% rename from dev-util/shards/shards-0.15.0.ebuild rename to dev-util/shards/shards-0.15.0-r1.ebuild index 52270b880ee..cd40186df45 100644 --- a/dev-util/shards/shards-0.15.0.ebuild +++ b/dev-util/shards/shards-0.15.0-r1.ebuild @@ -20,7 +20,8 @@ SLOT="0" KEYWORDS="~amd64" DEPEND=" - >dev-lang/crystal-0.11.1[yaml] + >dev-lang/crystal-0.11.1 + dev-libs/libyaml " RDEPEND="${DEPEND}"