diff options
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 |