diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-07-17 23:00:09 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-07-17 23:06:57 +0100 |
commit | b6567c6bd6aca19a7045cc787397d655a5196526 (patch) | |
tree | 0aebb91cc44060c431d51e585cb1f7fca3728320 /app-emulation | |
parent | profiles/desc/qemu_softmmu_targets.desc: add 'avr' target (diff) | |
download | gentoo-b6567c6bd6aca19a7045cc787397d655a5196526.tar.gz gentoo-b6567c6bd6aca19a7045cc787397d655a5196526.tar.bz2 gentoo-b6567c6bd6aca19a7045cc787397d655a5196526.zip |
app-emulation/qemu: add 'avr' target to live ebuild
Package-Manager: Portage-2.3.103, Repoman-2.3.23
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 58c27a8416e7..808bb0e484ad 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -46,7 +46,7 @@ COMMON_TARGETS="aarch64 alpha arm cris hppa i386 m68k microblaze microblazeel mips mips64 mips64el mipsel nios2 or1k ppc ppc64 riscv32 riscv64 s390x sh4 sh4eb sparc sparc64 x86_64 xtensa xtensaeb" IUSE_SOFTMMU_TARGETS="${COMMON_TARGETS} - lm32 moxie rx tricore unicore32" + avr lm32 moxie rx tricore unicore32" IUSE_USER_TARGETS="${COMMON_TARGETS} aarch64_be armeb mipsn32 mipsn32el ppc64abi32 ppc64le sparc32plus tilegx" |