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 4015F138359 for ; Sun, 25 Oct 2020 00:26:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 772ADE0903; Sun, 25 Oct 2020 00:26:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5EA72E0903 for ; Sun, 25 Oct 2020 00:26:45 +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 0913433BF5B for ; Sun, 25 Oct 2020 00:26:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A73583BB for ; Sun, 25 Oct 2020 00:26:42 +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: <1603573249.3145c83290dd88a959c974ccd5622b669ed04338.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/ X-VCS-Repository: proj/kde X-VCS-Files: net-p2p/ktorrent/ktorrent-9999.ebuild X-VCS-Directories: net-p2p/ktorrent/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3145c83290dd88a959c974ccd5622b669ed04338 X-VCS-Branch: master Date: Sun, 25 Oct 2020 00:26:42 +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: 70972113-5ebe-41c6-b122-023fc32fe32d X-Archives-Hash: 22838091d05b44a82f31ee178e60cadb commit: 3145c83290dd88a959c974ccd5622b669ed04338 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 24 21:00:49 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 24 21:00:49 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3145c832 net-p2p/ktorrent: Cleanup release switch Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> net-p2p/ktorrent/ktorrent-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-p2p/ktorrent/ktorrent-9999.ebuild b/net-p2p/ktorrent/ktorrent-9999.ebuild index dcdd3a38ba..cdd26e987f 100644 --- a/net-p2p/ktorrent/ktorrent-9999.ebuild +++ b/net-p2p/ktorrent/ktorrent-9999.ebuild @@ -12,7 +12,6 @@ inherit ecm kde.org DESCRIPTION="Powerful BitTorrent client based on KDE Frameworks" HOMEPAGE="https://apps.kde.org/en/ktorrent" -[[ ${KDE_BUILD_TYPE} = release ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" LICENSE="GPL-2" SLOT="5"