From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D7B7139695 for ; Fri, 21 Jul 2017 20:20:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C711E0DD0; Fri, 21 Jul 2017 20:20:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46DD5E0DD0 for ; Fri, 21 Jul 2017 20:20:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45199341816 for ; Fri, 21 Jul 2017 20:20:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E553974BC for ; Fri, 21 Jul 2017 20:20:48 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1500668427.8e6d748569ceb72bdd944ceed4b2fff668ab1eec.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/desc/qemu_softmmu_targets.desc profiles/desc/qemu_user_targets.desc X-VCS-Directories: profiles/desc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8e6d748569ceb72bdd944ceed4b2fff668ab1eec X-VCS-Branch: master Date: Fri, 21 Jul 2017 20:20:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e8271c84-251f-4b1f-acc8-b7558ffdb4af X-Archives-Hash: f3cf65a721afcfb88abe0c9353a62d21 commit: 8e6d748569ceb72bdd944ceed4b2fff668ab1eec Author: Michał Górny gentoo org> AuthorDate: Fri Jul 21 20:18:02 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 21 20:20:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e6d7485 profiles/desc: Remove unused values from QEMU_*_TARGETS profiles/desc/qemu_softmmu_targets.desc | 3 +-- profiles/desc/qemu_user_targets.desc | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/profiles/desc/qemu_softmmu_targets.desc b/profiles/desc/qemu_softmmu_targets.desc index 4147a15922e..77be14da04b 100644 --- a/profiles/desc/qemu_softmmu_targets.desc +++ b/profiles/desc/qemu_softmmu_targets.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation. +# Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of QEMU_SOFTMMU_TARGETS USE_EXPAND flags. @@ -21,7 +21,6 @@ mips - system emulation target moxie - moxielogic system emulation target nios2 - system emulation target or1k - OpenRISC system emulation target -or32 - OpenRISC system emulation target ppc64 - system emulation target ppcemb - system emulation target ppc - system emulation target diff --git a/profiles/desc/qemu_user_targets.desc b/profiles/desc/qemu_user_targets.desc index 1a62a4d0ef5..76c2721cd8c 100644 --- a/profiles/desc/qemu_user_targets.desc +++ b/profiles/desc/qemu_user_targets.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation. +# Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of QEMU_SOFTMMU_TARGETS USE_EXPAND flags. @@ -23,7 +23,6 @@ mipsn32 - MIPS N32 ABI userspace emulation target mips - userspace emulation target nios2 - userspace emulation target or1k - OpenRISC system emulation target -or32 - OpenRISC userspace emulation target ppc64abi32 - userspace emulation target ppc64le - PowerPC 64-bit little endian userspace emulation target ppc64 - PowerPC 64-bit big endian userspace emulation target