diff options
Diffstat (limited to 'dev-ruby/erubis')
-rw-r--r-- | dev-ruby/erubis/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/erubis/erubis-2.7.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/erubis/ChangeLog b/dev-ruby/erubis/ChangeLog index f9519591a35e..c7773e45dd59 100644 --- a/dev-ruby/erubis/ChangeLog +++ b/dev-ruby/erubis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/erubis -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/erubis/ChangeLog,v 1.25 2013/11/17 12:07:02 graaff Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/erubis/ChangeLog,v 1.26 2014/03/12 11:09:34 mrueg Exp $ + + 12 Mar 2014; Manuel Rüger <mrueg@gentoo.org> erubis-2.7.0-r1.ebuild: + Fix info output for tests. *erubis-2.7.0-r1 (17 Nov 2013) diff --git a/dev-ruby/erubis/erubis-2.7.0-r1.ebuild b/dev-ruby/erubis/erubis-2.7.0-r1.ebuild index 81e785bc119a..f96c9cce0528 100644 --- a/dev-ruby/erubis/erubis-2.7.0-r1.ebuild +++ b/dev-ruby/erubis/erubis-2.7.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/erubis/erubis-2.7.0-r1.ebuild,v 1.1 2013/11/17 12:07:02 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/erubis/erubis-2.7.0-r1.ebuild,v 1.2 2014/03/12 11:09:34 mrueg Exp $ EAPI=5 @@ -47,7 +47,7 @@ each_ruby_test() { einfo "Tests are not compatible with ruby 1.9.3 with Psych as YAML module." ;; *ruby20) - einfo "Tests are not compatible with ruby 1.9.3 with Psych as YAML module." + einfo "Tests are not compatible with ruby 2.0.0 with Psych as YAML module." ;; *) PATH="${S}/bin:${PATH}" RUBYLIB="${S}/lib" ${RUBY} -I. test/test.rb || die |