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 32AAA1382C5 for ; Sat, 10 Apr 2021 13:31:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7550BE08BD; Sat, 10 Apr 2021 13:31:16 +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 0F2A6E08BD for ; Sat, 10 Apr 2021 13:31:16 +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 537A6340A12 for ; Sat, 10 Apr 2021 13:31:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A022648 for ; Sat, 10 Apr 2021 13:31:09 +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: <1618061440.5483bcf25d4fb327514fafcda56576c9febaf80b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-server/ut2004-ded/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-server/ut2004-ded/ut2004-ded-3369.3-r2.ebuild X-VCS-Directories: games-server/ut2004-ded/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5483bcf25d4fb327514fafcda56576c9febaf80b X-VCS-Branch: master Date: Sat, 10 Apr 2021 13:31:09 +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: bc542753-6e41-469a-bd6a-c85fa6aeea49 X-Archives-Hash: 1b4948179225bd2f662a63f5c10f2196 commit: 5483bcf25d4fb327514fafcda56576c9febaf80b Author: Sam James gentoo org> AuthorDate: Sat Apr 10 13:21:59 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 10 13:30:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5483bcf2 games-server/ut2004-ded: eutils->wrapper, missing dep Closes: https://bugs.gentoo.org/724822 Signed-off-by: Sam James gentoo.org> games-server/ut2004-ded/ut2004-ded-3369.3-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-server/ut2004-ded/ut2004-ded-3369.3-r2.ebuild b/games-server/ut2004-ded/ut2004-ded-3369.3-r2.ebuild index 2f6413ad120..c46e1f1ae9b 100644 --- a/games-server/ut2004-ded/ut2004-ded-3369.3-r2.ebuild +++ b/games-server/ut2004-ded/ut2004-ded-3369.3-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit check-reqs eutils +inherit check-reqs wrapper BONUSPACK_P="dedicatedserver3339-bonuspack.zip" PATCH_P="ut2004-lnxpatch${PV%.*}-2.tar.bz2" @@ -24,13 +24,13 @@ BDEPEND=" app-arch/p7zip app-arch/unzip " - RDEPEND=" !games-fps/ut2004 !games-fps/ut2004-data games-fps/ut2004-bonuspack-ece games-fps/ut2004-bonuspack-mega sys-libs/glibc + sys-libs/libstdc++-v3 " CHECKREQS_DISK_BUILD="2G"