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 B218513997D for ; Fri, 15 Nov 2019 02:33:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 431F8E0886; Fri, 15 Nov 2019 02:33:04 +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 D2A9CE0895 for ; Fri, 15 Nov 2019 02:33:03 +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 CE2D834CE62 for ; Fri, 15 Nov 2019 02:33:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C61CE8B5 for ; Fri, 15 Nov 2019 02:32:59 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1573785156.07de2036a99fc3549a4b25c9893792244a4ab607.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/icc-profiles-openicc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/icc-profiles-openicc/icc-profiles-openicc-1.3.1.ebuild X-VCS-Directories: media-libs/icc-profiles-openicc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 07de2036a99fc3549a4b25c9893792244a4ab607 X-VCS-Branch: master Date: Fri, 15 Nov 2019 02:32:59 +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: 8a771f6c-31b7-49bd-858b-364d2206fef6 X-Archives-Hash: 129663490db21fe18c4507805f3d1ebf commit: 07de2036a99fc3549a4b25c9893792244a4ab607 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 15 02:31:00 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 15 02:32:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07de2036 media-libs/icc-profiles-openicc: EAPI-7 bump Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/icc-profiles-openicc/icc-profiles-openicc-1.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/icc-profiles-openicc/icc-profiles-openicc-1.3.1.ebuild b/media-libs/icc-profiles-openicc/icc-profiles-openicc-1.3.1.ebuild index 09dcb1dd1d6..354ffd58d96 100644 --- a/media-libs/icc-profiles-openicc/icc-profiles-openicc-1.3.1.ebuild +++ b/media-libs/icc-profiles-openicc/icc-profiles-openicc-1.3.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 DESCRIPTION="ICC color profiles by OpenICC" HOMEPAGE="https://www.freedesktop.org/wiki/OpenIcc/ProfilePackages"