diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-11-26 16:40:08 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-11-26 16:40:08 +0000 |
commit | 637bdc1803df0fe27fe06d59ca766d92475a81cb (patch) | |
tree | 1ae8ab60c8000c35c2997a15df29e13d97bd9ddc /dev-python | |
parent | mark stable for amd64, x86 (diff) | |
download | gentoo-2-637bdc1803df0fe27fe06d59ca766d92475a81cb.tar.gz gentoo-2-637bdc1803df0fe27fe06d59ca766d92475a81cb.tar.bz2 gentoo-2-637bdc1803df0fe27fe06d59ca766d92475a81cb.zip |
Stable on amd64 wrt bug #391619
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/fuse-python/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/fuse-python/fuse-python-0.2.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/fuse-python/ChangeLog b/dev-python/fuse-python/ChangeLog index 88d8465e5f19..567c5f2c3dc6 100644 --- a/dev-python/fuse-python/ChangeLog +++ b/dev-python/fuse-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/fuse-python -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/ChangeLog,v 1.12 2010/04/14 23:05:27 sping Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/ChangeLog,v 1.13 2011/11/26 16:40:08 hwoarang Exp $ + + 26 Nov 2011; Markos Chandras <hwoarang@gentoo.org> fuse-python-0.2.1.ebuild: + Stable on amd64 wrt bug #391619 *fuse-python-0.2.1 (14 Apr 2010) 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" |