diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 09:12:59 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 09:12:59 +0000 |
commit | f1d746168137f1094b921f3d638192799029463e (patch) | |
tree | cb321e2b35791395ae065f8ba7e337bc3d9a006e /dev-util | |
parent | Hardmask mod_spdy. (diff) | |
download | gentoo-2-f1d746168137f1094b921f3d638192799029463e.tar.gz gentoo-2-f1d746168137f1094b921f3d638192799029463e.tar.bz2 gentoo-2-f1d746168137f1094b921f3d638192799029463e.zip |
Also compatible with python3_3
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/catfish/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/catfish/catfish-0.6.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/catfish/ChangeLog b/dev-util/catfish/ChangeLog index 04561a41efbf..e99bd3daaecd 100644 --- a/dev-util/catfish/ChangeLog +++ b/dev-util/catfish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/catfish # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v 1.12 2013/08/18 13:46:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v 1.13 2013/10/13 09:12:59 pacho Exp $ + + 13 Oct 2013; Pacho Ramos <pacho@gentoo.org> catfish-0.6.4.ebuild: + Also compatible with python3_3 18 Aug 2013; Agostino Sarubbo <ago@gentoo.org> catfish-0.6.4.ebuild: Stable for x86, wrt bug #479886 diff --git a/dev-util/catfish/catfish-0.6.4.ebuild b/dev-util/catfish/catfish-0.6.4.ebuild index 09be9c4bb679..94aff0e85329 100644 --- a/dev-util/catfish/catfish-0.6.4.ebuild +++ b/dev-util/catfish/catfish-0.6.4.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/catfish-0.6.4.ebuild,v 1.3 2013/08/18 13:46:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/catfish-0.6.4.ebuild,v 1.4 2013/10/13 09:12:59 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3} ) inherit gnome2-utils python-single-r1 DESCRIPTION="A frontend for find, (s)locate, doodle, tracker, beagle, strigi and pinot" |