diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-09 19:08:43 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-09 19:08:43 +0000 |
commit | 6fa1d895c501d58628feb2d0a5abb9021005c335 (patch) | |
tree | f15e945e635972ae8fca36cfff42a0b9ea65255b /sys-fs/fuse | |
parent | Stable for sparc, wrt bug #455560 (diff) | |
download | gentoo-2-6fa1d895c501d58628feb2d0a5abb9021005c335.tar.gz gentoo-2-6fa1d895c501d58628feb2d0a5abb9021005c335.tar.bz2 gentoo-2-6fa1d895c501d58628feb2d0a5abb9021005c335.zip |
Stable for sparc, wrt bug #460564
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-fs/fuse')
-rw-r--r-- | sys-fs/fuse/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/fuse/fuse-2.9.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/fuse/ChangeLog b/sys-fs/fuse/ChangeLog index 0d01efcb86a0..5a470ec7de1f 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.182 2013/03/09 14:24:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.183 2013/03/09 19:08:43 ago Exp $ + + 09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> fuse-2.9.2.ebuild: + Stable for sparc, wrt bug #460564 09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> fuse-2.9.2.ebuild: Stable for ia64, wrt bug #460564 diff --git a/sys-fs/fuse/fuse-2.9.2.ebuild b/sys-fs/fuse/fuse-2.9.2.ebuild index ebf8b87679de..1c21794228b4 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.11 2013/03/09 14:24:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.2.ebuild,v 1.12 2013/03/09 19:08:43 ago 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 )" |