Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 530988 - dev-vcs/git-cola: add support for python 3.4 if possible
Summary: dev-vcs/git-cola: add support for python 3.4 if possible
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: python-3.4
  Show dependency tree
 
Reported: 2014-11-28 13:08 UTC by Pacho Ramos
Modified: 2015-03-31 08:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2014-11-28 13:08:43 UTC
Thanks :)
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2015-03-31 08:30:37 UTC
~/cvsPortage/gentoo-x86/dev-vcs/git-cola $ grep 3,4 ./*
grep: ./CVS: Is a directory
grep: ./files: Is a directory
./git-cola-2.0.7.ebuild:PYTHON_COMPAT=( python2_7 python3_{3,4} )
./git-cola-2.1.0.ebuild:PYTHON_COMPAT=( python2_7 python3_{3,4} )
./git-cola-2.1.1.ebuild:PYTHON_COMPAT=( python2_7 python3_{3,4} )

To would appear it has been added since *git-cola-2.0.7 (01 Oct 2014) but was never mentioned in the ChangeLog.
Also appears git-cola-2.1.1 is due for going stable, allowing several to be purged.