From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A90FE13832F for ; Sat, 23 Jul 2016 19:10:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BF60E090B; Sat, 23 Jul 2016 19:09:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB9A0E08C5 for ; Sat, 23 Jul 2016 19:09:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B621340E35 for ; Sat, 23 Jul 2016 19:09:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08F957E3 for ; Sat, 23 Jul 2016 19:09:53 +0000 (UTC) From: "Hans de Graaff" 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" Message-ID: <1469300958.39f431a8b93a9a4dcb01ea3c4496f91bec76771d.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/diakonos/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/diakonos/diakonos-0.9.4.ebuild X-VCS-Directories: app-editors/diakonos/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 39f431a8b93a9a4dcb01ea3c4496f91bec76771d X-VCS-Branch: master Date: Sat, 23 Jul 2016 19:09:53 +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: b6138fb2-bcbc-48b2-b2ed-b2b76e684dff X-Archives-Hash: a46183b27de7cce9d3f99250ecaddc25 commit: 39f431a8b93a9a4dcb01ea3c4496f91bec76771d Author: Hans de Graaff gentoo org> AuthorDate: Sat Jul 23 18:25:32 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jul 23 19:09:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39f431a8 app-editors/diakonos: fix install for ruby21+ Also add ruby22, ruby23. Package-Manager: portage-2.2.28 app-editors/diakonos/diakonos-0.9.4.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-editors/diakonos/diakonos-0.9.4.ebuild b/app-editors/diakonos/diakonos-0.9.4.ebuild index 7ace793..07a49c2 100644 --- a/app-editors/diakonos/diakonos-0.9.4.ebuild +++ b/app-editors/diakonos/diakonos-0.9.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" inherit ruby-ng DESCRIPTION="A Linux editor for the masses" @@ -16,6 +16,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc test" +USE_RUBY=${USE_RUBY/ruby20/} ruby_add_rdepend "dev-ruby/curses" + ruby_add_bdepend "doc? ( dev-ruby/yard ) test? ( dev-ruby/bacon )"