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 8468613835C for ; Sun, 8 Nov 2020 11:13:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C54ABE0831; Sun, 8 Nov 2020 11:13:41 +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 ACF89E0831 for ; Sun, 8 Nov 2020 11:13:41 +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 AC9B5340CC5 for ; Sun, 8 Nov 2020 11:13:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D09A8443 for ; Sun, 8 Nov 2020 11:13:37 +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: <1604755832.7032bf2a33417eb41c950b52509cfb410c5b991c.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: 7032bf2a33417eb41c950b52509cfb410c5b991c X-VCS-Branch: master Date: Sun, 8 Nov 2020 11:13:37 +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: cf0e290f-49d5-4d03-aa8e-7ac970905161 X-Archives-Hash: 0dcbf53dd202c5d4449aafeac9844540 commit: 7032bf2a33417eb41c950b52509cfb410c5b991c Author: Daniel Novomesky gmail com> AuthorDate: Sat Nov 7 13:30:32 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Nov 7 13:30:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7032bf2a media-plugins/gimp-avif-plugin: modified description Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Daniel Novomesky gmail.com> media-plugins/gimp-avif-plugin/gimp-avif-plugin-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 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 70892d7c..2b72f430 100644 --- a/media-plugins/gimp-avif-plugin/gimp-avif-plugin-9999.ebuild +++ b/media-plugins/gimp-avif-plugin/gimp-avif-plugin-9999.ebuild @@ -5,7 +5,7 @@ EAPI="7" inherit meson git-r3 -DESCRIPTION="Plug-in for development GIMP 2.99.1 for loading/saving AVIF images." +DESCRIPTION="Plug-in for development GIMP 2.99.3 for loading/saving AVIF images." HOMEPAGE="https://github.com/novomesk/gimp-avif-plugin" EGIT_REPO_URI="https://github.com/novomesk/gimp-avif-plugin.git"