From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DF39B138ACE for ; Tue, 2 Dec 2014 13:10:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1871E094B; Tue, 2 Dec 2014 13:10:47 +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 4B27AE094C for ; Tue, 2 Dec 2014 13:10:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71214340514 for ; Tue, 2 Dec 2014 13:10:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B11DB5A7 for ; Tue, 2 Dec 2014 13:10:45 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1417525790.731b799d43539d00f59ef8a77e06fe247de89202.mrueg@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/qtruby/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/qtruby/qtruby-9999.ebuild X-VCS-Directories: kde-base/qtruby/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 731b799d43539d00f59ef8a77e06fe247de89202 X-VCS-Branch: master Date: Tue, 2 Dec 2014 13:10:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 39658f3f-08f4-4d95-9091-ad5976b5dde6 X-Archives-Hash: c3b9e1f2798a7698e3ed695d53d96a71 commit: 731b799d43539d00f59ef8a77e06fe247de89202 Author: Manuel Rüger rueg eu> AuthorDate: Tue Dec 2 13:09:50 2014 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Dec 2 13:09:50 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=731b799d [kde-base/qtruby] Default to ruby20. Package-Manager: portage-2.2.14 --- kde-base/qtruby/qtruby-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-base/qtruby/qtruby-9999.ebuild b/kde-base/qtruby/qtruby-9999.ebuild index acd6586..e956a39 100644 --- a/kde-base/qtruby/qtruby-9999.ebuild +++ b/kde-base/qtruby/qtruby-9999.ebuild @@ -7,7 +7,7 @@ EAPI=5 OPENGL_REQUIRED="always" DECLARATIVE_REQUIRED="optional" KDE_REQUIRED="never" -USE_RUBY="ruby19" +USE_RUBY="ruby20" # Only one ruby version is supported: # 1) cmake bails when configuring twice or more - solved with CMAKE_IN_SOURCE_BUILD=1 # 2) the ebuild can only be installed for one ruby variant, otherwise the compiled