Remove example use flag from ruby.eclass, #145222
authorNguyen Thai Ngoc Duy <pclouds@gentoo.org>
Fri, 26 Jan 2007 16:03:48 +0000 (16:03 +0000)
committerNguyen Thai Ngoc Duy <pclouds@gentoo.org>
Fri, 26 Jan 2007 16:03:48 +0000 (16:03 +0000)
eclass/ruby.eclass

index 8435feb4c585b97ac98fe57467db21365953ab6c..e11aa5c563382a8753a481d3173d81407584bf8d 100644 (file)
@@ -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 <usata@gentoo.org>
 #
@@ -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"