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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 41559158020 for ; Mon, 26 Dec 2022 10:17:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55766E095F; Mon, 26 Dec 2022 10:17:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3841BE0961 for ; Mon, 26 Dec 2022 10:17:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DF23341076 for ; Mon, 26 Dec 2022 10:17:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DDB56F8 for ; Mon, 26 Dec 2022 10:17:30 +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: <1672049836.cf7533ea026bb18124bdea5a15f40d525e2b2dba.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/kuickshow/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/kuickshow/kuickshow-0.10.2.ebuild X-VCS-Directories: media-gfx/kuickshow/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cf7533ea026bb18124bdea5a15f40d525e2b2dba X-VCS-Branch: master Date: Mon, 26 Dec 2022 10:17:30 +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: 78935660-f798-4bbf-b339-a4380488633c X-Archives-Hash: a5819efc460d51743a179240ec86d49f commit: cf7533ea026bb18124bdea5a15f40d525e2b2dba Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 26 09:40:28 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 26 10:17:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf7533ea media-gfx/kuickshow: update EAPI 7 -> 8 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/kuickshow/kuickshow-0.10.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/kuickshow/kuickshow-0.10.2.ebuild b/media-gfx/kuickshow/kuickshow-0.10.2.ebuild index ef6840410a0f..9c17093582a3 100644 --- a/media-gfx/kuickshow/kuickshow-0.10.2.ebuild +++ b/media-gfx/kuickshow/kuickshow-0.10.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 ECM_HANDBOOK="forceoptional" KFMIN=5.76.0 @@ -15,7 +15,7 @@ SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="5" KEYWORDS="~amd64 ~x86" -IUSE="debug" +IUSE="" DEPEND=" >=dev-qt/qtgui-${QTMIN}:5