commit:     94b568fa3fe084d0664e8baad3a295e0050ea4b7
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 07:21:28 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Feb 14 07:53:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b568fa

dev-ruby/locale: add ruby27; fix insinto

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/locale/locale-2.1.3.ebuild | 5 ++---
 1 file 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 ff8168244fa..8cf18d9baf2 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
 }

Reply via email to