diff options
author | Michal Privoznik <mprivozn@redhat.com> | 2020-10-21 22:16:20 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-21 21:55:00 +0100 |
commit | 93d3131fd45018bd9af343d54a80451967dc1225 (patch) | |
tree | 693a3703994ea1eb38ea093f150a18d235b9af51 /app-emulation | |
parent | mail-mta/protonmail-bridge-bin: 1.4.4 version bump. (diff) | |
download | gentoo-93d3131fd45018bd9af343d54a80451967dc1225.tar.gz gentoo-93d3131fd45018bd9af343d54a80451967dc1225.tar.bz2 gentoo-93d3131fd45018bd9af343d54a80451967dc1225.zip |
app-emulation/qemu-9999: Reflect targets move
In qemu upstream commit of v5.1.0-1872-gfdb75aeff7 the targets
were moved from "${S}"/default-configs/ to
"${S}"/default-configs/targets/.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Closes: https://github.com/gentoo/gentoo/pull/17992
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index bcd7de23167a..2b03ed218eda 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -334,7 +334,7 @@ check_targets() { local var=$1 mak=$2 local detected sorted - pushd "${S}"/default-configs >/dev/null || die + pushd "${S}"/default-configs/targets/ >/dev/null || die # Force C locale until glibc is updated. #564936 detected=$(echo $(printf '%s\n' *-${mak}.mak | sed "s:-${mak}.mak::" | LC_COLLATE=C sort -u)) |