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 B96C6138222 for ; Fri, 6 May 2016 02:50:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56DB321C08C; Fri, 6 May 2016 02:50:26 +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 1B8D721C060 for ; Fri, 6 May 2016 02:50:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 42D2D340806 for ; Fri, 6 May 2016 02:50:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D26ED95E for ; Fri, 6 May 2016 02:50:20 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1462502946.971641c0c65017a1a4cc62b1ccbea547bb6b758f.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/cockatrice/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/cockatrice/cockatrice-20120702.ebuild X-VCS-Directories: games-board/cockatrice/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 971641c0c65017a1a4cc62b1ccbea547bb6b758f X-VCS-Branch: master Date: Fri, 6 May 2016 02:50:20 +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: aa0ba519-4fff-4180-98a6-48121a6f02f1 X-Archives-Hash: e3f60dae0a73ec3c0df0bf689005bd0a commit: 971641c0c65017a1a4cc62b1ccbea547bb6b758f Author: Michael Sterrett gentoo org> AuthorDate: Fri May 6 01:30:35 2016 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Fri May 6 02:49:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=971641c0 games-board/cockatrice: set RDEPEND Package-Manager: portage-2.2.26 games-board/cockatrice/cockatrice-20120702.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-board/cockatrice/cockatrice-20120702.ebuild b/games-board/cockatrice/cockatrice-20120702.ebuild index 8664e2c..931419a 100644 --- a/games-board/cockatrice/cockatrice-20120702.ebuild +++ b/games-board/cockatrice/cockatrice-20120702.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,6 +24,7 @@ DEPEND=" dev-qt/qtsvg:4 dev-qt/qtgui:4 )" +RDEPEND=${DEPEND} S=${WORKDIR}/${PN}_${PV}