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 3CA021382C5 for ; Sun, 23 May 2021 22:24:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 847A3E083D; Sun, 23 May 2021 22:24:00 +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 6A300E083D for ; Sun, 23 May 2021 22:24:00 +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 0A5EE340DCD for ; Sun, 23 May 2021 22:23:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2300799 for ; Sun, 23 May 2021 22:23:55 +0000 (UTC) From: "Joshua Kinard" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joshua Kinard" Message-ID: <1621808620.ac725332aae519d15d24bd70748a75283d3b1e06.kumba@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/conf2struct/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/conf2struct/conf2struct-1.3-r1.ebuild X-VCS-Directories: dev-util/conf2struct/ X-VCS-Committer: kumba X-VCS-Committer-Name: Joshua Kinard X-VCS-Revision: ac725332aae519d15d24bd70748a75283d3b1e06 X-VCS-Branch: master Date: Sun, 23 May 2021 22:23:55 +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: 562aff84-cd85-48cc-9d2e-50cb71c6843b X-Archives-Hash: 72e98519312373fedfca998c81ebdcc3 commit: ac725332aae519d15d24bd70748a75283d3b1e06 Author: Joshua Kinard gentoo org> AuthorDate: Sun May 23 22:23:01 2021 +0000 Commit: Joshua Kinard gentoo org> CommitDate: Sun May 23 22:23:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac725332 dev-util/conf2struct: Added ~mips to KEYWORDS Bug: https://bugs.gentoo.org/689340 Signed-off-by: Joshua Kinard gentoo.org> Package-Manager: Portage-3.0.18, Repoman-3.0.3 dev-util/conf2struct/conf2struct-1.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/conf2struct/conf2struct-1.3-r1.ebuild b/dev-util/conf2struct/conf2struct-1.3-r1.ebuild index c39a24cd400..a235bcf015e 100644 --- a/dev-util/conf2struct/conf2struct-1.3-r1.ebuild +++ b/dev-util/conf2struct/conf2struct-1.3-r1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git" inherit git-r3 else - KEYWORDS="~amd64 ~s390 ~x86" + KEYWORDS="~amd64 -mips ~s390 ~x86" SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi