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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BCEEB158094 for ; Fri, 29 Jul 2022 03:16:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77563E0E93; Fri, 29 Jul 2022 03:16:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4CFC9E0E93 for ; Fri, 29 Jul 2022 03:16:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86F3033BE62 for ; Fri, 29 Jul 2022 03:16:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA8D555F for ; Fri, 29 Jul 2022 03:16:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1659064502.7ad933061a3e909099b695d13269bc27f3428387.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/polymc/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/polymc/polymc-1.4.0.ebuild games-action/polymc/polymc-9999.ebuild X-VCS-Directories: games-action/polymc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7ad933061a3e909099b695d13269bc27f3428387 X-VCS-Branch: master Date: Fri, 29 Jul 2022 03:16:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 86355b6e-9715-4b16-b1a9-0d4ff3e8d8c0 X-Archives-Hash: 66e88bf4da07866dab20b8cd8dff1113 commit: 7ad933061a3e909099b695d13269bc27f3428387 Author: Thiago Donato Ferreira gmail com> AuthorDate: Sat Jul 23 20:30:02 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 29 03:15:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad93306 games-action/polymc: move scdoc and ECM deps to BDEPEND Those are only needed on the building machine. Signed-off-by: Thiago Donato Ferreira gmail.com> Signed-off-by: Sam James gentoo.org> games-action/polymc/polymc-1.4.0.ebuild | 7 +++++-- games-action/polymc/polymc-9999.ebuild | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/games-action/polymc/polymc-1.4.0.ebuild b/games-action/polymc/polymc-1.4.0.ebuild index 79439b22ba10..04335972d1f2 100644 --- a/games-action/polymc/polymc-1.4.0.ebuild +++ b/games-action/polymc/polymc-1.4.0.ebuild @@ -65,10 +65,13 @@ COMMON_DEPENDS=" sys-libs/zlib " +BDEPEND=" + app-text/scdoc + kde-frameworks/extra-cmake-modules:5 +" + DEPEND=" ${COMMON_DEPENDS} - app-text/scdoc - kde-frameworks/extra-cmake-modules media-libs/libglvnd >=virtual/jdk-1.8.0:* " diff --git a/games-action/polymc/polymc-9999.ebuild b/games-action/polymc/polymc-9999.ebuild index 79439b22ba10..04335972d1f2 100644 --- a/games-action/polymc/polymc-9999.ebuild +++ b/games-action/polymc/polymc-9999.ebuild @@ -65,10 +65,13 @@ COMMON_DEPENDS=" sys-libs/zlib " +BDEPEND=" + app-text/scdoc + kde-frameworks/extra-cmake-modules:5 +" + DEPEND=" ${COMMON_DEPENDS} - app-text/scdoc - kde-frameworks/extra-cmake-modules media-libs/libglvnd >=virtual/jdk-1.8.0:* "