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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 67487158F57 for ; Mon, 16 Aug 2021 21:28:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B2EEE0841; Mon, 16 Aug 2021 21:28:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EA56E0841 for ; Mon, 16 Aug 2021 21:28:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9CAD335DB5 for ; Mon, 16 Aug 2021 21:28:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38AC48B0 for ; Mon, 16 Aug 2021 21:28:47 +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: <1629148949.17e6b229b66ce2c4e16592024ff1875430ad5fb9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/imlib2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/imlib2/imlib2-1.6.1-r1.ebuild media-libs/imlib2/imlib2-1.6.1-r2.ebuild media-libs/imlib2/imlib2-1.7.1-r1.ebuild media-libs/imlib2/imlib2-1.7.1-r2.ebuild X-VCS-Directories: media-libs/imlib2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 17e6b229b66ce2c4e16592024ff1875430ad5fb9 X-VCS-Branch: master Date: Mon, 16 Aug 2021 21:28:47 +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: 67d941e9-7693-4687-8c80-729b7157712a X-Archives-Hash: 674c4820093570ec2d5ec2aab97d8bee commit: 17e6b229b66ce2c4e16592024ff1875430ad5fb9 Author: Sam James gentoo org> AuthorDate: Mon Aug 16 21:13:06 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 16 21:22:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e6b229 media-libs/imlib2: add missing slot operator dep (libid3tag) Signed-off-by: Sam James gentoo.org> media-libs/imlib2/{imlib2-1.6.1-r1.ebuild => imlib2-1.6.1-r2.ebuild} | 2 +- media-libs/imlib2/{imlib2-1.7.1-r1.ebuild => imlib2-1.7.1-r2.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/imlib2/imlib2-1.6.1-r1.ebuild b/media-libs/imlib2/imlib2-1.6.1-r2.ebuild similarity index 97% rename from media-libs/imlib2/imlib2-1.6.1-r1.ebuild rename to media-libs/imlib2/imlib2-1.6.1-r2.ebuild index 166b5231971..f53bb460894 100644 --- a/media-libs/imlib2/imlib2-1.6.1-r1.ebuild +++ b/media-libs/imlib2/imlib2-1.6.1-r2.ebuild @@ -21,7 +21,7 @@ REQUIRED_USE="shm? ( X )" RDEPEND=" media-libs/freetype:2[${MULTILIB_USEDEP}] bzip2? ( app-arch/bzip2[${MULTILIB_USEDEP}] ) - gif? ( media-libs/giflib[${MULTILIB_USEDEP}] ) + gif? ( media-libs/giflib:=[${MULTILIB_USEDEP}] ) jpeg? ( virtual/jpeg:0=[${MULTILIB_USEDEP}] ) mp3? ( media-libs/libid3tag:=[${MULTILIB_USEDEP}] ) png? ( >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] ) diff --git a/media-libs/imlib2/imlib2-1.7.1-r1.ebuild b/media-libs/imlib2/imlib2-1.7.1-r2.ebuild similarity index 97% rename from media-libs/imlib2/imlib2-1.7.1-r1.ebuild rename to media-libs/imlib2/imlib2-1.7.1-r2.ebuild index a638fb9a914..02d3e4155bb 100644 --- a/media-libs/imlib2/imlib2-1.7.1-r1.ebuild +++ b/media-libs/imlib2/imlib2-1.7.1-r2.ebuild @@ -21,7 +21,7 @@ REQUIRED_USE="shm? ( X )" RDEPEND=" media-libs/freetype:2[${MULTILIB_USEDEP}] bzip2? ( app-arch/bzip2[${MULTILIB_USEDEP}] ) - gif? ( media-libs/giflib[${MULTILIB_USEDEP}] ) + gif? ( media-libs/giflib:=[${MULTILIB_USEDEP}] ) jpeg? ( virtual/jpeg:0=[${MULTILIB_USEDEP}] ) mp3? ( media-libs/libid3tag:=[${MULTILIB_USEDEP}] ) png? ( >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] )