summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-03-15 15:38:29 +0000
committerJeroen Roovers <jer@gentoo.org>2013-03-15 15:38:29 +0000
commit8d1ae25bf28acd01bb7133d6c6769b837d31e256 (patch)
treeb8f70c94304af48d9c22b4ad9b8f7179c07ab983 /sys-fs
parentVersion bump. Removed old (diff)
downloadgentoo-2-8d1ae25bf28acd01bb7133d6c6769b837d31e256.tar.gz
gentoo-2-8d1ae25bf28acd01bb7133d6c6769b837d31e256.tar.bz2
gentoo-2-8d1ae25bf28acd01bb7133d6c6769b837d31e256.zip
Stable for HPPA (bug #460564).
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-fs')
-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 5a470ec7de1f..ed4337403490 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.183 2013/03/09 19:08:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.184 2013/03/15 15:38:29 jer Exp $
+
+ 15 Mar 2013; Jeroen Roovers <jer@gentoo.org> fuse-2.9.2.ebuild:
+ Stable for HPPA (bug #460564).
09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> fuse-2.9.2.ebuild:
Stable for sparc, wrt bug #460564
diff --git a/sys-fs/fuse/fuse-2.9.2.ebuild b/sys-fs/fuse/fuse-2.9.2.ebuild
index 1c21794228b4..f66ef055dd9f 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.12 2013/03/09 19:08:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.2.ebuild,v 1.13 2013/03/15 15:38:29 jer 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 )"