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 B720E138222 for ; Fri, 6 May 2016 02:50:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DF7A21C0A1; Fri, 6 May 2016 02:50:30 +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 5D8B421C096 for ; Fri, 6 May 2016 02:50:28 +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 EDB5F340862 for ; Fri, 6 May 2016 02:50:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD8A396F for ; Fri, 6 May 2016 02:50:21 +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.b3e99f3e23e89626974812c78a1b2dd6760d8c8f.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/umodpack/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/umodpack/umodpack-0.5_beta16-r2.ebuild X-VCS-Directories: games-util/umodpack/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: b3e99f3e23e89626974812c78a1b2dd6760d8c8f X-VCS-Branch: master Date: Fri, 6 May 2016 02:50:21 +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: 05326254-a3ca-4d32-8223-b925a5360b7d X-Archives-Hash: 903db9efd277c9c3974da6a624aef4ec commit: b3e99f3e23e89626974812c78a1b2dd6760d8c8f Author: Michael Sterrett gentoo org> AuthorDate: Fri May 6 02:45:55 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=b3e99f3e games-util/umodpack: set RDEPEND Package-Manager: portage-2.2.26 games-util/umodpack/umodpack-0.5_beta16-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/games-util/umodpack/umodpack-0.5_beta16-r2.ebuild b/games-util/umodpack/umodpack-0.5_beta16-r2.ebuild index 2a93979..be99b73 100644 --- a/games-util/umodpack/umodpack-0.5_beta16-r2.ebuild +++ b/games-util/umodpack/umodpack-0.5_beta16-r2.ebuild @@ -20,6 +20,7 @@ DEPEND="virtual/perl-IO-Compress dev-perl/Archive-Zip dev-perl/Tie-IxHash tk? ( dev-perl/Tk )" +RDEPEND=${DEPEND} S=${WORKDIR}/${MY_P} SRC_TEST="do parallel"