diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-08-20 08:55:01 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-08-20 08:55:01 +0000 |
commit | 659e35da47e63ddbe257f42a0f7b821cb667cfa7 (patch) | |
tree | b9b9c990f7c5a7c81986967338b5bbac2a62d2dd /eclass/gems.eclass | |
parent | Remove USE_RUBY=any support from gems.eclass (diff) | |
download | gentoo-2-659e35da47e63ddbe257f42a0f7b821cb667cfa7.tar.gz gentoo-2-659e35da47e63ddbe257f42a0f7b821cb667cfa7.tar.bz2 gentoo-2-659e35da47e63ddbe257f42a0f7b821cb667cfa7.zip |
Deprecation indicates that it might still work, so be more clear that this no longer works.
Diffstat (limited to 'eclass/gems.eclass')
-rw-r--r-- | eclass/gems.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/gems.eclass b/eclass/gems.eclass index c3df3f52f1e0..6f66d197420f 100644 --- a/eclass/gems.eclass +++ b/eclass/gems.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.28 2009/08/20 08:38:25 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.29 2009/08/20 08:55:01 graaff Exp $ # @ECLASS: gems.eclass # @MAINTAINER: @@ -80,8 +80,8 @@ gems_src_install() { USE_RUBY="ruby18" elif [[ "${USE_RUBY}" == "any" ]]; then - eerror "USE_RUBY=\"any\" is deprecated. Please use explicit versions instead." - die "USE_RUBY=\"any\" is deprecated." + eerror "USE_RUBY=\"any\" is no longer supported. Please use explicit versions instead." + die "USE_RUBY=\"any\" is no longer supported." fi local num_ruby_slots=$(echo "${USE_RUBY}" | wc -w) |