diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-04-28 00:35:51 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-04-28 00:35:51 +0000 |
commit | 7320541ec80d849b46aca8dd63db7d2474ec9cd4 (patch) | |
tree | 4ce64273d92a75ba75ea0f321c3e823f5589023b /dev-python/sip | |
parent | Substitute LIBDIR in initscript and systemd unit, bug 489632. (diff) | |
download | gentoo-2-7320541ec80d849b46aca8dd63db7d2474ec9cd4.tar.gz gentoo-2-7320541ec80d849b46aca8dd63db7d2474ec9cd4.tar.bz2 gentoo-2-7320541ec80d849b46aca8dd63db7d2474ec9cd4.zip |
Add python3.4.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python/sip')
-rw-r--r-- | dev-python/sip/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/sip/sip-4.15.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/sip/ChangeLog b/dev-python/sip/ChangeLog index 8c552c55f69f..8f24a1d89190 100644 --- a/dev-python/sip/ChangeLog +++ b/dev-python/sip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/sip # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.282 2014/04/02 12:27:20 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.283 2014/04/28 00:35:51 floppym Exp $ + + 28 Apr 2014; Mike Gilbert <floppym@gentoo.org> sip-4.15.5.ebuild: + Add python3.4. 02 Apr 2014; Michael Palimaka <kensington@gentoo.org> metadata.xml: Remove python herd as discussed with them. diff --git a/dev-python/sip/sip-4.15.5.ebuild b/dev-python/sip/sip-4.15.5.ebuild index ccb10bcf4106..ce9a6a74cdcb 100644 --- a/dev-python/sip/sip-4.15.5.ebuild +++ b/dev-python/sip/sip-4.15.5.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/sip/sip-4.15.5.ebuild,v 1.2 2014/04/01 15:43:49 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.15.5.ebuild,v 1.3 2014/04/28 00:35:51 floppym Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) inherit eutils python-r1 toolchain-funcs |