diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-04-27 10:32:05 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-04-27 10:32:05 +0200 |
commit | f5e47a9148cdd26eaddca435d3f313c8ffbd1946 (patch) | |
tree | 7527595964765940f4a95a695237223a0d2c6f7c /repo.postsync | |
parent | TODO: qdepends supports correct SLOT matching now (diff) | |
download | portage-utils-f5e47a9148cdd26eaddca435d3f313c8ffbd1946.tar.gz portage-utils-f5e47a9148cdd26eaddca435d3f313c8ffbd1946.tar.bz2 portage-utils-f5e47a9148cdd26eaddca435d3f313c8ffbd1946.zip |
buildsys: don't install q-reinit script anymore
flat caches were removed, so were the options to generate them, no need
to call and fail
Thanks Kent Fredric
Closes: https://bugs.gentoo.org/684468
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'repo.postsync')
-rw-r--r-- | repo.postsync/q-reinit | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/repo.postsync/q-reinit b/repo.postsync/q-reinit deleted file mode 100644 index 0833c66..0000000 --- a/repo.postsync/q-reinit +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -repository_name=$1 -repository_path=$3 - -if [ -n "${repository_name}" ]; then - q ${PORTAGE_QUIET:+-q} --reinitialize="${repository_path}" -fi - -: |