From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 679A01386F3 for ; Fri, 14 Aug 2015 12:31:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C5AFE08BE; Fri, 14 Aug 2015 12:31:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3869E08BE for ; Fri, 14 Aug 2015 12:31:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F38C340877 for ; Fri, 14 Aug 2015 12:31:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 754F614A for ; Fri, 14 Aug 2015 12:31:45 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1439555692.3a99f331a3db0acb7fa15f2b6785392695a5e0f8.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/encfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/encfs/encfs-1.7.5.ebuild sys-fs/encfs/encfs-1.8.1.ebuild X-VCS-Directories: sys-fs/encfs/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 3a99f331a3db0acb7fa15f2b6785392695a5e0f8 X-VCS-Branch: master Date: Fri, 14 Aug 2015 12:31:45 +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: 103517b2-2175-4691-8431-f72540ca5227 X-Archives-Hash: 8aea7aaa789a223ee437d98fbdf5ee9b commit: 3a99f331a3db0acb7fa15f2b6785392695a5e0f8 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Aug 14 12:34:04 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Aug 14 12:34:52 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a99f331 sys-fs/encfs: add slot equals matching for boost and openssl Gentoo-Bug: 557414 Package-Manager: portage-2.2.20.1 sys-fs/encfs/encfs-1.7.5.ebuild | 8 ++++---- sys-fs/encfs/encfs-1.8.1.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys-fs/encfs/encfs-1.7.5.ebuild b/sys-fs/encfs/encfs-1.7.5.ebuild index 7214cda..07f9147 100644 --- a/sys-fs/encfs/encfs-1.7.5.ebuild +++ b/sys-fs/encfs/encfs-1.7.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 +EAPI=5 inherit autotools eutils multilib DESCRIPTION="An implementation of encrypted filesystem in user-space using FUSE" @@ -14,8 +14,8 @@ SLOT="0" KEYWORDS="amd64 ~arm ~sparc x86" IUSE="xattr" -RDEPEND=">=dev-libs/boost-1.34 - >=dev-libs/openssl-0.9.7 +RDEPEND="dev-libs/boost:= + dev-libs/openssl:= >=dev-libs/rlog-1.4 >=sys-fs/fuse-2.7.0 sys-libs/zlib" diff --git a/sys-fs/encfs/encfs-1.8.1.ebuild b/sys-fs/encfs/encfs-1.8.1.ebuild index 62024ad..abbaf69 100644 --- a/sys-fs/encfs/encfs-1.8.1.ebuild +++ b/sys-fs/encfs/encfs-1.8.1.ebuild @@ -14,10 +14,10 @@ SLOT="0" KEYWORDS="amd64 ~arm ~sparc ~x86" IUSE="xattr nls" -RDEPEND=">=dev-libs/boost-1.34 - >=sys-fs/fuse-2.5 - >=dev-libs/openssl-0.9.7 +RDEPEND="dev-libs/boost:= + dev-libs/openssl:= >=dev-libs/rlog-1.3 + >=sys-fs/fuse-2.5 sys-libs/zlib" # Your libc probably provides xattrs, but to be safe # we'll dep on sys-apps/attr. This should be fixed