diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-10-26 07:52:52 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-10-26 07:52:52 +0000 |
commit | 3e6253350c1fb82beac9c5341afb280145c31a14 (patch) | |
tree | efed3cc0177fc561cce720cc55f62434fed9b3e4 /app-portage | |
parent | Update to latest version, use sourceforge instead of berlios. (diff) | |
download | gentoo-2-3e6253350c1fb82beac9c5341afb280145c31a14.tar.gz gentoo-2-3e6253350c1fb82beac9c5341afb280145c31a14.tar.bz2 gentoo-2-3e6253350c1fb82beac9c5341afb280145c31a14.zip |
Restrict Python 3 due to bugs in it, use mirror://github.
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/smart-live-rebuild/ChangeLog | 6 | ||||
-rw-r--r-- | app-portage/smart-live-rebuild/smart-live-rebuild-1.2.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-portage/smart-live-rebuild/ChangeLog b/app-portage/smart-live-rebuild/ChangeLog index 8df723b99844..2358d529b831 100644 --- a/app-portage/smart-live-rebuild/ChangeLog +++ b/app-portage/smart-live-rebuild/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-portage/smart-live-rebuild # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.29 2011/08/31 08:22:23 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.30 2011/10/26 07:52:52 mgorny Exp $ + + 26 Oct 2011; Michał Górny <mgorny@gentoo.org> + smart-live-rebuild-1.2.ebuild: + Restrict Python 3 due to bugs in it, use mirror://github. *smart-live-rebuild-1.2 (31 Aug 2011) diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.ebuild index 6f3220387dff..9f88760e9aa5 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2011 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.2.ebuild,v 1.1 2011/08/31 08:22:24 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.ebuild,v 1.2 2011/10/26 07:52:52 mgorny Exp $ EAPI=3 -PYTHON_DEPEND='*:2.6' +PYTHON_DEPEND='2:2.6' SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS='2.4 2.5' +RESTRICT_PYTHON_ABIS='2.4 2.5 3.*' DISTUTILS_SRC_TEST=setup.py inherit base distutils DESCRIPTION="Check live packages for updates and emerge them as necessary" HOMEPAGE="https://github.com/mgorny/smart-live-rebuild/" -SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2" +SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2" LICENSE="BSD-2" SLOT="0" |