diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-03-29 11:33:53 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-03-29 11:33:53 +0200 |
commit | f8d43c6b45034ce2518bd08e1cd4a86a43fde902 (patch) | |
tree | 377b7ad499a05b6d1bbe5d9d74df1956bc0b2891 | |
parent | dev-ruby/rake-compiler: drop 1.1.1 (diff) | |
download | gentoo-f8d43c6b45034ce2518bd08e1cd4a86a43fde902.tar.gz gentoo-f8d43c6b45034ce2518bd08e1cd4a86a43fde902.tar.bz2 gentoo-f8d43c6b45034ce2518bd08e1cd4a86a43fde902.zip |
dev-ruby/mustache: add ronn-ng as an alternative
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | dev-ruby/mustache/mustache-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/mustache/mustache-1.1.1.ebuild b/dev-ruby/mustache/mustache-1.1.1.ebuild index 4d0fd65664ca..a7098c7c09b0 100644 --- a/dev-ruby/mustache/mustache-1.1.1.ebuild +++ b/dev-ruby/mustache/mustache-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,7 @@ IUSE="" PATCHES=( "${FILESDIR}/${P}-test-ordering.patch" ) -ruby_add_bdepend "doc? ( app-text/ronn )" +ruby_add_bdepend "doc? ( || ( app-text/ronn-ng app-text/ronn ) )" all_ruby_prepare() { # Fix for renamed .ron files |