summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2011-12-11 09:03:48 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2011-12-11 09:03:48 +0000
commit554f4ab44835e9ad9e64563c4089af4a13f8c735 (patch)
tree86a8fe05bdcc7dc58dc583b87b96fef73ce5b0a3 /sys-fs
parentx86 stable wrt bug #392837 (diff)
downloadgentoo-2-554f4ab44835e9ad9e64563c4089af4a13f8c735.tar.gz
gentoo-2-554f4ab44835e9ad9e64563c4089af4a13f8c735.tar.bz2
gentoo-2-554f4ab44835e9ad9e64563c4089af4a13f8c735.zip
x86 stable wrt bug #392949
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/fuse/ChangeLog5
-rw-r--r--sys-fs/fuse/fuse-2.8.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/fuse/ChangeLog b/sys-fs/fuse/ChangeLog
index 9fa2dd16b9f7..8202c4fef9de 100644
--- a/sys-fs/fuse/ChangeLog
+++ b/sys-fs/fuse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/fuse
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.150 2011/12/04 14:58:50 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.151 2011/12/11 09:03:48 phajdan.jr Exp $
+
+ 11 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> fuse-2.8.6.ebuild:
+ x86 stable wrt bug #392949
04 Dec 2011; Markos Chandras <hwoarang@gentoo.org> fuse-2.8.6.ebuild:
Stable on amd64 wrt bug #392949
diff --git a/sys-fs/fuse/fuse-2.8.6.ebuild b/sys-fs/fuse/fuse-2.8.6.ebuild
index dace919e439c..7a34e82dbed1 100644
--- a/sys-fs/fuse/fuse-2.8.6.ebuild
+++ b/sys-fs/fuse/fuse-2.8.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.8.6.ebuild,v 1.4 2011/12/04 14:58:50 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.8.6.ebuild,v 1.5 2011/12/11 09:03:48 phajdan.jr Exp $
EAPI=4
inherit libtool linux-info
@@ -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 ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-linux"
IUSE="kernel_linux kernel_FreeBSD static-libs"
PDEPEND="kernel_FreeBSD? ( sys-fs/fuse4bsd )"