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 8E3E9138331 for ; Sun, 6 May 2018 08:46:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7986E0826; Sun, 6 May 2018 08:46:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C6864E0826 for ; Sun, 6 May 2018 08:46:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D7E8B335C90 for ; Sun, 6 May 2018 08:46:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 477CB72 for ; Sun, 6 May 2018 08:46:42 +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: <1525596188.31b0445d0bfaca4a63ef62af52ea61e28858cae1.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-vault/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-vault/plasma-vault-9999.ebuild X-VCS-Directories: kde-plasma/plasma-vault/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 31b0445d0bfaca4a63ef62af52ea61e28858cae1 X-VCS-Branch: master Date: Sun, 6 May 2018 08:46:42 +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: fd8a6728-0ff8-4974-869a-02e0833c2872 X-Archives-Hash: 0b704c772253cbf5991f7576731138de commit: 31b0445d0bfaca4a63ef62af52ea61e28858cae1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 6 08:43:08 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 6 08:43:08 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=31b0445d kde-plasma/plasma-vault: Make sys-fs/cryfs default again Upstream commit d2b6443fa6e3b36d1720dbb5916fbf4628fffcfd Thanks-to: Arfrever Frehtes Taifersar Arahesis Apache.Org> Package-Manager: Portage-2.3.36, Repoman-2.3.9 kde-plasma/plasma-vault/plasma-vault-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/plasma-vault/plasma-vault-9999.ebuild b/kde-plasma/plasma-vault/plasma-vault-9999.ebuild index 8ab9dd3143..bb599b37a4 100644 --- a/kde-plasma/plasma-vault/plasma-vault-9999.ebuild +++ b/kde-plasma/plasma-vault/plasma-vault-9999.ebuild @@ -30,5 +30,5 @@ DEPEND=" $(add_qt_dep qtwidgets) " RDEPEND="${DEPEND} - || ( >=sys-fs/encfs-1.9.2 sys-fs/cryfs ) + || ( >=sys-fs/cryfs-0.9.9 >=sys-fs/encfs-1.9.2 ) "