diff options
author | 2013-08-05 16:52:03 +0000 | |
---|---|---|
committer | 2013-08-05 16:52:03 +0000 | |
commit | 93ccd67b49e72a46bf748261b84b43f66975b7fd (patch) | |
tree | db78078336fba8083af47e43f9b76026ad4d2ba2 /app-portage | |
parent | Remove old. (diff) | |
download | gentoo-2-93ccd67b49e72a46bf748261b84b43f66975b7fd.tar.gz gentoo-2-93ccd67b49e72a46bf748261b84b43f66975b7fd.tar.bz2 gentoo-2-93ccd67b49e72a46bf748261b84b43f66975b7fd.zip |
Enable python3.3.
(Portage version: 2.2.0_alpha194/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
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.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 3239494d2352..4ef957629db0 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.51 2013/08/02 09:23:56 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.52 2013/08/05 16:52:03 mgorny Exp $ + + 05 Aug 2013; Michał Górny <mgorny@gentoo.org> smart-live-rebuild-1.3.ebuild: + Enable python3.3. 02 Aug 2013; Michał Górny <mgorny@gentoo.org> -smart-live-rebuild-1.2.5.ebuild: diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.ebuild index 9adb674820d0..409dfdfc0faf 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 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.ebuild,v 1.6 2013/01/26 13:38:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.ebuild,v 1.7 2013/08/05 16:52:02 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=(python2_6 python2_7 python3_1 python3_2) +PYTHON_COMPAT=(python2_6 python2_7 python3_1 python3_2 python3_3) inherit distutils-r1 |