Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/baloo/
Date: Sun, 05 Mar 2017 14:33:50
Message-Id: 1488724401.4b167089a8540d1c427ae3887fc249f39c590276.asturm@gentoo
1 commit: 4b167089a8540d1c427ae3887fc249f39c590276
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 5 14:32:30 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 5 14:33:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b167089
7
8 kde-frameworks/baloo: Set USE +minimal by default
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 kde-frameworks/baloo/baloo-4.14.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/kde-frameworks/baloo/baloo-4.14.3.ebuild b/kde-frameworks/baloo/baloo-4.14.3.ebuild
16 index 7ec23f695a5..9acf7760a96 100644
17 --- a/kde-frameworks/baloo/baloo-4.14.3.ebuild
18 +++ b/kde-frameworks/baloo/baloo-4.14.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -7,7 +7,7 @@ inherit kde4-base
26
27 DESCRIPTION="Framework for searching and managing metadata"
28 KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
29 -IUSE="debug minimal"
30 +IUSE="debug +minimal"
31
32 DEPEND="
33 $(add_kdeapps_dep kdepimlibs)