diff options
author | Thomas Penteker <tek@serverop.de> | 2020-02-05 02:19:18 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2020-02-05 02:19:18 +0100 |
commit | 6ede76df0ec2f3512ab4a0c51ca9d9111514be73 (patch) | |
tree | 726a33789454be2daed000298e93214d1f0d4b0c /qemu | |
parent | 5773da1115627776e2d23e971a06cdd583785b99 (diff) | |
download | opt-6ede76df0ec2f3512ab4a0c51ca9d9111514be73.tar.gz opt-6ede76df0ec2f3512ab4a0c51ca9d9111514be73.tar.xz |
qemu: switch to python3
Diffstat (limited to 'qemu')
-rw-r--r-- | qemu/.signature | 4 | ||||
-rw-r--r-- | qemu/Pkgfile | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/qemu/.signature b/qemu/.signature index b9b1e6895..477780577 100644 --- a/qemu/.signature +++ b/qemu/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Vlx90sXltlS7NmT44cbxoVkUCKC56SbYLvCLrTOOozjM/CBSJbLHFfE4+vgdIoeoe36udnQE7F94+SaM7WmBwk= -SHA256 (Pkgfile) = acd163be9cd52c8ceb47de380098adc74a1e1a5caccf5da4384af6b601a9bd90 +RWSE3ohX2g5d/V1wWpFmBDiWeubIRD5gZcX4xwsMFsLwn8cQecCHGVRio6TncAndnKghW6le6BJlSLYsAx9CzjklrsxGjUEqsQg= +SHA256 (Pkgfile) = f2f43fa2e20e0f2b396aff633fac5a0639f30621dac0c927c98e79fbe481764c SHA256 (.footprint) = 2345b65afef6e00868a64051a34cd39fff673b1e265ca63df933b25cb9cd5edc SHA256 (qemu-4.2.0.tar.bz2) = 3cf4f3f73233a12211a045f07eef467fdc7bf3877568cd0c8a0cf36121da9fbd diff --git a/qemu/Pkgfile b/qemu/Pkgfile index 58621f843..d34066497 100644 --- a/qemu/Pkgfile +++ b/qemu/Pkgfile @@ -1,12 +1,12 @@ # Description: Fast CPU emulator and virtualizer for the x86 platform # URL: http://www.qemu-project.org/ # Maintainer: Thomas Penteker, tek at serverop dot de -# Depends on: libsdl glib xorg-libpixman +# Depends on: libsdl glib xorg-libpixman python3 # Optional: libseccomp libiscsi libusb usbredir spice name=qemu version=4.2.0 -release=1 +release=2 source=(http://wiki.qemu-project.org/download/qemu-$version.tar.bz2) build() { @@ -21,6 +21,7 @@ build() { --libexecdir=/usr/lib/qemu \ --disable-gtk \ --localstatedir=/var \ + --python=/usr/bin/python3 \ --target-list=x86_64-linux-user,i386-linux-user,i386-softmmu,x86_64-softmmu # fix include issues with libcap |