diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-04-24 16:52:44 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-04-24 16:52:44 +0000 |
commit | 117502c29a1a76cd07ec32724a58f2009350c294 (patch) | |
tree | e85913ba382d7b89fe6374e3c7fa6b281a47e7d4 | |
parent | Remove ruby18 support. (diff) | |
download | gentoo-2-117502c29a1a76cd07ec32724a58f2009350c294.tar.gz gentoo-2-117502c29a1a76cd07ec32724a58f2009350c294.tar.bz2 gentoo-2-117502c29a1a76cd07ec32724a58f2009350c294.zip |
Remove ruby18 support.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
-rw-r--r-- | dev-ruby/sysinfo/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/sysinfo/sysinfo-0.8.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/sysinfo/ChangeLog b/dev-ruby/sysinfo/ChangeLog index 0389f80d6ad6..e056962c25c1 100644 --- a/dev-ruby/sysinfo/ChangeLog +++ b/dev-ruby/sysinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/sysinfo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sysinfo/ChangeLog,v 1.10 2014/03/10 18:27:25 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sysinfo/ChangeLog,v 1.11 2014/04/24 16:52:44 mrueg Exp $ + + 24 Apr 2014; Manuel Rüger <mrueg@gentoo.org> sysinfo-0.8.1-r1.ebuild: + Remove ruby18 support. *sysinfo-0.8.1-r1 (10 Mar 2014) diff --git a/dev-ruby/sysinfo/sysinfo-0.8.1-r1.ebuild b/dev-ruby/sysinfo/sysinfo-0.8.1-r1.ebuild index 95ad98ed6abb..b9497b841add 100644 --- a/dev-ruby/sysinfo/sysinfo-0.8.1-r1.ebuild +++ b/dev-ruby/sysinfo/sysinfo-0.8.1-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sysinfo/sysinfo-0.8.1-r1.ebuild,v 1.1 2014/03/10 18:27:25 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sysinfo/sysinfo-0.8.1-r1.ebuild,v 1.2 2014/04/24 16:52:44 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby19" RUBY_FAKEGEM_TASK_TEST="" |