From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1337535-garchives=archives.gentoo.org@lists.gentoo.org> 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 385BD158088 for <garchives@archives.gentoo.org>; Sun, 7 Nov 2021 23:08:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F0BC2BC073; Sun, 7 Nov 2021 23:08:07 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44CFC2BC073 for <gentoo-commits@lists.gentoo.org>; Sun, 7 Nov 2021 23:08:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 25351342F49 for <gentoo-commits@lists.gentoo.org>; Sun, 7 Nov 2021 23:08:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F1BD1A8 for <gentoo-commits@lists.gentoo.org>; Sun, 7 Nov 2021 23:08:04 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1636326467.852c6aff75a5050a4fc337750d0ef6842765ced8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gd/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gd/gd-2.3.2-r1.ebuild media-libs/gd/gd-2.3.2.ebuild media-libs/gd/gd-2.3.3-r1.ebuild media-libs/gd/gd-2.3.3.ebuild X-VCS-Directories: media-libs/gd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 852c6aff75a5050a4fc337750d0ef6842765ced8 X-VCS-Branch: master Date: Sun, 7 Nov 2021 23:08:04 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2d58a106-3ac0-4516-9ef8-060dd2e2f6b7 X-Archives-Hash: 0f93ee4b6f3043b7f85b9be4b44985b0 commit: 852c6aff75a5050a4fc337750d0ef6842765ced8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Nov 7 22:56:12 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Nov 7 23:07:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=852c6aff media-libs/gd: use libavif subslot operator Closes: https://bugs.gentoo.org/822333 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/gd/{gd-2.3.2.ebuild => gd-2.3.2-r1.ebuild} | 4 ++-- media-libs/gd/{gd-2.3.3.ebuild => gd-2.3.3-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/gd/gd-2.3.2.ebuild b/media-libs/gd/gd-2.3.2-r1.ebuild similarity index 96% rename from media-libs/gd/gd-2.3.2.ebuild rename to media-libs/gd/gd-2.3.2-r1.ebuild index 9e697c051d8..d145563ca1d 100644 --- a/media-libs/gd/gd-2.3.2.ebuild +++ b/media-libs/gd/gd-2.3.2-r1.ebuild @@ -24,10 +24,10 @@ REQUIRED_USE=" BDEPEND="virtual/pkgconfig" RDEPEND=" - avif? ( media-libs/libavif[${MULTILIB_USEDEP}] ) + avif? ( media-libs/libavif:=[${MULTILIB_USEDEP}] ) fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] ) jpeg? ( >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] ) - heif? ( media-libs/libheif[${MULTILIB_USEDEP}] ) + heif? ( media-libs/libheif:=[${MULTILIB_USEDEP}] ) png? ( >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] ) tiff? ( media-libs/tiff:0[${MULTILIB_USEDEP}] ) truetype? ( >=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}] ) diff --git a/media-libs/gd/gd-2.3.3.ebuild b/media-libs/gd/gd-2.3.3-r1.ebuild similarity index 96% rename from media-libs/gd/gd-2.3.3.ebuild rename to media-libs/gd/gd-2.3.3-r1.ebuild index e890c90f2dd..a50c264c6bb 100644 --- a/media-libs/gd/gd-2.3.3.ebuild +++ b/media-libs/gd/gd-2.3.3-r1.ebuild @@ -24,10 +24,10 @@ REQUIRED_USE=" BDEPEND="virtual/pkgconfig" RDEPEND=" - avif? ( media-libs/libavif[${MULTILIB_USEDEP}] ) + avif? ( media-libs/libavif:=[${MULTILIB_USEDEP}] ) fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] ) jpeg? ( >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] ) - heif? ( media-libs/libheif[${MULTILIB_USEDEP}] ) + heif? ( media-libs/libheif:=[${MULTILIB_USEDEP}] ) png? ( >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] ) tiff? ( media-libs/tiff:0[${MULTILIB_USEDEP}] ) truetype? ( >=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}] )