diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-04-19 09:37:40 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-04-19 09:37:40 +0000 |
commit | 05dce5e5310545e5a017a6745858c638ff149ec1 (patch) | |
tree | 5bdae758bde0b809b199b1750a448f0982487629 /dev-python/fuse-python | |
parent | x86 stable wrt bug #535322 (diff) | |
download | gentoo-2-05dce5e5310545e5a017a6745858c638ff149ec1.tar.gz gentoo-2-05dce5e5310545e5a017a6745858c638ff149ec1.tar.bz2 gentoo-2-05dce5e5310545e5a017a6745858c638ff149ec1.zip |
x86 stable wrt bug #535324
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/fuse-python')
-rw-r--r-- | dev-python/fuse-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/fuse-python/ChangeLog b/dev-python/fuse-python/ChangeLog index b52a37da652c..3ecceaa42f5b 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-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/ChangeLog,v 1.23 2015/04/08 08:05:23 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/ChangeLog,v 1.24 2015/04/19 09:37:40 pacho Exp $ + + 19 Apr 2015; Pacho Ramos <pacho@gentoo.org> fuse-python-0.2.1-r1.ebuild: + x86 stable wrt bug #535324 08 Apr 2015; Michał Górny <mgorny@gentoo.org> fuse-python-0.2.1-r1.ebuild: Drop old Python implementations diff --git a/dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild b/dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild index 041a30adbe80..89d51e8c6d9b 100644 --- a/dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild +++ b/dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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-r1.ebuild,v 1.3 2015/04/08 08:05:23 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild,v 1.4 2015/04/19 09:37:40 pacho Exp $ EAPI=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" DESCRIPTION="Python FUSE bindings" HOMEPAGE="http://fuse.sourceforge.net/wiki/index.php/FusePython" |