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 69C7115802F for ; Sat, 4 Mar 2023 18:14:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF83BE07E0; Sat, 4 Mar 2023 18:14:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A6F0E07E0 for ; Sat, 4 Mar 2023 18:14:12 +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 E06C4341061 for ; Sat, 4 Mar 2023 18:14:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D0F675 for ; Sat, 4 Mar 2023 18:14:10 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1677953630.a7aee89eb2a57f6d0a658eb5bdb6c7704bdfefa3.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/allegro/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/allegro/allegro-4.4.3.1-r1.ebuild media-libs/allegro/allegro-4.4.3.1.ebuild X-VCS-Directories: media-libs/allegro/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: a7aee89eb2a57f6d0a658eb5bdb6c7704bdfefa3 X-VCS-Branch: master Date: Sat, 4 Mar 2023 18:14:10 +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: 24044205-a5df-4b24-93a8-3cbaf93f82c2 X-Archives-Hash: d7f3c206b118518cc9d3ce8fbb7c22b8 commit: a7aee89eb2a57f6d0a658eb5bdb6c7704bdfefa3 Author: Ionen Wolkens gentoo org> AuthorDate: Sat Mar 4 18:12:11 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Mar 4 18:13:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7aee89e media-libs/allegro: drop multilib from svgalib This is x86-only and doesn't have multilib. Suddenly got picked up by pkgcheck despite being ignored for a long time? Signed-off-by: Ionen Wolkens gentoo.org> .../allegro/{allegro-4.4.3.1.ebuild => allegro-4.4.3.1-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/allegro/allegro-4.4.3.1.ebuild b/media-libs/allegro/allegro-4.4.3.1-r1.ebuild similarity index 95% rename from media-libs/allegro/allegro-4.4.3.1.ebuild rename to media-libs/allegro/allegro-4.4.3.1-r1.ebuild index 962b6267f1c6..73ee0de87f3c 100644 --- a/media-libs/allegro/allegro-4.4.3.1.ebuild +++ b/media-libs/allegro/allegro-4.4.3.1-r1.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=7 @@ -17,9 +17,9 @@ IUSE="alsa doc fbcon jack jpeg opengl oss png svga vga vorbis X" RDEPEND=" alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] ) jack? ( virtual/jack[${MULTILIB_USEDEP}] ) - jpeg? ( virtual/jpeg:0[${MULTILIB_USEDEP}] ) + jpeg? ( media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}] ) png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] ) - svga? ( media-libs/svgalib[${MULTILIB_USEDEP}] ) + svga? ( media-libs/svgalib ) vorbis? ( media-libs/libvorbis[${MULTILIB_USEDEP}] ) X? ( x11-libs/libX11[${MULTILIB_USEDEP}]