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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA520158089 for ; Fri, 29 Sep 2023 10:33:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C657F2BC047; Fri, 29 Sep 2023 10:33:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1D052BC047 for ; Fri, 29 Sep 2023 10:33:11 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3537335C7A for ; Fri, 29 Sep 2023 10:33:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B31B125A for ; Fri, 29 Sep 2023 10:33: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: <1695983536.9bda5dd1af00436a587b9e5f021835c219f5197c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/urbanterror/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/urbanterror/urbanterror-4.3.4_p20211208.ebuild X-VCS-Directories: games-fps/urbanterror/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9bda5dd1af00436a587b9e5f021835c219f5197c X-VCS-Branch: master Date: Fri, 29 Sep 2023 10:33: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: 8e9fd5bc-6734-4b45-adad-2bd90a28431e X-Archives-Hash: 0754dd0d090644a9df0da5ea533b8e38 commit: 9bda5dd1af00436a587b9e5f021835c219f5197c Author: Sam James gentoo org> AuthorDate: Fri Sep 29 10:29:15 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 29 10:32:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bda5dd1 games-fps/urbanterror: drop workaround for newer zlib See 491bf8bd3ef621da49b168736a04f23aa4c7719c. Could do ifndef in patch but I'd like to remove all of these eventually and there's only a handful. Signed-off-by: Sam James gentoo.org> games-fps/urbanterror/urbanterror-4.3.4_p20211208.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-fps/urbanterror/urbanterror-4.3.4_p20211208.ebuild b/games-fps/urbanterror/urbanterror-4.3.4_p20211208.ebuild index b0041846f317..28b623b2193d 100644 --- a/games-fps/urbanterror/urbanterror-4.3.4_p20211208.ebuild +++ b/games-fps/urbanterror/urbanterror-4.3.4_p20211208.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -68,7 +68,7 @@ src_configure() { src_compile() { # Workaround for used zlib macro, which got renamed in Gentoo # wrt bug #449510 - append-cppflags "-DOF=_Z_OF" + has_version "