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 9B7CC15808E for ; Fri, 29 Apr 2022 04:42:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B499EE07A9; Fri, 29 Apr 2022 04:42:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 95442E07A9 for ; Fri, 29 Apr 2022 04:42:56 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7786E3419B4 for ; Fri, 29 Apr 2022 04:42:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C190DC for ; Fri, 29 Apr 2022 04:42:54 +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: <1651207357.730c1b4e5d5ef68abd182a0c6e9cda5ab1d0e416.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.0.ebuild media-libs/imlib2/metadata.xml X-VCS-Directories: media-libs/imlib2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 730c1b4e5d5ef68abd182a0c6e9cda5ab1d0e416 X-VCS-Branch: master Date: Fri, 29 Apr 2022 04:42:54 +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: fea3fa0b-471f-47da-b720-7e8e7d9af42b X-Archives-Hash: 238c16e13423683c3e0b7aa59bcb097e commit: 730c1b4e5d5ef68abd182a0c6e9cda5ab1d0e416 Author: Nickolas Raymond Kaczynski disroot org> AuthorDate: Fri Apr 29 04:28:00 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 29 04:42:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730c1b4e media-libs/imlib2: fix multilib problem with eps also fix a small tupo in the metadata. Closes: https://bugs.gentoo.org/show_bug.cgi?id=841359 Signed-off-by: Nickolas Raymond Kaczynski disroot.org> Closes: https://github.com/gentoo/gentoo/pull/25246 Signed-off-by: Sam James gentoo.org> media-libs/imlib2/imlib2-1.9.0.ebuild | 2 +- media-libs/imlib2/metadata.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/imlib2/imlib2-1.9.0.ebuild b/media-libs/imlib2/imlib2-1.9.0.ebuild index 78c8baa4b8cc..9687be6e1dde 100644 --- a/media-libs/imlib2/imlib2-1.9.0.ebuild +++ b/media-libs/imlib2/imlib2-1.9.0.ebuild @@ -59,7 +59,7 @@ multilib_src_configure() { $(use_with zlib) $(use_with svg) $(use_with heif) - $(use_with eps ps) + $(multilib_native_use_with eps ps) $(use_with jpeg2k j2k) $(use_with jpegxl jxl) ) diff --git a/media-libs/imlib2/metadata.xml b/media-libs/imlib2/metadata.xml index 67e82bb6cd24..6129b2fd00f8 100644 --- a/media-libs/imlib2/metadata.xml +++ b/media-libs/imlib2/metadata.xml @@ -10,7 +10,7 @@ Bzip2 loader support Gif image loader support Jpeg image loader support - Hief and Avif image loader support + Heif and Avif image loader support Eps image loader support Jxl image loader support ID3 loader support