diff options
author | Patrick Lauer <patrick@gentoo.org> | 2015-04-27 03:01:26 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2015-04-27 03:01:26 +0000 |
commit | a6a681eec2713f7baac904496f4d1aa1930489f0 (patch) | |
tree | 8a624525646f729382d2024a7819c3184093ea7c /sys-apps/toybox | |
parent | Add libdir love for mips. (diff) | |
download | gentoo-2-a6a681eec2713f7baac904496f4d1aa1930489f0.tar.gz gentoo-2-a6a681eec2713f7baac904496f4d1aa1930489f0.tar.bz2 gentoo-2-a6a681eec2713f7baac904496f4d1aa1930489f0.zip |
Fix git repository location #547504
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-apps/toybox')
-rw-r--r-- | sys-apps/toybox/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/toybox/toybox-9999.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/toybox/ChangeLog b/sys-apps/toybox/ChangeLog index b3332d25a3b6..63e949bfa449 100644 --- a/sys-apps/toybox/ChangeLog +++ b/sys-apps/toybox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/toybox # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/toybox/ChangeLog,v 1.8 2015/03/06 01:24:59 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/toybox/ChangeLog,v 1.9 2015/04/27 03:01:26 patrick Exp $ + + 27 Apr 2015; Patrick Lauer <patrick@gentoo.org> toybox-9999.ebuild: + Fix git repository location #547504 *toybox-0.5.2 (06 Mar 2015) diff --git a/sys-apps/toybox/toybox-9999.ebuild b/sys-apps/toybox/toybox-9999.ebuild index e01965bdf473..f823bf3ec423 100644 --- a/sys-apps/toybox/toybox-9999.ebuild +++ b/sys-apps/toybox/toybox-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/toybox/toybox-9999.ebuild,v 1.2 2014/10/19 03:25:11 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/toybox/toybox-9999.ebuild,v 1.3 2015/04/27 03:01:26 patrick Exp $ EAPI=5 @@ -8,7 +8,7 @@ inherit eutils multiprocessing savedconfig toolchain-funcs if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://github.com/gfto/toybox.git" + EGIT_REPO_URI="https://github.com/landley/toybox.git" else SRC_URI="http://landley.net/code/toybox/downloads/${P}.tar.bz2" KEYWORDS="~amd64 ~x86" |