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 23CD9158020 for ; Sun, 25 Dec 2022 22:26:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79911E0972; Sun, 25 Dec 2022 22:17:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F51BE0972 for ; Sun, 25 Dec 2022 22:17:56 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80EDD341104 for ; Sun, 25 Dec 2022 22:17:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EB5A7F1 for ; Sun, 25 Dec 2022 22:17:54 +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: <1672006660.6b207a1834c33351e6cfc6eb8bbaef827984ec36.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/basket/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/basket/basket-2.49b.ebuild X-VCS-Directories: kde-misc/basket/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6b207a1834c33351e6cfc6eb8bbaef827984ec36 X-VCS-Branch: master Date: Sun, 25 Dec 2022 22:17:54 +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: 169f23cd-2cd6-40f9-80a8-f5d0e8dc93cb X-Archives-Hash: 0cd23af3996d8b574e686fcb0476c082 commit: 6b207a1834c33351e6cfc6eb8bbaef827984ec36 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 25 21:49:40 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 25 22:17:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b207a18 kde-misc/basket: update EAPI 7 -> 8 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/basket/basket-2.49b.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-misc/basket/basket-2.49b.ebuild b/kde-misc/basket/basket-2.49b.ebuild index a0dfd489d24c..dae7431d3b5e 100644 --- a/kde-misc/basket/basket-2.49b.ebuild +++ b/kde-misc/basket/basket-2.49b.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_TEST="true" ECM_HANDBOOK="forceoptional" @@ -19,7 +19,6 @@ SLOT="5" KEYWORDS="amd64 ~arm64 x86" IUSE="crypt git" -BDEPEND="git? ( virtual/pkgconfig )" RDEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 @@ -56,6 +55,7 @@ RDEPEND=" DEPEND="${RDEPEND} >=dev-qt/qtconcurrent-${QTMIN}:5 " +BDEPEND="git? ( virtual/pkgconfig )" PATCHES=( "${FILESDIR}/${P}-xdg_mime_install_dir.patch"