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 6827B139695 for ; Sun, 5 Mar 2017 14:33:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 966B121C06D; Sun, 5 Mar 2017 14:33:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7132221C06D for ; Sun, 5 Mar 2017 14:33:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6388C3417FC for ; Sun, 5 Mar 2017 14:33:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFF965D4F for ; Sun, 5 Mar 2017 14:33:46 +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: <1488724401.4b167089a8540d1c427ae3887fc249f39c590276.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/baloo/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/baloo/baloo-4.14.3.ebuild X-VCS-Directories: kde-frameworks/baloo/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4b167089a8540d1c427ae3887fc249f39c590276 X-VCS-Branch: master Date: Sun, 5 Mar 2017 14:33:46 +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: 7081d3f1-3225-4d5d-a753-757036d9c4fa X-Archives-Hash: 49a642c2f3a9a910a08e7a0038782017 commit: 4b167089a8540d1c427ae3887fc249f39c590276 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 5 14:32:30 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 5 14:33:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b167089 kde-frameworks/baloo: Set USE +minimal by default Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-frameworks/baloo/baloo-4.14.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/baloo/baloo-4.14.3.ebuild b/kde-frameworks/baloo/baloo-4.14.3.ebuild index 7ec23f695a5..9acf7760a96 100644 --- a/kde-frameworks/baloo/baloo-4.14.3.ebuild +++ b/kde-frameworks/baloo/baloo-4.14.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ inherit kde4-base DESCRIPTION="Framework for searching and managing metadata" KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" -IUSE="debug minimal" +IUSE="debug +minimal" DEPEND=" $(add_kdeapps_dep kdepimlibs)