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 13AEF13835A for ; Fri, 12 Mar 2021 15:14:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 646F4E0B13; Fri, 12 Mar 2021 15:14:00 +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 4B042E0B15 for ; Fri, 12 Mar 2021 15:14:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F33DD340B7E for ; Fri, 12 Mar 2021 15:13:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD9E6C3 for ; Fri, 12 Mar 2021 15:13:57 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1615551918.ced0b5f7c67f44ad46399adc429bae0fb39c279a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-plugins/gimp-avif-plugin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-plugins/gimp-avif-plugin/gimp-avif-plugin-9999.ebuild X-VCS-Directories: media-plugins/gimp-avif-plugin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ced0b5f7c67f44ad46399adc429bae0fb39c279a X-VCS-Branch: master Date: Fri, 12 Mar 2021 15:13:57 +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: 37be5a79-d57f-4506-a3c9-fd09869160b6 X-Archives-Hash: cd81bb4217c9d6f925893a86c3901094 commit: ced0b5f7c67f44ad46399adc429bae0fb39c279a Author: Daniel Novomesky gmail com> AuthorDate: Fri Mar 12 12:25:18 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Mar 12 12:25:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ced0b5f7 media-plugins/gimp-avif-plugin: add gexiv2 dependency Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Daniel Novomesky gmail.com> media-plugins/gimp-avif-plugin/gimp-avif-plugin-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-plugins/gimp-avif-plugin/gimp-avif-plugin-9999.ebuild b/media-plugins/gimp-avif-plugin/gimp-avif-plugin-9999.ebuild index 2b72f430..591c1875 100644 --- a/media-plugins/gimp-avif-plugin/gimp-avif-plugin-9999.ebuild +++ b/media-plugins/gimp-avif-plugin/gimp-avif-plugin-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -16,6 +16,7 @@ SLOT="0" IUSE="" DEPEND=">media-gfx/gimp-2.99 + >=media-libs/gexiv2-0.12.2 " BDEPEND=""