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 87A5013838B for ; Tue, 9 Sep 2014 16:34:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC5EAE084F; Tue, 9 Sep 2014 16:34:55 +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 418C7E084F for ; Tue, 9 Sep 2014 16:34:55 +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 1626E340173 for ; Tue, 9 Sep 2014 16:34:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C71BE5174 for ; Tue, 9 Sep 2014 16:34:52 +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: <1410280455.65f95a2b0345c395e2647216adcf810c5979a968.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/libkcddb/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/libkcddb/libkcddb-9999.ebuild X-VCS-Directories: kde-base/libkcddb/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 65f95a2b0345c395e2647216adcf810c5979a968 X-VCS-Branch: master Date: Tue, 9 Sep 2014 16:34:52 +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: d52a8e7c-d8e6-44ab-b788-911080bceb67 X-Archives-Hash: d840ee01375376d694e0b0cb093a538d commit: 65f95a2b0345c395e2647216adcf810c5979a968 Author: Michael Palimaka gentoo org> AuthorDate: Tue Sep 9 16:34:15 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Sep 9 16:34:15 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=65f95a2b [kde-base/libkcddb] Tidy. Package-Manager: portage-2.2.10 --- kde-base/libkcddb/libkcddb-9999.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/kde-base/libkcddb/libkcddb-9999.ebuild b/kde-base/libkcddb/libkcddb-9999.ebuild index e355483..f317c1b 100644 --- a/kde-base/libkcddb/libkcddb-9999.ebuild +++ b/kde-base/libkcddb/libkcddb-9999.ebuild @@ -4,12 +4,12 @@ EAPI=5 +EGIT_BRANCH="kf5" inherit kde5 -EGIT_BRANCH="kf5" DESCRIPTION="KDE library for CDDB" KEYWORDS="" -IUSE="debug musicbrainz" +IUSE="musicbrainz" # tests require network access and compare static data with online data # bug 280996 @@ -20,8 +20,6 @@ DEPEND=" " RDEPEND="${DEPEND}" -KMSAVELIBS="true" - src_prepare() { sed -e '/add_subdirectory( test )/ s/^#*/#/' \ -i CMakeLists.txt || die