summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-12 15:03:58 +0100
committerSam James <sam@gentoo.org>2023-06-12 15:06:32 +0100
commit46fbdfecb5bdaaf5e9c63744854f22a8de572aa2 (patch)
treebff8f91bb135cbb62ec93ab95c3e95e381f1f175 /dev-vcs
parentwww-apps/readarr: drop 0.1.7.1882 (diff)
downloadgentoo-46fbdfecb5bdaaf5e9c63744854f22a8de572aa2.tar.gz
gentoo-46fbdfecb5bdaaf5e9c63744854f22a8de572aa2.tar.bz2
gentoo-46fbdfecb5bdaaf5e9c63744854f22a8de572aa2.zip
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@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/git-lfs/git-lfs-3.2.0-r1.ebuild (renamed from dev-vcs/git-lfs/git-lfs-3.2.0.ebuild)2
-rw-r--r--dev-vcs/git-lfs/git-lfs-9999.ebuild2
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
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 )"