summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-10-25 13:49:38 +0000
committerJeroen Roovers <jer@gentoo.org>2013-10-25 13:49:38 +0000
commitc7c251ce96bfafdebd377c6b5bf68b015b35d72c (patch)
tree0bd49af5fcc7b045cff5169e0e48f87f40d8296c /sys-fs
parentStable for HPPA (bug #489072). (diff)
downloadgentoo-2-c7c251ce96bfafdebd377c6b5bf68b015b35d72c.tar.gz
gentoo-2-c7c251ce96bfafdebd377c6b5bf68b015b35d72c.tar.bz2
gentoo-2-c7c251ce96bfafdebd377c6b5bf68b015b35d72c.zip
Stable for HPPA (bug #489102).
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, 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.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/fuse/ChangeLog b/sys-fs/fuse/ChangeLog
index e0ace8a4f971..4a90c71836a1 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.188 2013/10/19 03:46:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.189 2013/10/25 13:49:38 jer Exp $
+
+ 25 Oct 2013; Jeroen Roovers <jer@gentoo.org> fuse-2.9.3.ebuild:
+ Stable for HPPA (bug #489102).
19 Oct 2013; Mike Frysinger <vapier@gentoo.org> fuse-2.9.3.ebuild:
Add m68k/mips/s390/sh love.
diff --git a/sys-fs/fuse/fuse-2.9.3.ebuild b/sys-fs/fuse/fuse-2.9.3.ebuild
index 464f2d4c70c5..f11b1da16df5 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.2 2013/10/19 03:46:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.3.ebuild,v 1.3 2013/10/25 13:49:38 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 ~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 )"