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 CCDCA15808C for ; Mon, 21 Feb 2022 16:55:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9136FE088B; Mon, 21 Feb 2022 16:55:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6FDD2E088B for ; Mon, 21 Feb 2022 16:55:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 72DEB34302B for ; Mon, 21 Feb 2022 16:55:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF37C2EA for ; Mon, 21 Feb 2022 16:55:21 +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: <1645462498.96b7045963b5acae5b9680d835c4911b033b03cb.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/ X-VCS-Repository: proj/kde X-VCS-Files: sys-auth/polkit-qt/polkit-qt-9999.ebuild X-VCS-Directories: sys-auth/polkit-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 96b7045963b5acae5b9680d835c4911b033b03cb X-VCS-Branch: master Date: Mon, 21 Feb 2022 16:55:21 +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: 2ce348b2-9884-431b-b772-fdb4da47c2dd X-Archives-Hash: 97011a288199b6ca6b725f9363e144b0 commit: 96b7045963b5acae5b9680d835c4911b033b03cb Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 21 16:14:20 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 21 16:54:58 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=96b70459 sys-auth/polkit-qt: Drop setting S, done by kde.org.eclass Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-auth/polkit-qt/polkit-qt-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild index b7efd4d5b3..a6777dd47d 100644 --- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild +++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild @@ -13,7 +13,6 @@ HOMEPAGE="https://api.kde.org/polkit-qt-1/html/" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" - S="${WORKDIR}/${KDE_ORG_NAME}-${PV}" fi LICENSE="LGPL-2"