summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2013-11-29 17:12:25 +0000
committerMarkus Meier <maekke@gentoo.org>2013-11-29 17:12:25 +0000
commit9a68762777be98bcb8a9f7d483aeb3dcf75314f2 (patch)
treec30a711be2dd1ee031335fe4adb91d829d69bf72 /sys-fs/fuse
parentarm stable, bug #488806 (diff)
downloadgentoo-2-9a68762777be98bcb8a9f7d483aeb3dcf75314f2.tar.gz
gentoo-2-9a68762777be98bcb8a9f7d483aeb3dcf75314f2.tar.bz2
gentoo-2-9a68762777be98bcb8a9f7d483aeb3dcf75314f2.zip
arm stable, bug #489102
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'sys-fs/fuse')
-rw-r--r--sys-fs/fuse/ChangeLog5
-rw-r--r--sys-fs/fuse/fuse-2.9.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/fuse/ChangeLog b/sys-fs/fuse/ChangeLog
index 3305d3f3a59e..7735770a9335 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.190 2013/11/23 16:40:49 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.191 2013/11/29 17:12:25 maekke Exp $
+
+ 29 Nov 2013; Markus Meier <maekke@gentoo.org> fuse-2.9.3.ebuild:
+ arm stable, bug #489102
23 Nov 2013; Chema Alonso <nimiux@gentoo.org> fuse-2.9.3.ebuild:
Stable for amd64 wrt bug #489102
diff --git a/sys-fs/fuse/fuse-2.9.3.ebuild b/sys-fs/fuse/fuse-2.9.3.ebuild
index e0426f43137b..ec49f50c0046 100644
--- a/sys-fs/fuse/fuse-2.9.3.ebuild
+++ b/sys-fs/fuse/fuse-2.9.3.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.3.ebuild,v 1.4 2013/11/23 16:40:49 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.3.ebuild,v 1.5 2013/11/29 17:12:25 maekke 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 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
IUSE="examples kernel_linux kernel_FreeBSD static-libs"
PDEPEND="kernel_FreeBSD? ( sys-fs/fuse4bsd )"