commit: 46fbdfecb5bdaaf5e9c63744854f22a8de572aa2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 14:03:58 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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 )"