diff options
author | Daniel Sabogal <dsabogalcc@gmail.com> | 2017-10-23 13:36:02 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-23 20:14:55 +0000 |
commit | 18a6777daafbe3fd88dbaf2551e6f19185683693 (patch) | |
tree | d3ff5295e006b19bd1705e6e497f2679e7784c8e /main/qemu | |
parent | b8bf4317707fbf2f48603161b652e1f20dba65f0 (diff) | |
download | aports-18a6777daafbe3fd88dbaf2551e6f19185683693.tar.bz2 aports-18a6777daafbe3fd88dbaf2551e6f19185683693.tar.xz |
main/qemu: add hppa and tilegx targets
Diffstat (limited to 'main/qemu')
-rw-r--r-- | main/qemu/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/qemu/APKBUILD b/main/qemu/APKBUILD index c6e3d1bb7c..49c8af467c 100644 --- a/main/qemu/APKBUILD +++ b/main/qemu/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=qemu pkgver=2.10.1 -pkgrel=1 +pkgrel=2 pkgdesc="QEMU is a generic machine emulator and virtualizer" url="http://qemu.org/" arch="all" @@ -53,6 +53,7 @@ _subsystems=" arm armeb cris + hppa i386 m68k microblaze @@ -103,6 +104,7 @@ _subsystems=" system-x86_64 system-xtensa system-xtensaeb + tilegx x86_64 " for _sub in $_subsystems; do |