diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2015-06-19 14:01:48 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2015-06-19 14:01:48 +0000 |
commit | 034952cdaba2fd4a7f294c7e37217dba8e7e84ac (patch) | |
tree | 9b9ff6abfd9d72f6c50164f46858ad122f4d16a3 /app-crypt | |
parent | Add patch to make puddletag work with dev-python/PyQt4-4.11.4. This fixes bug... (diff) | |
download | gentoo-2-034952cdaba2fd4a7f294c7e37217dba8e7e84ac.tar.gz gentoo-2-034952cdaba2fd4a7f294c7e37217dba8e7e84ac.tar.bz2 gentoo-2-034952cdaba2fd4a7f294c7e37217dba8e7e84ac.zip |
Build system works with python3 (bug #552410, thanks to Olof Kindgren).
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gcr/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/gcr/gcr-3.16.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/gcr/ChangeLog b/app-crypt/gcr/ChangeLog index 75c2a2783610..43434139b6fe 100644 --- a/app-crypt/gcr/ChangeLog +++ b/app-crypt/gcr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/gcr # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v 1.57 2015/06/09 10:01:27 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v 1.58 2015/06/19 14:01:48 tetromino Exp $ + + 19 Jun 2015; Alexandre Rostovtsev <tetromino@gentoo.org> gcr-3.16.0.ebuild: + Build system works with python3 (bug #552410, thanks to Olof Kindgren). *gcr-3.16.0 (09 Jun 2015) diff --git a/app-crypt/gcr/gcr-3.16.0.ebuild b/app-crypt/gcr/gcr-3.16.0.ebuild index d5efb0c9f1ed..e19c501a1b23 100644 --- a/app-crypt/gcr/gcr-3.16.0.ebuild +++ b/app-crypt/gcr/gcr-3.16.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.16.0.ebuild,v 1.1 2015/06/09 10:01:27 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.16.0.ebuild,v 1.2 2015/06/19 14:01:48 tetromino Exp $ EAPI="5" GCONF_DEBUG="no" VALA_USE_DEPEND="vapigen" -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit gnome2 python-any-r1 vala virtualx |