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 6C845138334 for ; Fri, 16 Nov 2018 06:30:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26546E0A8F; Fri, 16 Nov 2018 06:30:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2FCDE0A8F for ; Fri, 16 Nov 2018 06:30:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FB52335C5A for ; Fri, 16 Nov 2018 06:30:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 940FE46F for ; Fri, 16 Nov 2018 06:30:28 +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: <1542349812.c4700b1aac9e6dc9a594c32c1046a24f71f3a423.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/xmlrpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild X-VCS-Directories: dev-ruby/xmlrpc/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c4700b1aac9e6dc9a594c32c1046a24f71f3a423 X-VCS-Branch: master Date: Fri, 16 Nov 2018 06:30:28 +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: 3e7ce874-5740-45e8-a912-2e0c33aaf0dc X-Archives-Hash: 6d6bcc86b8e53f638a4e3e6bbcc7d2da commit: c4700b1aac9e6dc9a594c32c1046a24f71f3a423 Author: Hans de Graaff gentoo org> AuthorDate: Fri Nov 16 06:30:12 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Nov 16 06:30:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4700b1a dev-ruby/xmlrpc: add missing test-unit dependency Fixes: https://bugs.gentoo.org/671196 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild b/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild index 4bafca04f61..21e03f92c0a 100644 --- a/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild +++ b/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,9 @@ SRC_URI="https://github.com/ruby/xmlrpc/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Ruby" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" +IUSE="test" + +ruby_add_bdepend "test? ( dev-ruby/test-unit )" all_ruby_prepare() { sed -i -e '/bundler/ s:^:#:' Rakefile || die