diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-04-24 16:49:24 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-04-24 16:49:24 +0000 |
commit | a6c3a52a7ea7b9a3774098ea4bef22c0d743ef8f (patch) | |
tree | 9b596690e98a728df6537d022290b5f5f10578d6 /dev-ruby/termcolor | |
parent | Remove ruby18 support. (diff) | |
download | gentoo-2-a6c3a52a7ea7b9a3774098ea4bef22c0d743ef8f.tar.gz gentoo-2-a6c3a52a7ea7b9a3774098ea4bef22c0d743ef8f.tar.bz2 gentoo-2-a6c3a52a7ea7b9a3774098ea4bef22c0d743ef8f.zip |
Remove ruby18 support.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/termcolor')
-rw-r--r-- | dev-ruby/termcolor/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/termcolor/termcolor-1.2.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/termcolor/ChangeLog b/dev-ruby/termcolor/ChangeLog index b7088a105183..c9d8f7953f99 100644 --- a/dev-ruby/termcolor/ChangeLog +++ b/dev-ruby/termcolor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/termcolor -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/termcolor/ChangeLog,v 1.6 2013/11/11 10:53:26 mrueg Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/termcolor/ChangeLog,v 1.7 2014/04/24 16:49:24 mrueg Exp $ + + 24 Apr 2014; Manuel Rüger <mrueg@gentoo.org> termcolor-1.2.1-r1.ebuild: + Remove ruby18 support. *termcolor-1.2.1-r1 (11 Nov 2013) diff --git a/dev-ruby/termcolor/termcolor-1.2.1-r1.ebuild b/dev-ruby/termcolor/termcolor-1.2.1-r1.ebuild index 2f4845fa0dc7..1638e2919ee3 100644 --- a/dev-ruby/termcolor/termcolor-1.2.1-r1.ebuild +++ b/dev-ruby/termcolor/termcolor-1.2.1-r1.ebuild @@ -1,11 +1,11 @@ -# 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/termcolor/termcolor-1.2.1-r1.ebuild,v 1.1 2013/11/11 10:53:26 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/termcolor/termcolor-1.2.1-r1.ebuild,v 1.2 2014/04/24 16:49:24 mrueg Exp $ EAPI=5 #*** Using highline effectively in JRuby requires manually installing the ffi-ncurses gem. -USE_RUBY="ruby18 ruby19 ruby20" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_RECIPE_TEST="rspec" |