summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2014-11-08 18:09:38 +0000
committerAgostino Sarubbo <ago@gentoo.org>2014-11-08 18:09:38 +0000
commit7da62922633d820d3ef40a94f9466eb74877378f (patch)
tree180a44aad4925ac168047a83a368760cb98a7afa /sys-fs
parentStable for x86, wrt bug #527088 (diff)
downloadgentoo-2-7da62922633d820d3ef40a94f9466eb74877378f.tar.gz
gentoo-2-7da62922633d820d3ef40a94f9466eb74877378f.tar.bz2
gentoo-2-7da62922633d820d3ef40a94f9466eb74877378f.zip
Stable for x86, wrt bug #510290
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/encfs/ChangeLog5
-rw-r--r--sys-fs/encfs/encfs-1.7.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/encfs/ChangeLog b/sys-fs/encfs/ChangeLog
index 71b68aabab96..d1a4628a21bc 100644
--- a/sys-fs/encfs/ChangeLog
+++ b/sys-fs/encfs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/encfs
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/encfs/ChangeLog,v 1.65 2014/11/08 18:08:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/encfs/ChangeLog,v 1.66 2014/11/08 18:09:38 ago Exp $
+
+ 08 Nov 2014; Agostino Sarubbo <ago@gentoo.org> encfs-1.7.5.ebuild:
+ Stable for x86, wrt bug #510290
08 Nov 2014; Agostino Sarubbo <ago@gentoo.org> encfs-1.7.5.ebuild:
Stable for amd64, wrt bug #510290
diff --git a/sys-fs/encfs/encfs-1.7.5.ebuild b/sys-fs/encfs/encfs-1.7.5.ebuild
index c393a84fdd69..4170108c2708 100644
--- a/sys-fs/encfs/encfs-1.7.5.ebuild
+++ b/sys-fs/encfs/encfs-1.7.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/encfs/encfs-1.7.5.ebuild,v 1.2 2014/11/08 18:08:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/encfs/encfs-1.7.5.ebuild,v 1.3 2014/11/08 18:09:38 ago Exp $
EAPI=2
inherit autotools eutils multilib
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/vgough/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~sparc ~x86"
+KEYWORDS="amd64 ~sparc x86"
IUSE="xattr"
RDEPEND=">=dev-libs/boost-1.34