public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] proj/ruby-scripts:master commit in: eselect-ruby/
@ 2016-12-26 16:38 99% Hans de Graaff
  0 siblings, 0 replies; 1+ results
From: Hans de Graaff @ 2016-12-26 16:38 UTC (permalink / raw
  To: gentoo-commits

commit:     0b97eab158912969897a7f8c4710fb9fb7c8733c
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Mon Dec 26 16:38:34 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 16:38:34 2016 +0000
URL:        https://gitweb.gentoo.org/proj/ruby-scripts.git/commit/?id=0b97eab1

Add support for ruby24

 eselect-ruby/ruby.eselect | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eselect-ruby/ruby.eselect b/eselect-ruby/ruby.eselect
index 9dba12e..efead1e 100644
--- a/eselect-ruby/ruby.eselect
+++ b/eselect-ruby/ruby.eselect
@@ -4,14 +4,14 @@
 
 DESCRIPTION="Manage Ruby symlinks"
 MAINTAINER="ruby@gentoo.org"
-SVN_DATE="20151229"
-VERSION="20151229"
+SVN_DATE="20161226"
+VERSION="20161226"
 
 bindir=/usr/bin
 man1dir=/usr/share/man/man1
 
 find_targets() {
-	for t in ${EROOT}${bindir}/${1:-ruby}{18,19,20,21,22,23} ; do
+	for t in ${EROOT}${bindir}/${1:-ruby}{18,19,20,21,22,23,24} ; do
 		[[ -e $t ]] || continue
 		echo ${t}
 	done


^ permalink raw reply related	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2016-12-26 16:38 99% [gentoo-commits] proj/ruby-scripts:master commit in: eselect-ruby/ Hans de Graaff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox