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 45E441382C5 for ; Wed, 21 Feb 2018 00:04:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70961E08CE; Wed, 21 Feb 2018 00:04:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 3A4B7E08CE for ; Wed, 21 Feb 2018 00:04:13 +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 70C14335C0C for ; Wed, 21 Feb 2018 00:04:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3873D211 for ; Wed, 21 Feb 2018 00:04:10 +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: <1519171429.70eae53288ce5a9b0b239e0a286a6ea7f6fecb8b.ulm@gentoo> Subject: [gentoo-commits] repo/dev/ulm:master commit in: games-board/tablebase-nalimov/ X-VCS-Repository: repo/dev/ulm X-VCS-Files: games-board/tablebase-nalimov/tablebase-nalimov-0_pre20131213-r100.ebuild X-VCS-Directories: games-board/tablebase-nalimov/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 70eae53288ce5a9b0b239e0a286a6ea7f6fecb8b X-VCS-Branch: master Date: Wed, 21 Feb 2018 00:04:10 +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: 41f2a12a-6da6-4678-b347-3a1a339348e1 X-Archives-Hash: 57ca373b7fe4c63bbd37b11a24506ce8 commit: 70eae53288ce5a9b0b239e0a286a6ea7f6fecb8b Author: Ulrich Müller gentoo org> AuthorDate: Wed Feb 21 00:03:49 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Feb 21 00:03:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=70eae532 games-board/tablebase-nalimov: Avoid circular RDEPEND. Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../tablebase-nalimov/tablebase-nalimov-0_pre20131213-r100.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-board/tablebase-nalimov/tablebase-nalimov-0_pre20131213-r100.ebuild b/games-board/tablebase-nalimov/tablebase-nalimov-0_pre20131213-r100.ebuild index e009ae4..8aecd0e 100644 --- a/games-board/tablebase-nalimov/tablebase-nalimov-0_pre20131213-r100.ebuild +++ b/games-board/tablebase-nalimov/tablebase-nalimov-0_pre20131213-r100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,7 +28,7 @@ KEYWORDS="~amd64 ~x86" IUSE="5-pieces 6-pieces" RESTRICT="mirror" # not on Gentoo mirrors -RDEPEND="5-pieces? ( ~${CATEGORY}/${P}:nofetch ) +PDEPEND="5-pieces? ( ~${CATEGORY}/${P}:nofetch ) 6-pieces? ( ~${CATEGORY}/${P}:nofetch[6-pieces] )" S="${WORKDIR}"