diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-09-12 07:04:31 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-09-12 07:04:31 +0000 |
commit | d159e2c126518235ede8e0a47ee3b4629bab6921 (patch) | |
tree | 21f153b249755329b777efade89ce8d744c6458f /sys-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-d159e2c126518235ede8e0a47ee3b4629bab6921.tar.gz gentoo-2-d159e2c126518235ede8e0a47ee3b4629bab6921.tar.bz2 gentoo-2-d159e2c126518235ede8e0a47ee3b4629bab6921.zip |
Restore correct git repo.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/portage/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/portage/portage-9999.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sys-apps/portage/ChangeLog b/sys-apps/portage/ChangeLog index 73e403b1aa6c..8a6af2fb6a04 100644 --- a/sys-apps/portage/ChangeLog +++ b/sys-apps/portage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/portage # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1405 2014/09/11 22:46:40 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1406 2014/09/12 07:04:31 mgorny Exp $ + + 12 Sep 2014; Michał Górny <mgorny@gentoo.org> portage-9999.ebuild: + Restore correct git repo. 11 Sep 2014; Michał Górny <mgorny@gentoo.org> portage-9999.ebuild: Switch to distutils-r1 now that setup.py is in git. diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index 3830af9ada37..409a38760c55 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-9999.ebuild,v 1.100 2014/09/11 22:46:40 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-9999.ebuild,v 1.101 2014/09/12 07:04:31 mgorny Exp $ EAPI=5 @@ -74,9 +74,8 @@ prefix_src_archives() { done } -EGIT_REPO_URI="https://github.com/mgorny/portage.git" -EGIT_BRANCH=new-install -EGIT_MIN_CLONE_TYPE=single +EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/portage.git + https://github.com/gentoo/portage.git" python_prepare_all() { distutils-r1_python_prepare_all |