diff options
author | 2014-10-22 03:40:21 +0000 | |
---|---|---|
committer | 2014-10-22 03:40:21 +0000 | |
commit | 7e07e2e49282005ea8cc72f0cbd32207ed07a1fd (patch) | |
tree | 1f84eb1320887314b9ff75d6739ec7f861e306bd /dev-python | |
parent | Automated update. (diff) | |
download | gentoo-2-7e07e2e49282005ea8cc72f0cbd32207ed07a1fd.tar.gz gentoo-2-7e07e2e49282005ea8cc72f0cbd32207ed07a1fd.tar.bz2 gentoo-2-7e07e2e49282005ea8cc72f0cbd32207ed07a1fd.zip |
add python3_4 target to 0.3.1-r1
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 11A8217C!)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/clint/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/clint/clint-0.3.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/clint/ChangeLog b/dev-python/clint/ChangeLog index 12652a5b6be5..53027950494e 100644 --- a/dev-python/clint/ChangeLog +++ b/dev-python/clint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/clint # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/clint/ChangeLog,v 1.4 2014/10/19 20:18:26 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/clint/ChangeLog,v 1.5 2014/10/22 03:40:21 alunduil Exp $ + + 22 Oct 2014; Alex Brandt <alunduil@gentoo.org> clint-0.3.1-r1.ebuild: + add python3_4 target to 0.3.1-r1 19 Oct 2014; Alex Brandt <alunduil@gentoo.org> -clint-0.3.1.ebuild: drop 0.3.1; keep three diff --git a/dev-python/clint/clint-0.3.1-r1.ebuild b/dev-python/clint/clint-0.3.1-r1.ebuild index abd38ea95a7f..bb639336928d 100644 --- a/dev-python/clint/clint-0.3.1-r1.ebuild +++ b/dev-python/clint/clint-0.3.1-r1.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-python/clint/clint-0.3.1-r1.ebuild,v 1.1 2014/10/11 05:02:55 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/clint/clint-0.3.1-r1.ebuild,v 1.2 2014/10/22 03:40:21 alunduil Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 vcs-snapshot |