diff options
Diffstat (limited to 'dev-python/fuse-python/fuse-python-0.2.1.ebuild')
-rw-r--r-- | dev-python/fuse-python/fuse-python-0.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/fuse-python/fuse-python-0.2.1.ebuild b/dev-python/fuse-python/fuse-python-0.2.1.ebuild index 11711565f9ff..13cfc4c24d38 100644 --- a/dev-python/fuse-python/fuse-python-0.2.1.ebuild +++ b/dev-python/fuse-python/fuse-python-0.2.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/fuse-python-0.2.1.ebuild,v 1.1 2010/04/14 23:05:27 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/fuse-python-0.2.1.ebuild,v 1.2 2011/11/26 16:40:08 hwoarang Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" inherit eutils distutils -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DESCRIPTION="Python FUSE bindings" HOMEPAGE="http://fuse.sourceforge.net/wiki/index.php/FusePython" |