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 89AC6158094 for ; Sat, 8 Oct 2022 17:59:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D00CDE0844; Sat, 8 Oct 2022 17:59:51 +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 B56D0E0844 for ; Sat, 8 Oct 2022 17:59:51 +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 C5FFE34104F for ; Sat, 8 Oct 2022 17:59:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F690609 for ; Sat, 8 Oct 2022 17:59: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: <1665251964.ebeaf12a9ed016a4fb5bf44677d8f9e367d21569.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/darwinia-demo/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/darwinia-demo/darwinia-demo-1.3.0-r3.ebuild X-VCS-Directories: games-strategy/darwinia-demo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ebeaf12a9ed016a4fb5bf44677d8f9e367d21569 X-VCS-Branch: master Date: Sat, 8 Oct 2022 17:59: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: ac104251-ccd4-43c2-ac92-64308e0e2156 X-Archives-Hash: 2282e5a444c807a90fd54f0569e2c184 commit: ebeaf12a9ed016a4fb5bf44677d8f9e367d21569 Author: Sam James gentoo org> AuthorDate: Sat Oct 8 16:46:28 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 8 17:59:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebeaf12a games-strategy/darwinia-demo: depend on glibc (binpkg) Signed-off-by: Sam James gentoo.org> games-strategy/darwinia-demo/darwinia-demo-1.3.0-r3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r3.ebuild b/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r3.ebuild index 14ce93699bca..30e71f67f4a8 100644 --- a/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r3.ebuild +++ b/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,6 +19,7 @@ RDEPEND=" media-libs/libsdl[abi_x86_32(-)] media-libs/libvorbis[abi_x86_32(-)] virtual/glu[abi_x86_32(-)] + sys-libs/glibc sys-libs/libstdc++-v3:5 virtual/opengl[abi_x86_32(-)]"