diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2005-04-13 19:04:19 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2005-04-13 19:04:19 +0000 |
commit | 9a8ea8ba0a7d99903a6cea2e0a8074fce8273c99 (patch) | |
tree | 5e37ea0b92f07a6f483c4682c5d6a565a4244eac /sys-fs/fuse/fuse-2.2.1.ebuild | |
parent | Version bump thanks to Robert Führicht <the_master_of_disaster@gmx.at> in bu... (diff) | |
download | historical-9a8ea8ba0a7d99903a6cea2e0a8074fce8273c99.tar.gz historical-9a8ea8ba0a7d99903a6cea2e0a8074fce8273c99.tar.bz2 historical-9a8ea8ba0a7d99903a6cea2e0a8074fce8273c99.zip |
Version 2.2.1 stable on x86
Package-Manager: portage-1.585-cvs
Diffstat (limited to 'sys-fs/fuse/fuse-2.2.1.ebuild')
-rw-r--r-- | sys-fs/fuse/fuse-2.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/fuse/fuse-2.2.1.ebuild b/sys-fs/fuse/fuse-2.2.1.ebuild index 1388c6b20721..be36d884c263 100644 --- a/sys-fs/fuse/fuse-2.2.1.ebuild +++ b/sys-fs/fuse/fuse-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.2.1.ebuild,v 1.1 2005/03/23 19:42:50 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.2.1.ebuild,v 1.2 2005/04/13 19:04:19 genstef Exp $ inherit linux-mod eutils @@ -9,7 +9,7 @@ DESCRIPTION="An interface for filesystems implemented in userspace." HOMEPAGE="http://sourceforge.net/projects/fuse" SRC_URI="mirror://sourceforge/fuse/${MY_P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" S=${WORKDIR}/${MY_P} |