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 3807C138337 for ; Wed, 3 Apr 2019 12:03:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FAE3E0956; Wed, 3 Apr 2019 12:03:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A30BE0955 for ; Wed, 3 Apr 2019 12:03:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DEB91335D24 for ; Wed, 3 Apr 2019 12:03:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCFF6594 for ; Wed, 3 Apr 2019 12:02:59 +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: <1554292953.83056fb2cdb69e3c0d32a033643a94994188a6ec.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/dolphin/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/dolphin/dolphin-18.12.3.ebuild X-VCS-Directories: kde-apps/dolphin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 83056fb2cdb69e3c0d32a033643a94994188a6ec X-VCS-Branch: master Date: Wed, 3 Apr 2019 12:02:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7a228ad5-1ab0-40ea-9d7b-b1f1a53eab4c X-Archives-Hash: e7d4a691af4764faf384456cf10d425c commit: 83056fb2cdb69e3c0d32a033643a94994188a6ec Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Apr 3 11:48:18 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Apr 3 12:02:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83056fb2 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 gentoo.org> kde-apps/dolphin/dolphin-18.12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/dolphin/dolphin-18.12.3.ebuild b/kde-apps/dolphin/dolphin-18.12.3.ebuild index 9ba19ef094e..d2eb1f4bf1c 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)