From b59192bc904b2317ad903440b927190481ee5bc8 Mon Sep 17 00:00:00 2001 From: Nguyen Thai Ngoc Duy Date: Fri, 26 Jan 2007 16:03:48 +0000 Subject: [PATCH] Remove example use flag from ruby.eclass, #145222 --- eclass/ruby.eclass | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/eclass/ruby.eclass b/eclass/ruby.eclass index 8435feb4c585..e11aa5c56338 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.59 2007/01/26 15:53:18 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.60 2007/01/26 16:03:48 pclouds Exp $ # # Author: Mamoru KOMACHI # @@ -43,12 +43,6 @@ 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" -# 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" -- 2.26.2