mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-portage/fetchcommandwrapper: Depend on aria2 with metalink support
Needed for downloads from GNOME servers running mirrorbrain, see: https://github.com/aria2/aria2/issues/1298 Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="6"
|
||||
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=">=net-misc/aria2-1.10.2"
|
||||
RDEPEND=">=net-misc/aria2-1.10.2[metalink,xmlrpc]"
|
||||
|
||||
pkg_postinst() {
|
||||
ewarn 'You need to append'
|
||||
Reference in New Issue
Block a user