diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-03 13:48:18 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-03 14:02:33 +0200 |
commit | 83056fb2cdb69e3c0d32a033643a94994188a6ec (patch) | |
tree | 5bf84dc35930c4fce6f28b791682663fab1313b2 /kde-apps | |
parent | kde-plasma/plasma-pa: Backport patch to port from GConf to GSettings (diff) | |
download | gentoo-83056fb2cdb69e3c0d32a033643a94994188a6ec.tar.gz gentoo-83056fb2cdb69e3c0d32a033643a94994188a6ec.tar.bz2 gentoo-83056fb2cdb69e3c0d32a033643a94994188a6ec.zip |
kde-apps/dolphin: USE thumbnail should be default enabled
See also:
https://mail.kde.org/pipermail/kde-distro-packagers/2019-March/000374.html
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/dolphin/dolphin-18.12.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-apps/dolphin/dolphin-18.12.3.ebuild b/kde-apps/dolphin/dolphin-18.12.3.ebuild index 9ba19ef094e0..d2eb1f4bf1c4 100644 --- a/kde-apps/dolphin/dolphin-18.12.3.ebuild +++ b/kde-apps/dolphin/dolphin-18.12.3.ebuild @@ -11,7 +11,7 @@ inherit kde5 DESCRIPTION="Plasma filemanager focusing on usability" HOMEPAGE="https://www.kde.org/applications/system/dolphin https://userbase.kde.org/Dolphin" KEYWORDS="amd64 ~arm64 x86" -IUSE="semantic-desktop thumbnail" +IUSE="semantic-desktop +thumbnail" DEPEND=" $(add_frameworks_dep kbookmarks) |