From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 75CBE1384B4 for ; Wed, 4 Nov 2015 18:56:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADAB721C013; Wed, 4 Nov 2015 18:56:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB22521C013 for ; Wed, 4 Nov 2015 18:56:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C2A03408F0 for ; Wed, 4 Nov 2015 18:56:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B4472040 for ; Wed, 4 Nov 2015 18:56:34 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1446663368.996f93f6d1b3b46ea969d5515cb310050d5808e7.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/baloo-widgets/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/baloo-widgets/baloo-widgets-9999.ebuild X-VCS-Directories: kde-apps/baloo-widgets/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 996f93f6d1b3b46ea969d5515cb310050d5808e7 X-VCS-Branch: master Date: Wed, 4 Nov 2015 18:56:34 +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-Archives-Salt: 44e1f793-fbff-47cb-95d4-91ff4a673bc6 X-Archives-Hash: ce7b834f2227b7e567b8e5ff771ce23e commit: 996f93f6d1b3b46ea969d5515cb310050d5808e7 Author: Michael Palimaka gentoo org> AuthorDate: Wed Nov 4 18:48:02 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Nov 4 18:56:08 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=996f93f6 kde-apps/baloo-widgets: dependency removed upstream Upstream-commit: 53e6f2e52512124f141b0faf71cf1ba83ec4501a Package-Manager: portage-2.2.20.1 kde-apps/baloo-widgets/baloo-widgets-9999.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/kde-apps/baloo-widgets/baloo-widgets-9999.ebuild b/kde-apps/baloo-widgets/baloo-widgets-9999.ebuild index 65ce90a..7572ff4 100644 --- a/kde-apps/baloo-widgets/baloo-widgets-9999.ebuild +++ b/kde-apps/baloo-widgets/baloo-widgets-9999.ebuild @@ -25,9 +25,3 @@ DEPEND=" RDEPEND="${DEPEND} !kde-base/baloo-widgets " - -src_prepare() { - kde5_src_prepare - - punt_bogus_dep KF5 KDELibs4Support -}