diff options
author | Sam James <sam@gentoo.org> | 2023-04-07 15:34:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-07 15:34:34 +0100 |
commit | 29505f1fc5759040fe60d4324cfd1c3fa793e949 (patch) | |
tree | 2147bdb389eba12514fac751f61ccaf311de5d44 /app-text/ronn-ng | |
parent | app-text/ronn-ng: enable ruby31, enable ruby32; drop unnecessary man page build (diff) | |
download | gentoo-29505f1fc5759040fe60d4324cfd1c3fa793e949.tar.gz gentoo-29505f1fc5759040fe60d4324cfd1c3fa793e949.tar.bz2 gentoo-29505f1fc5759040fe60d4324cfd1c3fa793e949.zip |
app-text/ronn-ng: disable ruby26
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/ronn-ng')
-rw-r--r-- | app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild b/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild index b7217b3bf77f..6aa2714d5808 100644 --- a/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild +++ b/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30 ruby31 ruby32" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_EXTRADOC="AUTHORS CHANGES README.md" RUBY_FAKEGEM_GEMSPEC="ronn-ng.gemspec" |