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 5C3D8158041 for ; Mon, 18 Mar 2024 16:26:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07E39E29B1; Mon, 18 Mar 2024 16:26:20 +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 E10DFE29B1 for ; Mon, 18 Mar 2024 16:26:19 +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 27E48335CAF for ; Mon, 18 Mar 2024 16:26:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88C2114EE for ; Mon, 18 Mar 2024 16:26:17 +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: <1710779129.32203e6ae847b9a5add486f9c799c24726b54c45.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sdl2-image/sdl2-image-2.8.2.ebuild X-VCS-Directories: media-libs/sdl2-image/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 32203e6ae847b9a5add486f9c799c24726b54c45 X-VCS-Branch: master Date: Mon, 18 Mar 2024 16:26:17 +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: 1f9bd1ad-8110-4dcf-8022-a576ed897cb2 X-Archives-Hash: 2d61bd3df4ed225b724ee520f6751e5a commit: 32203e6ae847b9a5add486f9c799c24726b54c45 Author: Sam James gentoo org> AuthorDate: Mon Mar 18 16:25:29 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 18 16:25:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32203e6a media-libs/sdl2-image: add REQUIRED_USE for tests It seems to gracefully handle XPM missing so maybe could be made to do that for JPEG + PNG, but then we're not really testing much, so... Closes: https://bugs.gentoo.org/927239 Signed-off-by: Sam James gentoo.org> media-libs/sdl2-image/sdl2-image-2.8.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/sdl2-image/sdl2-image-2.8.2.ebuild b/media-libs/sdl2-image/sdl2-image-2.8.2.ebuild index 630c584acce1..36b5b6708dc0 100644 --- a/media-libs/sdl2-image/sdl2-image-2.8.2.ebuild +++ b/media-libs/sdl2-image/sdl2-image-2.8.2.ebuild @@ -16,6 +16,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc64 ~riscv ~sparc ~x86" IUSE="avif gif jpeg jpegxl png static-libs test tiff webp" RESTRICT="!test? ( test )" +REQUIRED_USE="test? ( jpeg png )" RDEPEND=" >=media-libs/libsdl2-2.0.9[${MULTILIB_USEDEP}]