diff options
-rw-r--r-- | dev-util/catfish/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/catfish/catfish-1.2.2.ebuild | 4 |
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" |