From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-852555-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A66481384B4 for <garchives@archives.gentoo.org>; Sun, 20 Dec 2015 19:44:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA01DE0857; Sun, 20 Dec 2015 19:44:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 523D0E0857 for <gentoo-commits@lists.gentoo.org>; Sun, 20 Dec 2015 19:44:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46B38340739 for <gentoo-commits@lists.gentoo.org>; Sun, 20 Dec 2015 19:44:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 322D0C94 for <gentoo-commits@lists.gentoo.org>; Sun, 20 Dec 2015 19:44:20 +0000 (UTC) From: "Hans de Graaff" <graaff@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" <graaff@gentoo.org> Message-ID: <1450640571.c473eff02273a007e81a5f52f01dedf4954f7fd9.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ruby/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ruby/metadata.xml X-VCS-Directories: dev-lang/ruby/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c473eff02273a007e81a5f52f01dedf4954f7fd9 X-VCS-Branch: master Date: Sun, 20 Dec 2015 19:44:20 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0d1639aa-b1af-4e0d-b3cb-c8c9387ea18b X-Archives-Hash: 5763132a2a624b02ac3a424775761656 commit: c473eff02273a007e81a5f52f01dedf4954f7fd9 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Dec 20 19:42:51 2015 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Dec 20 19:42:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c473eff0 dev-lang/ruby: remove now-unused yaml USE flag Package-Manager: portage-2.2.24 dev-lang/ruby/metadata.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dev-lang/ruby/metadata.xml b/dev-lang/ruby/metadata.xml index bf0744a..312287f 100644 --- a/dev-lang/ruby/metadata.xml +++ b/dev-lang/ruby/metadata.xml @@ -15,11 +15,6 @@ readline extension will not be built (and irb will lose line editing functionality). </flag> - <flag name="yaml"> - Use the <pkg>dev-libs/libyaml</pkg> library to build the psych - extension, available since Ruby 1.9.2_rc2, in alternative to the - bundled syck-based parser. - </flag> <flag name="rdoc"> Install <pkg>dev-ruby/rdoc</pkg> after installing Ruby. </flag>