summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-28 12:56:52 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-28 12:56:52 +0000
commitfe8b550a14904a5a1a9c5d7e3b73e096d62b2b3d (patch)
treee17a0f128330c368d9f45ec7bf2885f464c30eb2
parentSupport python 3.4 (diff)
downloadgentoo-2-fe8b550a14904a5a1a9c5d7e3b73e096d62b2b3d.tar.gz
gentoo-2-fe8b550a14904a5a1a9c5d7e3b73e096d62b2b3d.tar.bz2
gentoo-2-fe8b550a14904a5a1a9c5d7e3b73e096d62b2b3d.zip
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
-rw-r--r--dev-util/catfish/ChangeLog5
-rw-r--r--dev-util/catfish/catfish-1.2.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/catfish/ChangeLog b/dev-util/catfish/ChangeLog
index 7e092e6b5aaf..33600ed13980 100644
--- a/dev-util/catfish/ChangeLog
+++ b/dev-util/catfish/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/catfish
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v 1.23 2014/11/18 15:58:39 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v 1.24 2014/11/28 12:56:52 pacho Exp $
+
+ 28 Nov 2014; Pacho Ramos <pacho@gentoo.org> catfish-1.2.2.ebuild:
+ Support python 3.4
18 Nov 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> catfish-1.0.2.ebuild,
catfish-1.2.1.ebuild, catfish-1.2.2.ebuild:
diff --git a/dev-util/catfish/catfish-1.2.2.ebuild b/dev-util/catfish/catfish-1.2.2.ebuild
index 04fcf6853042..e4b955a122eb 100644
--- a/dev-util/catfish/catfish-1.2.2.ebuild
+++ b/dev-util/catfish/catfish-1.2.2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/catfish-1.2.2.ebuild,v 1.2 2014/11/18 15:58:39 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/catfish-1.2.2.ebuild,v 1.3 2014/11/28 12:56:52 pacho Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit eutils gnome2-utils python-single-r1
DESCRIPTION="A frontend for find, (s)locate, doodle, tracker, beagle, strigi and pinot"