diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-08-30 12:44:02 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-08-30 12:44:02 +0000 |
commit | a2606a8c92bf0554fff7186a6791ddecd356c043 (patch) | |
tree | 866d6bcee14098d0aba2b177fb2ff455e5d7a8bd /app-portage | |
parent | Stable for amd64 wrt bug #514930 (diff) | |
download | gentoo-2-a2606a8c92bf0554fff7186a6791ddecd356c043.tar.gz gentoo-2-a2606a8c92bf0554fff7186a6791ddecd356c043.tar.bz2 gentoo-2-a2606a8c92bf0554fff7186a6791ddecd356c043.zip |
Enable Python 3.4 on the release version.
(Portage version: 2.2.11_p175/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
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-1.3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/smart-live-rebuild/ChangeLog b/app-portage/smart-live-rebuild/ChangeLog index 516dc15110ac..43dd6b38aad6 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.64 2014/07/06 13:17:27 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.65 2014/08/30 12:44:02 mgorny Exp $ + + 30 Aug 2014; Michał Górny <mgorny@gentoo.org> smart-live-rebuild-1.3.4.ebuild: + Enable Python 3.4 on the release version. 06 Jul 2014; Michał Górny <mgorny@gentoo.org> smart-live-rebuild-1.3.3.ebuild, smart-live-rebuild-1.3.4.ebuild, smart-live-rebuild-9999.ebuild: diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.ebuild index b96c67aa1166..a07a34ca76c1 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.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/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.ebuild,v 1.2 2014/07/06 13:17:27 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.ebuild,v 1.3 2014/08/30 12:44:02 mgorny 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 |