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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B0F141581FB for ; Sun, 25 Aug 2024 12:04:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E88B32BC023; Sun, 25 Aug 2024 12:04:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA5662BC023 for ; Sun, 25 Aug 2024 12:04:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5917343023 for ; Sun, 25 Aug 2024 12:04:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7584C1F25 for ; Sun, 25 Aug 2024 12:04:07 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1724587427.11cf07e150e4b2c97a7f34478991052591fac679.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/mt-st/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/mt-st/mt-st-1.4.ebuild app-arch/mt-st/mt-st-1.7.ebuild X-VCS-Directories: app-arch/mt-st/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 11cf07e150e4b2c97a7f34478991052591fac679 X-VCS-Branch: master Date: Sun, 25 Aug 2024 12:04:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5a051412-0ccf-4ca8-b0d1-af821a32a6b8 X-Archives-Hash: d05922d7945104083e69e37cb379b968 commit: 11cf07e150e4b2c97a7f34478991052591fac679 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:55:01 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:03:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11cf07e1 app-arch/mt-st: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> app-arch/mt-st/mt-st-1.4.ebuild | 4 ++-- app-arch/mt-st/mt-st-1.7.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-arch/mt-st/mt-st-1.4.ebuild b/app-arch/mt-st/mt-st-1.4.ebuild index 55b614c829d6..8c8f4d2f2a29 100644 --- a/app-arch/mt-st/mt-st-1.4.ebuild +++ b/app-arch/mt-st/mt-st-1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/iustin/mt-st/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86" src_configure() { tc-export CC diff --git a/app-arch/mt-st/mt-st-1.7.ebuild b/app-arch/mt-st/mt-st-1.7.ebuild index a49f93912a95..604544a235ec 100644 --- a/app-arch/mt-st/mt-st-1.7.ebuild +++ b/app-arch/mt-st/mt-st-1.7.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/iustin/mt-st/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )"