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 721021382C5 for ; Wed, 21 Feb 2018 00:01:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4AFDE08CE; Wed, 21 Feb 2018 00:01:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 857D0E08CE for ; Wed, 21 Feb 2018 00:01:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 610D8335C2A for ; Wed, 21 Feb 2018 00:01:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B3BC211 for ; Wed, 21 Feb 2018 00:01:50 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1519171279.eda6797f6caf96de99cc487bf7d8be7acab4edc3.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/tablebase-syzygy/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/tablebase-syzygy/tablebase-syzygy-0_pre20131213-r100.ebuild X-VCS-Directories: games-board/tablebase-syzygy/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: eda6797f6caf96de99cc487bf7d8be7acab4edc3 X-VCS-Branch: master Date: Wed, 21 Feb 2018 00:01:50 +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: 4abfbcfb-eb3a-4f85-b55c-f722cb36c3e0 X-Archives-Hash: 050e2f2b1ba6b58f704beb03ea3d34f6 commit: eda6797f6caf96de99cc487bf7d8be7acab4edc3 Author: Ulrich Müller gentoo org> AuthorDate: Tue Feb 20 23:59:27 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Feb 21 00:01:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eda6797f games-board/tablebase-syzygy: Avoid circular RDEPEND. Package-Manager: Portage-2.3.24, Repoman-2.3.6 games-board/tablebase-syzygy/tablebase-syzygy-0_pre20131213-r100.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-board/tablebase-syzygy/tablebase-syzygy-0_pre20131213-r100.ebuild b/games-board/tablebase-syzygy/tablebase-syzygy-0_pre20131213-r100.ebuild index 4c25faf0de4..4bc349060a1 100644 --- a/games-board/tablebase-syzygy/tablebase-syzygy-0_pre20131213-r100.ebuild +++ b/games-board/tablebase-syzygy/tablebase-syzygy-0_pre20131213-r100.ebuild @@ -45,7 +45,7 @@ IUSE="6-pieces" # there is no use-conditional mirror restriction, # so depend on another slot of the same package instead -RDEPEND="6-pieces? ( ~${CATEGORY}/${P}:nofetch )" +PDEPEND="6-pieces? ( ~${CATEGORY}/${P}:nofetch )" S="${WORKDIR}" CHECKREQS_DISK_USR="939M"