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 0857C138350 for ; Wed, 29 Apr 2020 21:40:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FA83E0903; Wed, 29 Apr 2020 21:40:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3B260E0903 for ; Wed, 29 Apr 2020 21:40:27 +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 20FAD34EEE7 for ; Wed, 29 Apr 2020 21:40:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96E481DD for ; Wed, 29 Apr 2020 21:40:24 +0000 (UTC) From: "David Heidelberg" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Heidelberg" Message-ID: <1588196411.50ca7c4f405d0b8e56f0eb7d22c169f1f78e0b99.okias@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-libs/webp-pixbuf-loader/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-libs/webp-pixbuf-loader/webp-pixbuf-loader-0.0.1.ebuild X-VCS-Directories: gui-libs/webp-pixbuf-loader/ X-VCS-Committer: okias X-VCS-Committer-Name: David Heidelberg X-VCS-Revision: 50ca7c4f405d0b8e56f0eb7d22c169f1f78e0b99 X-VCS-Branch: dev Date: Wed, 29 Apr 2020 21:40:24 +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: 7b458881-a779-4fa2-8741-99d73e43310e X-Archives-Hash: 06745f6d3d3c939247fdf36bd8790fe2 commit: 50ca7c4f405d0b8e56f0eb7d22c169f1f78e0b99 Author: David Heidelberg ixit cz> AuthorDate: Wed Apr 29 21:40:11 2020 +0000 Commit: David Heidelberg ixit cz> CommitDate: Wed Apr 29 21:40:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50ca7c4f gui-libs/webp-pixbuf-loader: bump EAPI to 7 - no functional change - EAPI 7 support now properly work due to commit 410a967 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Heidelberg ixit.cz> gui-libs/webp-pixbuf-loader/webp-pixbuf-loader-0.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-libs/webp-pixbuf-loader/webp-pixbuf-loader-0.0.1.ebuild b/gui-libs/webp-pixbuf-loader/webp-pixbuf-loader-0.0.1.ebuild index af0f5e9..02b3ab1 100644 --- a/gui-libs/webp-pixbuf-loader/webp-pixbuf-loader-0.0.1.ebuild +++ b/gui-libs/webp-pixbuf-loader/webp-pixbuf-loader-0.0.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit gnome2-utils meson multilib-minimal