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 5D670158094 for ; Mon, 1 Aug 2022 03:24:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78EF8E1090; Mon, 1 Aug 2022 03:24:09 +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 51070E1090 for ; Mon, 1 Aug 2022 03:24:09 +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 6C2F333DDA5 for ; Mon, 1 Aug 2022 03:24:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECE661E for ; Mon, 1 Aug 2022 03:24:06 +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: <1659324080.f2a68ba41c253c96a0da6a86ecc691ded02ae40e.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.9.1.ebuild X-VCS-Directories: media-libs/imlib2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f2a68ba41c253c96a0da6a86ecc691ded02ae40e X-VCS-Branch: master Date: Mon, 1 Aug 2022 03:24:06 +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: d792601c-fbf4-4df7-b788-ad135f94ecba X-Archives-Hash: 4a427f39fe7eaaea572fb9964c18c107 commit: f2a68ba41c253c96a0da6a86ecc691ded02ae40e Author: Sam James gentoo org> AuthorDate: Mon Aug 1 03:21:20 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 1 03:21:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a68ba4 media-libs/imlib2: add note to bump with media-plugins/imlib2_loaders Bug: https://bugs.gentoo.org/862528 Signed-off-by: Sam James gentoo.org> media-libs/imlib2/imlib2-1.9.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-libs/imlib2/imlib2-1.9.1.ebuild b/media-libs/imlib2/imlib2-1.9.1.ebuild index ed5bfb90c18c..ece031d80baa 100644 --- a/media-libs/imlib2/imlib2-1.9.1.ebuild +++ b/media-libs/imlib2/imlib2-1.9.1.ebuild @@ -3,6 +3,8 @@ EAPI=8 +# Must be bumped with media-plugins/imlib2_loaders! + inherit multilib-minimal toolchain-funcs DESCRIPTION="Version 2 of an advanced replacement library for libraries like libXpm"