diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-05-02 17:33:14 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-05-02 17:33:14 +0000 |
commit | e89bc4ae9d230e95e1daef36a5a73a58f4a6a2ab (patch) | |
tree | 4a00b8114595da5b2d96181235bf9a2e0c9d61eb /sys-fs/fuse | |
parent | Stable on sparc wrt #132025 (diff) | |
download | gentoo-2-e89bc4ae9d230e95e1daef36a5a73a58f4a6a2ab.tar.gz gentoo-2-e89bc4ae9d230e95e1daef36a5a73a58f4a6a2ab.tar.bz2 gentoo-2-e89bc4ae9d230e95e1daef36a5a73a58f4a6a2ab.zip |
Stable on sparc wrt #131196
(Portage version: 2203-svn)
Diffstat (limited to 'sys-fs/fuse')
-rw-r--r-- | sys-fs/fuse/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/fuse/fuse-2.6.0_pre2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/fuse/ChangeLog b/sys-fs/fuse/ChangeLog index aaf648883492..6560e5afb077 100644 --- a/sys-fs/fuse/ChangeLog +++ b/sys-fs/fuse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/fuse # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.47 2006/04/30 19:52:28 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.48 2006/05/02 17:33:14 gustavoz Exp $ + + 02 May 2006; Gustavo Zacarias <gustavoz@gentoo.org> + fuse-2.6.0_pre2.ebuild: + Stable on sparc wrt #131196 30 Apr 2006; Joshua Jackson <tsunam@gentoo.org> fuse-2.6.0_pre2.ebuild: stable on x86; bug #131196 diff --git a/sys-fs/fuse/fuse-2.6.0_pre2.ebuild b/sys-fs/fuse/fuse-2.6.0_pre2.ebuild index 84ff5a058f6c..eff35f763b5d 100644 --- a/sys-fs/fuse/fuse-2.6.0_pre2.ebuild +++ b/sys-fs/fuse/fuse-2.6.0_pre2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.6.0_pre2.ebuild,v 1.3 2006/04/30 19:52:28 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.6.0_pre2.ebuild,v 1.4 2006/05/02 17:33:14 gustavoz Exp $ inherit linux-mod eutils @@ -9,7 +9,7 @@ DESCRIPTION="An interface for filesystems implemented in userspace." HOMEPAGE="http://fuse.sourceforge.net" SRC_URI="mirror://sourceforge/fuse/${MY_P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ia64 ppc ~sparc x86" +KEYWORDS="~amd64 ~ia64 ppc sparc x86" IUSE="" S=${WORKDIR}/${MY_P} |