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 9682215800F for ; Fri, 20 Jan 2023 22:48:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1C59E08FC; Fri, 20 Jan 2023 22:48:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 C88C6E08FC for ; Fri, 20 Jan 2023 22:48:43 +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 EB8ED340CB8 for ; Fri, 20 Jan 2023 22:48:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB96588A for ; Fri, 20 Jan 2023 22:48:38 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1674254650.335f0d6e02334a69c40977a7233656e7a511e682.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/naev/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/naev/naev-0.10.3.ebuild X-VCS-Directories: games-strategy/naev/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 335f0d6e02334a69c40977a7233656e7a511e682 X-VCS-Branch: master Date: Fri, 20 Jan 2023 22:48:38 +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: 9d15d612-ade6-4dca-a86a-0bcdf59d6cf1 X-Archives-Hash: e6161859892541c66126a029fae9f429 commit: 335f0d6e02334a69c40977a7233656e7a511e682 Author: Ionen Wolkens gentoo org> AuthorDate: Fri Jan 20 22:33:03 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Jan 20 22:44:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=335f0d6e games-strategy/naev: tighten test deps to ensure glx support Signed-off-by: Ionen Wolkens gentoo.org> games-strategy/naev/naev-0.10.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-strategy/naev/naev-0.10.3.ebuild b/games-strategy/naev/naev-0.10.3.ebuild index cbc36cb869ca..49ade5da0d5e 100644 --- a/games-strategy/naev/naev-0.10.3.ebuild +++ b/games-strategy/naev/naev-0.10.3.ebuild @@ -54,7 +54,8 @@ BDEPEND=" app-doc/doxygen dev-lua/ldoc media-gfx/graphviz - )" + ) + test? ( x11-base/xorg-server[-minimal] )" python_check_deps() { python_has_version "dev-python/pyyaml[${PYTHON_USEDEP}]"