summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-03-27 16:26:16 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-03-27 16:26:16 +0000
commit0d7c110523bd85cec81939fc54d01b1ade783910 (patch)
tree9a15f7497ea639f189b4516b631c5034dc09134a /dev-python/fuse-python
parentStable for amd64, wrt bug #535322 (diff)
downloadgentoo-2-0d7c110523bd85cec81939fc54d01b1ade783910.tar.gz
gentoo-2-0d7c110523bd85cec81939fc54d01b1ade783910.tar.bz2
gentoo-2-0d7c110523bd85cec81939fc54d01b1ade783910.zip
Stable for amd64, wrt bug #535324
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/fuse-python')
-rw-r--r--dev-python/fuse-python/ChangeLog5
-rw-r--r--dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/fuse-python/ChangeLog b/dev-python/fuse-python/ChangeLog
index 91fdc537020b..7747a15a2a0f 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.21 2015/02/20 10:34:14 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/ChangeLog,v 1.22 2015/03/27 16:26:16 ago Exp $
+
+ 27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> fuse-python-0.2.1-r1.ebuild:
+ Stable for amd64, wrt bug #535324
20 Feb 2015; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Rene mailed me telling he is no longer maintaining this
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 a2c70fe784dc..68db547afbfa 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-2014 Gentoo Foundation
+# 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.1 2014/04/11 22:28:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild,v 1.2 2015/03/27 16:26:16 ago Exp $
EAPI=5
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_6,2_7} pypy )
inherit distutils-r1
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
DESCRIPTION="Python FUSE bindings"
HOMEPAGE="http://fuse.sourceforge.net/wiki/index.php/FusePython"