summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2020-02-14 08:21:28 +0100
committerHans de Graaff <graaff@gentoo.org>2020-02-14 08:53:35 +0100
commit94b568fa3fe084d0664e8baad3a295e0050ea4b7 (patch)
treefef8bd41e3a815979731892c7de6b3205cd69d74 /dev-ruby
parentx11-misc/xbindkeys: Add release event status mask patch. (diff)
downloadgentoo-94b568fa3fe084d0664e8baad3a295e0050ea4b7.tar.gz
gentoo-94b568fa3fe084d0664e8baad3a295e0050ea4b7.tar.bz2
gentoo-94b568fa3fe084d0664e8baad3a295e0050ea4b7.zip
dev-ruby/locale: add ruby27; fix insinto
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/locale/locale-2.1.3.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ruby/locale/locale-2.1.3.ebuild b/dev-ruby/locale/locale-2.1.3.ebuild
index ff8168244fa8..8cf18d9baf26 100644
--- a/dev-ruby/locale/locale-2.1.3.ebuild
+++ b/dev-ruby/locale/locale-2.1.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_DOCDIR="doc/reference"
@@ -47,6 +47,5 @@ each_ruby_test() {
all_ruby_install() {
all_fakegem_install
- insinto /usr/share/doc/${PF}
- doins -r samples
+ dodoc -r samples
}