diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-22 12:44:10 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-22 12:44:10 +0000 |
commit | 71c3abf4b3f56e541a72988b5e1c07bb9be33ffe (patch) | |
tree | e844cf1345cf4c46ea542948b3b0a6e74442fd7e /sys-fs/sshfs-fuse | |
parent | Add fuse4bsd ebuild, for FUSE's FreeBSD kernel module and userland. Ebuild by... (diff) | |
download | historical-71c3abf4b3f56e541a72988b5e1c07bb9be33ffe.tar.gz historical-71c3abf4b3f56e541a72988b5e1c07bb9be33ffe.tar.bz2 historical-71c3abf4b3f56e541a72988b5e1c07bb9be33ffe.zip |
Add ~x86-fbsd keyword.
Package-Manager: portage-2.1_rc1-r4
Diffstat (limited to 'sys-fs/sshfs-fuse')
-rw-r--r-- | sys-fs/sshfs-fuse/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/sshfs-fuse/sshfs-fuse-1.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/sshfs-fuse/ChangeLog b/sys-fs/sshfs-fuse/ChangeLog index 1b3aaa547d64..de02c06d4581 100644 --- a/sys-fs/sshfs-fuse/ChangeLog +++ b/sys-fs/sshfs-fuse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/sshfs-fuse # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.18 2006/05/12 16:23:48 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.19 2006/05/22 12:44:10 flameeyes Exp $ + + 22 May 2006; Diego Pettenò <flameeyes@gentoo.org> sshfs-fuse-1.6.ebuild: + Add ~x86-fbsd keyword. 12 May 2006; Brent Baude <ranger@gentoo.org> sshfs-fuse-1.6.ebuild: Marking sshfs-fuse-1.6 ~ppc64 diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-1.6.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-1.6.ebuild index 653a23a9cda5..276e52b73b8e 100644 --- a/sys-fs/sshfs-fuse/sshfs-fuse-1.6.ebuild +++ b/sys-fs/sshfs-fuse/sshfs-fuse-1.6.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/sshfs-fuse/sshfs-fuse-1.6.ebuild,v 1.6 2006/05/12 16:23:48 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.6.ebuild,v 1.7 2006/05/22 12:44:10 flameeyes Exp $ DESCRIPTION="Fuse-filesystem utilizing the sftp service." SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://fuse.sourceforge.net/" LICENSE="GPL-2" DEPEND=">=sys-fs/fuse-2.2.1 >=dev-libs/glib-2.4.2" -KEYWORDS="amd64 ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ppc ~ppc64 sparc x86 ~x86-fbsd" SLOT="0" IUSE="" |