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 527571580B3 for ; Sat, 4 Sep 2021 17:01:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77979E0843; Sat, 4 Sep 2021 17:01:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 57E61E083E for ; Sat, 4 Sep 2021 17:01:17 +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 3094E33C1EB for ; Sat, 4 Sep 2021 17:01:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 739EF9E for ; Sat, 4 Sep 2021 17:01:14 +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: <1630774774.33121bff0f46524aed11d2cff17d1460b58ef516.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/krita/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/krita/krita-4.4.8.ebuild X-VCS-Directories: media-gfx/krita/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 33121bff0f46524aed11d2cff17d1460b58ef516 X-VCS-Branch: master Date: Sat, 4 Sep 2021 17:01:14 +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: f014699c-cf6c-4e2c-a22e-cd22981258b5 X-Archives-Hash: e0c48b8e9ca584cef4547604f7bc5369 commit: 33121bff0f46524aed11d2cff17d1460b58ef516 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 4 16:59:34 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 4 16:59:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33121bff media-gfx/krita: EAPI-8 bump Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/krita/krita-4.4.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/krita/krita-4.4.8.ebuild b/media-gfx/krita/krita-4.4.8.ebuild index 30ca71bc92a..b54ea50988e 100644 --- a/media-gfx/krita/krita-4.4.8.ebuild +++ b/media-gfx/krita/krita-4.4.8.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 ECM_TEST="forceoptional" PYTHON_COMPAT=( python3_{8..10} ) @@ -25,7 +25,7 @@ IUSE="color-management fftw gif +gsl heif +jpeg openexr pdf qtmedia +raw tiff vc REQUIRED_USE="${PYTHON_REQUIRED_USE}" # bug 630508 -RESTRICT+=" test" +RESTRICT="test" RDEPEND="${PYTHON_DEPS} dev-libs/boost:=