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 00486138359 for ; Sat, 25 Jul 2020 19:57:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28F95E086E; Sat, 25 Jul 2020 19:57:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0F82BE086E for ; Sat, 25 Jul 2020 19:57:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2E6F634EEDA for ; Sat, 25 Jul 2020 19:57:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD7162DB for ; Sat, 25 Jul 2020 19:56:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1595707006.760def5c66ed2dce2de868c977b885bba7f52b99.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/notqmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/notqmail/notqmail-1.08-r1.ebuild X-VCS-Directories: mail-mta/notqmail/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 760def5c66ed2dce2de868c977b885bba7f52b99 X-VCS-Branch: master Date: Sat, 25 Jul 2020 19:56:59 +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: 5e9550ca-d1e6-4fa2-b116-ce5aa85b9e56 X-Archives-Hash: 12b33e96ae95e9ac89a61d5b15641220 commit: 760def5c66ed2dce2de868c977b885bba7f52b99 Author: Sam James gentoo org> AuthorDate: Sat Jul 25 19:56:46 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 25 19:56:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=760def5c mail-mta/notqmail: s390 keyworded (bug #727256) Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> mail-mta/notqmail/notqmail-1.08-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-mta/notqmail/notqmail-1.08-r1.ebuild b/mail-mta/notqmail/notqmail-1.08-r1.ebuild index eb09e7fa8d3..f025f8eddc5 100644 --- a/mail-mta/notqmail/notqmail-1.08-r1.ebuild +++ b/mail-mta/notqmail/notqmail-1.08-r1.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/notqmail/notqmail.git" inherit git-r3 else - KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" SRC_URI="https://github.com/notqmail/notqmail/releases/download/${P}/${P}.tar.xz" fi