diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-12-08 04:05:53 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-12-08 04:05:53 +0000 |
commit | 7250b273bd23db45816b5da5a0f87cf798516b1c (patch) | |
tree | ce8c84bbbdcdf381d53c5c89b648e79c730f0ab7 /dev-python | |
parent | Add openmp use flag. (diff) | |
download | gentoo-2-7250b273bd23db45816b5da5a0f87cf798516b1c.tar.gz gentoo-2-7250b273bd23db45816b5da5a0f87cf798516b1c.tar.bz2 gentoo-2-7250b273bd23db45816b5da5a0f87cf798516b1c.zip |
clean old impl, add pypy3
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/translationstring/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/translationstring/translationstring-1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/translationstring/ChangeLog b/dev-python/translationstring/ChangeLog index 41e53904b42b..f397373d3d2b 100644 --- a/dev-python/translationstring/ChangeLog +++ b/dev-python/translationstring/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/translationstring # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/translationstring/ChangeLog,v 1.15 2014/12/07 08:44:02 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/translationstring/ChangeLog,v 1.16 2014/12/08 04:05:53 idella4 Exp $ + + 08 Dec 2014; Ian Delaney <idella4@gentoo.org> translationstring-1.3.ebuild: + clean old impl, add pypy3 07 Dec 2014; Ian Delaney <idella4@gentoo.org> translationstring-1.1-r1.ebuild: clean old impl, add pypy3 diff --git a/dev-python/translationstring/translationstring-1.3.ebuild b/dev-python/translationstring/translationstring-1.3.ebuild index 7873fd0c2908..c8d3f2378f01 100644 --- a/dev-python/translationstring/translationstring-1.3.ebuild +++ b/dev-python/translationstring/translationstring-1.3.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-python/translationstring/translationstring-1.3.ebuild,v 1.1 2014/12/04 11:40:01 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/translationstring/translationstring-1.3.ebuild,v 1.2 2014/12/08 04:05:53 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) inherit distutils-r1 |