Skip to content

Commit

Permalink
dev-vcs/git-lfs: allow app-text/ronn-ng instead of app-text/ronn
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
thesamesam committed Jan 28, 2022
1 parent c9f7445 commit d1ff69c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 )"
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 )"
Expand Down
4 changes: 2 additions & 2 deletions dev-vcs/git-lfs/git-lfs-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 )"
Expand Down

0 comments on commit d1ff69c

Please sign in to comment.