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 8E27A158013 for ; Tue, 21 Sep 2021 22:29:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A6EDE07F9; Tue, 21 Sep 2021 22:29:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7DF5FE07F9 for ; Tue, 21 Sep 2021 22:29:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A35F3342F18 for ; Tue, 21 Sep 2021 22:29:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C389109 for ; Tue, 21 Sep 2021 22:29:18 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1632263327.0f1bfdeaad5666fff6e2fa0322380ad46223331f.chewi@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.5.ebuild X-VCS-Directories: dev-util/conf2struct/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 0f1bfdeaad5666fff6e2fa0322380ad46223331f X-VCS-Branch: master Date: Tue, 21 Sep 2021 22:29:18 +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: 9e169127-2037-4b00-b443-1238edba9c98 X-Archives-Hash: d480d67dbe568d98ca5ad217fccd07f6 commit: 0f1bfdeaad5666fff6e2fa0322380ad46223331f Author: James Le Cuirot gentoo org> AuthorDate: Tue Sep 21 22:26:57 2021 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Sep 21 22:28:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1bfdea dev-util/conf2struct: Keyword 1.5 for ~m68k Closes: https://bugs.gentoo.org/689340 Signed-off-by: James Le Cuirot gentoo.org> dev-util/conf2struct/conf2struct-1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/conf2struct/conf2struct-1.5.ebuild b/dev-util/conf2struct/conf2struct-1.5.ebuild index a235bcf015e..93e51c2b256 100644 --- a/dev-util/conf2struct/conf2struct-1.5.ebuild +++ b/dev-util/conf2struct/conf2struct-1.5.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git" inherit git-r3 else - KEYWORDS="~amd64 -mips ~s390 ~x86" + KEYWORDS="~amd64 ~m68k -mips ~s390 ~x86" SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi