summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-11-07 04:20:56 +0000
committerJeroen Roovers <jer@gentoo.org>2012-11-07 04:20:56 +0000
commitc3ce6acbc6d626b5790963c5db94b375f6cdf7b6 (patch)
treeeba410725699d854aeed57293147a9541c8f05b6 /sys-fs
parentStable for HPPA too. (diff)
downloadgentoo-2-c3ce6acbc6d626b5790963c5db94b375f6cdf7b6.tar.gz
gentoo-2-c3ce6acbc6d626b5790963c5db94b375f6cdf7b6.tar.bz2
gentoo-2-c3ce6acbc6d626b5790963c5db94b375f6cdf7b6.zip
Stable for HPPA (bug #437568).
(Portage version: 2.2.0_alpha142/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.1-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/fuse/ChangeLog b/sys-fs/fuse/ChangeLog
index 4c6ae79cd8c5..fbe0ab54f480 100644
--- a/sys-fs/fuse/ChangeLog
+++ b/sys-fs/fuse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/fuse
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.166 2012/10/17 03:41:17 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.167 2012/11/07 04:20:56 jer Exp $
+
+ 07 Nov 2012; Jeroen Roovers <jer@gentoo.org> fuse-2.9.1-r1.ebuild:
+ Stable for HPPA (bug #437568).
17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> fuse-2.9.1-r1.ebuild:
x86 stable wrt bug #437568
diff --git a/sys-fs/fuse/fuse-2.9.1-r1.ebuild b/sys-fs/fuse/fuse-2.9.1-r1.ebuild
index 3da80ad63d11..6b4e1f3d5ccf 100644
--- a/sys-fs/fuse/fuse-2.9.1-r1.ebuild
+++ b/sys-fs/fuse/fuse-2.9.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.1-r1.ebuild,v 1.5 2012/10/17 03:41:17 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.1-r1.ebuild,v 1.6 2012/11/07 04:20:56 jer Exp $
EAPI=4
inherit eutils libtool linux-info 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 ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="kernel_linux kernel_FreeBSD static-libs"
PDEPEND="kernel_FreeBSD? ( sys-fs/fuse4bsd )"