diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-29 10:42:23 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-29 10:42:23 +0000 |
commit | 434b64eeec332b37f2d943979c9734b5122dbcef (patch) | |
tree | 57a185409fe1556551de0805be910a1dfc37cc2c /dev-libs/marisa | |
parent | Add ~ppc keyword (bug #527898) (diff) | |
download | gentoo-2-434b64eeec332b37f2d943979c9734b5122dbcef.tar.gz gentoo-2-434b64eeec332b37f2d943979c9734b5122dbcef.tar.bz2 gentoo-2-434b64eeec332b37f2d943979c9734b5122dbcef.zip |
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-libs/marisa')
-rw-r--r-- | dev-libs/marisa/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/marisa/marisa-0.2.4.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-libs/marisa/ChangeLog b/dev-libs/marisa/ChangeLog index 76df85c91520..2ef05867f6c2 100644 --- a/dev-libs/marisa/ChangeLog +++ b/dev-libs/marisa/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for dev-libs/marisa # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/marisa/ChangeLog,v 1.1 2014/08/22 02:45:53 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/marisa/ChangeLog,v 1.2 2014/11/29 10:42:23 pacho Exp $ + + 29 Nov 2014; Pacho Ramos <pacho@gentoo.org> marisa-0.2.4.ebuild: + Support python 3.4 *marisa-0.2.4 (22 Aug 2014) 22 Aug 2014; Yixun Lan <dlan@gentoo.org> +marisa-0.2.4.ebuild, +files/marisa-0.2.4-python.patch, +metadata.xml: initial version added, bug 479436 - diff --git a/dev-libs/marisa/marisa-0.2.4.ebuild b/dev-libs/marisa/marisa-0.2.4.ebuild index 6a5b50e6c3c4..b9bbecd58c93 100644 --- a/dev-libs/marisa/marisa-0.2.4.ebuild +++ b/dev-libs/marisa/marisa-0.2.4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/marisa/marisa-0.2.4.ebuild,v 1.1 2014/08/22 02:45:53 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/marisa/marisa-0.2.4.ebuild,v 1.2 2014/11/29 10:42:23 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) DISTUTILS_OPTIONAL=1 inherit distutils-r1 eutils |