diff options
author | martin <martin@pkgsrc.org> | 2020-11-02 17:17:15 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2020-11-02 17:17:15 +0000 |
commit | 4dfebb63333cff6c2753660d05cd9bdef1f87422 (patch) | |
tree | 8559537feb22d1d7314396a061ddb7ffeeaceca1 /emulators/qemu/Makefile | |
parent | 32c4b9cfa3615511228276970da7de805905d7fd (diff) | |
download | pkgsrc-4dfebb63333cff6c2753660d05cd9bdef1f87422.tar.gz |
Avoid an assertion when sparc %pc/%npc are set to invalid values (like
it happens in the NetBSD-current ATF test runs). Bump pkg revision.
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 151131b4eab..49d1ddb82b1 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.255 2020/10/25 08:21:35 gson Exp $ +# $NetBSD: Makefile,v 1.256 2020/11/02 17:17:15 martin Exp $ DISTNAME= qemu-5.1.0 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ EXTRACT_SUFX= .tar.xz |