cache-url requires curl

In some cases cache-url can get pulled in without curl, causing it to
fail.

Co-Authored-By: Adam Harwell <flux.adam@gmail.com>

Change-Id: Ibd66c2ca4f8cc423783555d8a99b1184f43adff2
This commit is contained in:
Clint Byrum 2018-02-08 10:04:33 -08:00 committed by Adam Harwell
parent 1107326723
commit d8907e78b5
3 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1 @@
package-installs

View File

@ -0,0 +1 @@
curl:

View File

@ -0,0 +1,7 @@
{
"distro": {
"gentoo": {
"curl": "net-misc/curl"
}
}
}