diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-03-29 03:22:44 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-03-29 03:22:44 +0000 |
commit | a288fa81c6d6e11252afdb50d6002044147a8dfc (patch) | |
tree | d619922f4b02fe37734996321fac88682df65ac5 /app-portage | |
parent | Add python3.4. (diff) | |
download | gentoo-2-a288fa81c6d6e11252afdb50d6002044147a8dfc.tar.gz gentoo-2-a288fa81c6d6e11252afdb50d6002044147a8dfc.tar.bz2 gentoo-2-a288fa81c6d6e11252afdb50d6002044147a8dfc.zip |
Add python3.4.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/smart-live-rebuild/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-portage/smart-live-rebuild/ChangeLog b/app-portage/smart-live-rebuild/ChangeLog index 9f30c0cdb02e..32c1b63df662 100644 --- a/app-portage/smart-live-rebuild/ChangeLog +++ b/app-portage/smart-live-rebuild/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/smart-live-rebuild # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.62 2014/03/23 18:07:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.63 2014/03/29 03:22:44 floppym Exp $ + + 29 Mar 2014; Mike Gilbert <floppym@gentoo.org> smart-live-rebuild-9999.ebuild: + Add python3.4. 23 Mar 2014; Michał Górny <mgorny@gentoo.org> -smart-live-rebuild-1.3.2.ebuild, -smart-live-rebuild-1.3.ebuild: diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild index 6e51cbad6fdc..b17703ab916b 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild,v 1.6 2013/10/14 20:40:43 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild,v 1.7 2014/03/29 03:22:44 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 distutils-r1 |