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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 96EBD158087 for ; Fri, 28 Jan 2022 07:24:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE2032BC01A; Fri, 28 Jan 2022 07:24:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 711E72BC00F for ; Fri, 28 Jan 2022 07:24:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F7663432A1 for ; Fri, 28 Jan 2022 07:24:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEC032AE for ; Fri, 28 Jan 2022 07:24:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1643354640.d1ff69c7b3de3dc6a86ea45082e97f42b74c0565.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-lfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git-lfs/git-lfs-2.11.0-r1.ebuild dev-vcs/git-lfs/git-lfs-2.11.0.ebuild dev-vcs/git-lfs/git-lfs-2.13.3-r1.ebuild dev-vcs/git-lfs/git-lfs-2.13.3.ebuild dev-vcs/git-lfs/git-lfs-9999.ebuild X-VCS-Directories: dev-vcs/git-lfs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d1ff69c7b3de3dc6a86ea45082e97f42b74c0565 X-VCS-Branch: master Date: Fri, 28 Jan 2022 07:24:19 +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: 2e319f27-5f4b-4455-a331-e3d4e39951da X-Archives-Hash: 2159bf547722ce3aa1c35a2cc97cf4a6 commit: d1ff69c7b3de3dc6a86ea45082e97f42b74c0565 Author: Sam James gentoo org> AuthorDate: Fri Jan 28 07:20:47 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 28 07:24:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ff69c7 dev-vcs/git-lfs: allow app-text/ronn-ng instead of app-text/ronn ronn is going away and is replaced by ronn-ng. (Revbump because otherwise the package manager has no reason to be aware that it can be liberated of app-text/ronn and choose app-text/ronn-ng otherwise, when app-text/ronn gets masked.) Bug: https://bugs.gentoo.org/770907 Signed-off-by: Sam James gentoo.org> dev-vcs/git-lfs/{git-lfs-2.11.0.ebuild => git-lfs-2.11.0-r1.ebuild} | 4 ++-- dev-vcs/git-lfs/{git-lfs-2.13.3.ebuild => git-lfs-2.13.3-r1.ebuild} | 4 ++-- dev-vcs/git-lfs/git-lfs-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-vcs/git-lfs/git-lfs-2.11.0.ebuild b/dev-vcs/git-lfs/git-lfs-2.11.0-r1.ebuild similarity index 93% rename from dev-vcs/git-lfs/git-lfs-2.11.0.ebuild rename to dev-vcs/git-lfs/git-lfs-2.11.0-r1.ebuild index 6fdbdcf910e1..5db47f6cb90f 100644 --- a/dev-vcs/git-lfs/git-lfs-2.11.0.ebuild +++ b/dev-vcs/git-lfs/git-lfs-2.11.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,7 @@ LICENSE="Apache-2.0 BSD BSD-2 BSD-4 ISC MIT" SLOT="0" IUSE="doc test" -BDEPEND="doc? ( app-text/ronn )" +BDEPEND="doc? ( || ( app-text/ronn-ng app-text/ronn ) )" RDEPEND="dev-vcs/git" RESTRICT+=" !test? ( test )" diff --git a/dev-vcs/git-lfs/git-lfs-2.13.3.ebuild b/dev-vcs/git-lfs/git-lfs-2.13.3-r1.ebuild similarity index 94% rename from dev-vcs/git-lfs/git-lfs-2.13.3.ebuild rename to dev-vcs/git-lfs/git-lfs-2.13.3-r1.ebuild index 5c5be39ec301..2cf565a6aba2 100644 --- a/dev-vcs/git-lfs/git-lfs-2.13.3.ebuild +++ b/dev-vcs/git-lfs/git-lfs-2.13.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,7 @@ LICENSE="Apache-2.0 BSD BSD-2 BSD-4 ISC MIT" SLOT="0" IUSE="doc test" -BDEPEND="doc? ( app-text/ronn )" +BDEPEND="doc? ( || ( app-text/ronn-ng app-text/ronn ) )" RDEPEND="dev-vcs/git" RESTRICT+=" !test? ( test )" diff --git a/dev-vcs/git-lfs/git-lfs-9999.ebuild b/dev-vcs/git-lfs/git-lfs-9999.ebuild index 641f9c79a60b..9074b5b98409 100644 --- a/dev-vcs/git-lfs/git-lfs-9999.ebuild +++ b/dev-vcs/git-lfs/git-lfs-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,7 @@ LICENSE="Apache-2.0 BSD BSD-2 BSD-4 ISC MIT" SLOT="0" IUSE="doc test" -BDEPEND="doc? ( app-text/ronn )" +BDEPEND="doc? ( || ( app-text/ronn-ng app-text/ronn ) )" RDEPEND="dev-vcs/git" RESTRICT+=" !test? ( test )"