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-apps/dolphin/
Date: Wed, 03 Apr 2019 12:03:05
Message-Id: 1554292953.83056fb2cdb69e3c0d32a033643a94994188a6ec.asturm@gentoo
1 commit: 83056fb2cdb69e3c0d32a033643a94994188a6ec
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 3 11:48:18 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 3 12:02:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83056fb2
7
8 kde-apps/dolphin: USE thumbnail should be default enabled
9
10 See also:
11 https://mail.kde.org/pipermail/kde-distro-packagers/2019-March/000374.html
12
13 Package-Manager: Portage-2.3.62, Repoman-2.3.12
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 kde-apps/dolphin/dolphin-18.12.3.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/kde-apps/dolphin/dolphin-18.12.3.ebuild b/kde-apps/dolphin/dolphin-18.12.3.ebuild
20 index 9ba19ef094e..d2eb1f4bf1c 100644
21 --- a/kde-apps/dolphin/dolphin-18.12.3.ebuild
22 +++ b/kde-apps/dolphin/dolphin-18.12.3.ebuild
23 @@ -11,7 +11,7 @@ inherit kde5
24 DESCRIPTION="Plasma filemanager focusing on usability"
25 HOMEPAGE="https://www.kde.org/applications/system/dolphin https://userbase.kde.org/Dolphin"
26 KEYWORDS="amd64 ~arm64 x86"
27 -IUSE="semantic-desktop thumbnail"
28 +IUSE="semantic-desktop +thumbnail"
29
30 DEPEND="
31 $(add_frameworks_dep kbookmarks)