diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-05 20:57:40 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-05 20:57:40 +0000 |
commit | 6dd25dcdae67984d0296006dcd800b84f66e65ad (patch) | |
tree | cea8387b70304395c539e4c18b03a89d5d57e0ba /sys-fs | |
parent | Add a build useflag that uses a downloaded tarball of sys rather than symlink... (diff) | |
download | gentoo-2-6dd25dcdae67984d0296006dcd800b84f66e65ad.tar.gz gentoo-2-6dd25dcdae67984d0296006dcd800b84f66e65ad.tar.bz2 gentoo-2-6dd25dcdae67984d0296006dcd800b84f66e65ad.zip |
Stable on sparc wrt #148506
(Portage version: 2.1.1)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/fuse/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/fuse/fuse-2.6.0_rc1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/fuse/ChangeLog b/sys-fs/fuse/ChangeLog index 52478cb36c08..04d55cedcec0 100644 --- a/sys-fs/fuse/ChangeLog +++ b/sys-fs/fuse/ChangeLog @@ -1,6 +1,9 @@ # 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.61 2006/10/02 06:28:41 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.62 2006/10/05 20:57:40 gustavoz Exp $ + + 05 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> fuse-2.6.0_rc1.ebuild: + Stable on sparc wrt #148506 *fuse-2.6.0_rc2 (02 Oct 2006) diff --git a/sys-fs/fuse/fuse-2.6.0_rc1.ebuild b/sys-fs/fuse/fuse-2.6.0_rc1.ebuild index e7dd89668115..106bee0e3b61 100644 --- a/sys-fs/fuse/fuse-2.6.0_rc1.ebuild +++ b/sys-fs/fuse/fuse-2.6.0_rc1.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_rc1.ebuild,v 1.4 2006/09/29 23:46:32 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.6.0_rc1.ebuild,v 1.5 2006/10/05 20:57:39 gustavoz Exp $ inherit linux-mod eutils libtool @@ -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 ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ~ia64 ~ppc ppc64 sparc x86 ~x86-fbsd" IUSE="kernel_linux kernel_FreeBSD" S=${WORKDIR}/${MY_P} PDEPEND="kernel_FreeBSD? ( sys-fs/fuse4bsd )" |