summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-06-19 19:43:13 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-06-23 15:25:59 +0000
commit8ce0581b261c826795a0988dd185961ba5fc3a72 (patch)
tree56f745d5c15bc0c3c58e7a8766fa62b0017bbd52
parentapp-admin/grubconfig: add updated version (diff)
downloadgentoo-8ce0581b261c826795a0988dd185961ba5fc3a72.tar.gz
gentoo-8ce0581b261c826795a0988dd185961ba5fc3a72.tar.bz2
gentoo-8ce0581b261c826795a0988dd185961ba5fc3a72.zip
app-admin/grubconfig: fix SRC_URI
Closes: https://github.com/gentoo/gentoo/pull/1699 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r--app-admin/grubconfig/grubconfig-1.28-r1.ebuild2
-rw-r--r--app-admin/grubconfig/grubconfig-1.28-r2.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/grubconfig/grubconfig-1.28-r1.ebuild b/app-admin/grubconfig/grubconfig-1.28-r1.ebuild
index 72129a33bc6a..894b209a6ae7 100644
--- a/app-admin/grubconfig/grubconfig-1.28-r1.ebuild
+++ b/app-admin/grubconfig/grubconfig-1.28-r1.ebuild
@@ -6,7 +6,7 @@ inherit multilib
DESCRIPTION="Simple Tool to configure Grub-Bootloader"
HOMEPAGE="https://web.archive.org/web/20100410042718/http://www.tux.org/pub/people/kent-robotti/looplinux"
-SRC_URI="http://www.tux.org/pub/people/kent-robotti/looplinux/${P}.tar.gz"
+SRC_URI="http://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
diff --git a/app-admin/grubconfig/grubconfig-1.28-r2.ebuild b/app-admin/grubconfig/grubconfig-1.28-r2.ebuild
index 09a5a1049573..c7959ec19046 100644
--- a/app-admin/grubconfig/grubconfig-1.28-r2.ebuild
+++ b/app-admin/grubconfig/grubconfig-1.28-r2.ebuild
@@ -6,7 +6,7 @@ EAPI=6
DESCRIPTION="Simple Tool to configure Grub-Bootloader"
HOMEPAGE="https://web.archive.org/web/20100410042718/http://www.tux.org/pub/people/kent-robotti/looplinux"
-SRC_URI="http://www.tux.org/pub/people/kent-robotti/looplinux/${P}.tar.gz"
+SRC_URI="http://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"