summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-03-07 18:02:41 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-03-07 18:02:41 +0000
commitf707599f8b3946ffd02caaab305dc836e8f90218 (patch)
treef34ca6f40e30acbc930a1ba51feae19f7b29aa10 /sys-fs/fuse
parentStable for amd64, wrt bug #460624 (diff)
downloadgentoo-2-f707599f8b3946ffd02caaab305dc836e8f90218.tar.gz
gentoo-2-f707599f8b3946ffd02caaab305dc836e8f90218.tar.bz2
gentoo-2-f707599f8b3946ffd02caaab305dc836e8f90218.zip
Stable for amd64, wrt bug #460564
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-fs/fuse')
-rw-r--r--sys-fs/fuse/ChangeLog5
-rw-r--r--sys-fs/fuse/fuse-2.9.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/fuse/ChangeLog b/sys-fs/fuse/ChangeLog
index 4c71c3327653..0e007e569817 100644
--- a/sys-fs/fuse/ChangeLog
+++ b/sys-fs/fuse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/fuse
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.175 2013/03/06 17:46:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.176 2013/03/07 18:02:41 ago Exp $
+
+ 07 Mar 2013; Agostino Sarubbo <ago@gentoo.org> fuse-2.9.2.ebuild:
+ Stable for amd64, wrt bug #460564
06 Mar 2013; Samuli Suominen <ssuominen@gentoo.org> fuse-2.9.2.ebuild:
Since oldest util-linux in tree is 2.19.1 and --fake --no-canonicalize for
diff --git a/sys-fs/fuse/fuse-2.9.2.ebuild b/sys-fs/fuse/fuse-2.9.2.ebuild
index 8441f004c26b..d7657bde0d6d 100644
--- a/sys-fs/fuse/fuse-2.9.2.ebuild
+++ b/sys-fs/fuse/fuse-2.9.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.2.ebuild,v 1.4 2013/03/06 17:46:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.2.ebuild,v 1.5 2013/03/07 18:02:41 ago Exp $
EAPI=5
inherit eutils libtool linux-info udev toolchain-funcs
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/fuse/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
IUSE="kernel_linux kernel_FreeBSD static-libs"
PDEPEND="kernel_FreeBSD? ( sys-fs/fuse4bsd )"