diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 08:41:50 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 08:41:50 +0000 |
commit | d040ccef3db2ef39f3430a62d88ee2855f3a6379 (patch) | |
tree | 816284aefe32e4a17ca621ac8e8c7d3668f0ca8d /dev-python/guessit | |
parent | use keepdir instead of dodir wrt bug #299313 (diff) | |
download | gentoo-2-d040ccef3db2ef39f3430a62d88ee2855f3a6379.tar.gz gentoo-2-d040ccef3db2ef39f3430a62d88ee2855f3a6379.tar.bz2 gentoo-2-d040ccef3db2ef39f3430a62d88ee2855f3a6379.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-python/guessit')
-rw-r--r-- | dev-python/guessit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/guessit/guessit-0.5.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/guessit/ChangeLog b/dev-python/guessit/ChangeLog index 31b475875576..14c5c43352e2 100644 --- a/dev-python/guessit/ChangeLog +++ b/dev-python/guessit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/guessit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/guessit/ChangeLog,v 1.2 2013/04/25 14:50:50 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/guessit/ChangeLog,v 1.3 2013/10/13 08:41:50 pacho Exp $ + + 13 Oct 2013; Pacho Ramos <pacho@gentoo.org> guessit-0.5.4.ebuild: + Also compatible with python3_3 25 Apr 2013; Maxim Koltsov <maksbotan@gentoo.org> +files/guessit-0.5.4-python3.patch, +files/guessit-0.5.4-tests.patch, diff --git a/dev-python/guessit/guessit-0.5.4.ebuild b/dev-python/guessit/guessit-0.5.4.ebuild index 28bf942f7597..1457cb008c7d 100644 --- a/dev-python/guessit/guessit-0.5.4.ebuild +++ b/dev-python/guessit/guessit-0.5.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-python/guessit/guessit-0.5.4.ebuild,v 1.2 2013/04/25 14:50:50 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/guessit/guessit-0.5.4.ebuild,v 1.3 2013/10/13 08:41:50 pacho Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 |