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 B39F8158090 for ; Mon, 9 May 2022 18:40:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91E51E08CE; Mon, 9 May 2022 18:40:22 +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 525E7E08CE for ; Mon, 9 May 2022 18:40:22 +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 5A2F3341451 for ; Mon, 9 May 2022 18:40:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE09FD3 for ; Mon, 9 May 2022 18:40:19 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1652121421.a129d6d1073e67a9a9dc19a6426abc08223ebd5f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-fps/etlegacy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-fps/etlegacy/etlegacy-2.79.0.ebuild X-VCS-Directories: games-fps/etlegacy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: a129d6d1073e67a9a9dc19a6426abc08223ebd5f X-VCS-Branch: dev Date: Mon, 9 May 2022 18:40:19 +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: c42352e9-905c-4bca-b6da-4fb3ac21fd80 X-Archives-Hash: dcf606a6cb2044070aeda52a5511b182 Message-ID: <20220509184019.zkz6h0oIpoltiQevbXMD6Z_ExY1rq3tRt2uCl5iqldY@z> commit: a129d6d1073e67a9a9dc19a6426abc08223ebd5f Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon May 9 18:37:01 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon May 9 18:37:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a129d6d1 games-fps/etlegacy: virtual/jpeg --> media-libs/libjpeg-turbo the virtual is deprecated Signed-off-by: Andrew Ammerlaan gentoo.org> games-fps/etlegacy/etlegacy-2.79.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-fps/etlegacy/etlegacy-2.79.0.ebuild b/games-fps/etlegacy/etlegacy-2.79.0.ebuild index d622b4659..e8378388e 100644 --- a/games-fps/etlegacy/etlegacy-2.79.0.ebuild +++ b/games-fps/etlegacy/etlegacy-2.79.0.ebuild @@ -25,7 +25,7 @@ SLOT="0" IUSE="autoupdate +curl dedicated +freetype +gettext ipv6 irc lua omnibot +openal +opengl +png renderer2 renderer-gles +ssl +theora +vorbis" #REQUIRED_USE="omnibot? ( x86 )" -RESTRICT="mirror" +RESTRICT="bindist mirror" # TODO add debug use for CMAKE_BUILD_TYPE=debug @@ -44,7 +44,7 @@ UIDEPEND=" media-libs/glew:= media-libs/libsdl2[sound,video,X] media-libs/libogg - virtual/jpeg:0 + media-libs/libjpeg-turbo:0 virtual/opengl sys-libs/zlib:=[minizip] curl? ( net-misc/curl )