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 6B4C61388C3 for ; Wed, 6 Jan 2016 09:39:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C66FE0881; Wed, 6 Jan 2016 09:39:06 +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 B9935E0881 for ; Wed, 6 Jan 2016 09:39:05 +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 D5D90340A12 for ; Wed, 6 Jan 2016 09:39:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A111CFC for ; Wed, 6 Jan 2016 09:39:03 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1452073102.7a1e6a7e3544fa3e12a45170b9b3e183e13f70cd.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sdformat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/sdformat/sdformat-3.6.0.ebuild X-VCS-Directories: dev-libs/sdformat/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 7a1e6a7e3544fa3e12a45170b9b3e183e13f70cd X-VCS-Branch: master Date: Wed, 6 Jan 2016 09:39:03 +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: e0f007ad-e6a2-41d5-8a3b-3d41e4756652 X-Archives-Hash: 6ec11b23dc2be0cae9c1c26582cdafd7 commit: 7a1e6a7e3544fa3e12a45170b9b3e183e13f70cd Author: Alexis Ballier gentoo org> AuthorDate: Wed Jan 6 09:38:22 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jan 6 09:38:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1e6a7e dev-libs/sdformat: add missing ruby build dep, bug #570220 Package-Manager: portage-2.2.26 Signed-off-by: Alexis Ballier gentoo.org> dev-libs/sdformat/sdformat-3.6.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/sdformat/sdformat-3.6.0.ebuild b/dev-libs/sdformat/sdformat-3.6.0.ebuild index a452424..f970ca7 100644 --- a/dev-libs/sdformat/sdformat-3.6.0.ebuild +++ b/dev-libs/sdformat/sdformat-3.6.0.ebuild @@ -22,6 +22,7 @@ RDEPEND=" sci-libs/ignition-math:2= " DEPEND="${RDEPEND} + dev-lang/ruby:* virtual/pkgconfig " CMAKE_BUILD_TYPE=RelWithDebInfo