diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-12-04 15:52:23 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-12-04 15:52:23 +0000 |
commit | f9aa94b8f36f878bb71c0f4f7283519654593d6e (patch) | |
tree | 9d20863034163be07180f3128b275c7a2019b341 /sys-fs/fuse | |
parent | alpha/ia64/sparc stable wrt #345493 (diff) | |
download | gentoo-2-f9aa94b8f36f878bb71c0f4f7283519654593d6e.tar.gz gentoo-2-f9aa94b8f36f878bb71c0f4f7283519654593d6e.tar.bz2 gentoo-2-f9aa94b8f36f878bb71c0f4f7283519654593d6e.zip |
alpha/ia64/sparc stable wrt #308073
(Portage version: 2.1.9.24/cvs/Linux ia64)
Diffstat (limited to 'sys-fs/fuse')
-rw-r--r-- | sys-fs/fuse/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/fuse/fuse-2.8.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/fuse/ChangeLog b/sys-fs/fuse/ChangeLog index c3858b262d6a..2a44af415b77 100644 --- a/sys-fs/fuse/ChangeLog +++ b/sys-fs/fuse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/fuse # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.138 2010/11/30 17:16:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.139 2010/12/04 15:52:23 armin76 Exp $ + + 04 Dec 2010; Raúl Porcel <armin76@gentoo.org> fuse-2.8.5.ebuild: + alpha/ia64/sparc stable wrt #308073 30 Nov 2010; Jeroen Roovers <jer@gentoo.org> fuse-2.8.5.ebuild: Stable for HPPA (bug #308073). diff --git a/sys-fs/fuse/fuse-2.8.5.ebuild b/sys-fs/fuse/fuse-2.8.5.ebuild index 7ffec1f0adff..f9a54c1bd76a 100644 --- a/sys-fs/fuse/fuse-2.8.5.ebuild +++ b/sys-fs/fuse/fuse-2.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.8.5.ebuild,v 1.6 2010/11/30 17:16:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.8.5.ebuild,v 1.7 2010/12/04 15:52:23 armin76 Exp $ EAPI=2 inherit eutils libtool linux-info @@ -11,7 +11,7 @@ HOMEPAGE="http://fuse.sourceforge.net" 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" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="kernel_linux kernel_FreeBSD" S=${WORKDIR}/${MY_P} PDEPEND="kernel_FreeBSD? ( sys-fs/fuse4bsd )" |