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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 85923158008 for ; Mon, 12 Jun 2023 14:06:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5E69E083E; Mon, 12 Jun 2023 14:06:49 +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 895CAE083E for ; Mon, 12 Jun 2023 14:06:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8E00A335DE9 for ; Mon, 12 Jun 2023 14:06:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B76DEA86 for ; Mon, 12 Jun 2023 14:06:46 +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: <1686578792.46fbdfecb5bdaaf5e9c63744854f22a8de572aa2.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-3.2.0-r1.ebuild dev-vcs/git-lfs/git-lfs-3.2.0.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: 46fbdfecb5bdaaf5e9c63744854f22a8de572aa2 X-VCS-Branch: master Date: Mon, 12 Jun 2023 14:06:46 +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: 61690649-bdfd-4021-8109-7a6094849e47 X-Archives-Hash: edb039c0b861c70ed34153152fb58555 commit: 46fbdfecb5bdaaf5e9c63744854f22a8de572aa2 Author: Sam James gentoo org> AuthorDate: Mon Jun 12 14:03:58 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 12 14:06:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46fbdfec dev-vcs/git-lfs: drop app-text/ronn The || ( ... ) doesn't let Portage easily figure out it can depclean it for existing installs. Signed-off-by: Sam James gentoo.org> dev-vcs/git-lfs/{git-lfs-3.2.0.ebuild => git-lfs-3.2.0-r1.ebuild} | 2 +- dev-vcs/git-lfs/git-lfs-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-vcs/git-lfs/git-lfs-3.2.0.ebuild b/dev-vcs/git-lfs/git-lfs-3.2.0-r1.ebuild similarity index 96% rename from dev-vcs/git-lfs/git-lfs-3.2.0.ebuild rename to dev-vcs/git-lfs/git-lfs-3.2.0-r1.ebuild index de0b5a581e89..a86412aadad5 100644 --- a/dev-vcs/git-lfs/git-lfs-3.2.0.ebuild +++ b/dev-vcs/git-lfs/git-lfs-3.2.0-r1.ebuild @@ -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-ng app-text/ronn ) )" +BDEPEND="doc? ( app-text/ronn-ng )" 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 61d8a8e0e81e..9ca4bf2afe35 100644 --- a/dev-vcs/git-lfs/git-lfs-9999.ebuild +++ b/dev-vcs/git-lfs/git-lfs-9999.ebuild @@ -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-ng app-text/ronn ) )" +BDEPEND="doc? ( app-text/ronn-ng )" RDEPEND="dev-vcs/git" RESTRICT+=" !test? ( test )"