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 4FC01158086 for ; Thu, 14 Oct 2021 10:01:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6DBCE093E; Thu, 14 Oct 2021 10:01:01 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66B8BE093E for ; Thu, 14 Oct 2021 10:01:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C86B342B66 for ; Thu, 14 Oct 2021 10:01:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B6AF132 for ; Thu, 14 Oct 2021 10:00:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1634205655.3bf6530fd908ddc6db69373efafc2570c9fb55b9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/dose3/dose3-5.0.1_p16-r3.ebuild dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild dev-ml/dose3/dose3-6.0.1_p2.ebuild dev-ml/dose3/dose3-6.1-r1.ebuild dev-ml/dose3/dose3-6.1.ebuild X-VCS-Directories: dev-ml/dose3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3bf6530fd908ddc6db69373efafc2570c9fb55b9 X-VCS-Branch: master Date: Thu, 14 Oct 2021 10:00: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: 63f2c5c6-2acf-4b94-a5b1-611627abb3f0 X-Archives-Hash: a178f88798ff5bbba1b6e06ab39bf99d commit: 3bf6530fd908ddc6db69373efafc2570c9fb55b9 Author: Michał Górny gentoo org> AuthorDate: Thu Oct 14 09:59:54 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 14 10:00:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf6530f dev-ml/dose3: pyyaml is using libyaml unconditionally now Signed-off-by: Michał Górny gentoo.org> dev-ml/dose3/{dose3-5.0.1_p16-r3.ebuild => dose3-5.0.1_p16-r4.ebuild} | 2 +- dev-ml/dose3/{dose3-6.0.1_p2.ebuild => dose3-6.0.1_p2-r1.ebuild} | 2 +- dev-ml/dose3/{dose3-6.1.ebuild => dose3-6.1-r1.ebuild} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ml/dose3/dose3-5.0.1_p16-r3.ebuild b/dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild similarity index 98% rename from dev-ml/dose3/dose3-5.0.1_p16-r3.ebuild rename to dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild index 8a2d9bb0eca..fd0e74c8c65 100644 --- a/dev-ml/dose3/dose3-5.0.1_p16-r3.ebuild +++ b/dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild @@ -39,7 +39,7 @@ RDEPEND=" rpm4? ( app-arch/rpm ) " DEPEND="${RDEPEND} - test? ( dev-python/pyyaml[libyaml] ) + test? ( dev-python/pyyaml[libyaml(+)] ) " # missing test data diff --git a/dev-ml/dose3/dose3-6.0.1_p2.ebuild b/dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild similarity index 96% rename from dev-ml/dose3/dose3-6.0.1_p2.ebuild rename to dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild index 29d377ccb80..481f80ee4a2 100644 --- a/dev-ml/dose3/dose3-6.0.1_p2.ebuild +++ b/dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild @@ -35,7 +35,7 @@ RDEPEND=" app-arch/rpm " DEPEND="${RDEPEND} - test? ( dev-python/pyyaml[libyaml] ) + test? ( dev-python/pyyaml[libyaml(+)] ) " # missing test data diff --git a/dev-ml/dose3/dose3-6.1.ebuild b/dev-ml/dose3/dose3-6.1-r1.ebuild similarity index 96% rename from dev-ml/dose3/dose3-6.1.ebuild rename to dev-ml/dose3/dose3-6.1-r1.ebuild index 2424451a058..91260c5f2a0 100644 --- a/dev-ml/dose3/dose3-6.1.ebuild +++ b/dev-ml/dose3/dose3-6.1-r1.ebuild @@ -34,7 +34,7 @@ RDEPEND=" app-arch/rpm " DEPEND="${RDEPEND} - test? ( dev-python/pyyaml[libyaml] ) + test? ( dev-python/pyyaml[libyaml(+)] ) " # missing test data