diff options
author | 2020-02-23 12:42:29 +0100 | |
---|---|---|
committer | 2020-03-10 06:05:46 +0100 | |
commit | ae03f81f80af478f1d93e359a15e00ae86ac6cee (patch) | |
tree | 03f2a21d096e26c5de81840a0b3e73f3ab18dab8 | |
parent | 6d07b25cc4b7debf29425c163f02ad9036f5874e (diff) | |
download | paludis-ae03f81f80af478f1d93e359a15e00ae86ac6cee.tar.gz paludis-ae03f81f80af478f1d93e359a15e00ae86ac6cee.tar.xz |
ci: exherbo: Allow all required old versions
If the resolution requires an old version of a package it shouldn't fail
since be can't do much about that. Permit "*/*" to make this more
reliable
-rw-r--r-- | ci/docker/exherbo/paludis-exherbo-clang/Dockerfile | 2 | ||||
-rw-r--r-- | ci/docker/exherbo/paludis-exherbo-gcc/Dockerfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/docker/exherbo/paludis-exherbo-clang/Dockerfile b/ci/docker/exherbo/paludis-exherbo-clang/Dockerfile index 3bac9b6b8..5e299d740 100644 --- a/ci/docker/exherbo/paludis-exherbo-clang/Dockerfile +++ b/ci/docker/exherbo/paludis-exherbo-clang/Dockerfile @@ -18,7 +18,7 @@ RUN chgrp tty /dev/tty \ --lazy \ --keep-targets if-same \ --keep if-same \ - --permit-old-version dev-python/sphinxcontrib-websupport \ + --permit-old-version "*/*" \ --recommendations ignore \ --suggestions ignore \ paludis-deps diff --git a/ci/docker/exherbo/paludis-exherbo-gcc/Dockerfile b/ci/docker/exherbo/paludis-exherbo-gcc/Dockerfile index 1e0331ed4..52664371b 100644 --- a/ci/docker/exherbo/paludis-exherbo-gcc/Dockerfile +++ b/ci/docker/exherbo/paludis-exherbo-gcc/Dockerfile @@ -23,7 +23,7 @@ RUN chgrp tty /dev/tty \ --lazy \ --keep-targets if-same \ --keep if-same \ - --permit-old-version dev-python/sphinxcontrib-websupport \ + --permit-old-version "*/*" \ --recommendations ignore \ --suggestions ignore \ paludis-deps |