diff options
author | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2007-01-21 07:38:43 +0000 |
---|---|---|
committer | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2007-01-21 07:38:43 +0000 |
commit | ce9f6c584aee3296bc41adcf41c83fbb559ce0fb (patch) | |
tree | 1e7a71d264d9ab39c01e891e1891e71aeb012d6a /eclass/ruby.eclass | |
parent | Stable on amd64 (#162364). (diff) | |
download | historical-ce9f6c584aee3296bc41adcf41c83fbb559ce0fb.tar.gz historical-ce9f6c584aee3296bc41adcf41c83fbb559ce0fb.tar.bz2 historical-ce9f6c584aee3296bc41adcf41c83fbb559ce0fb.zip |
prepare for testing and fixing #145222
Diffstat (limited to 'eclass/ruby.eclass')
-rw-r--r-- | eclass/ruby.eclass | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/eclass/ruby.eclass b/eclass/ruby.eclass index bd8a1094dcf8..660df3a39dcc 100644 --- a/eclass/ruby.eclass +++ b/eclass/ruby.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.57 2007/01/15 16:22:22 fuzzyray Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.58 2007/01/21 07:38:43 pclouds Exp $ # # Author: Mamoru KOMACHI <usata@gentoo.org> # @@ -43,7 +43,11 @@ EXPORT_FUNCTIONS src_unpack src_compile src_install HOMEPAGE="http://raa.ruby-lang.org/list.rhtml?name=${PN}" SRC_URI="mirror://gentoo/${P}.tar.gz" -IUSE="examples" +# prepare for #145222 fix +# once testing is ok, this condition will be removed +if [ "${RUBY_BUG_145222}" != "yes" ]; then + IUSE="examples" +fi SLOT="0" LICENSE="Ruby" |