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 6DCC813997D for ; Sun, 10 Nov 2019 16:48:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F2C3E09FA; Sun, 10 Nov 2019 16:48:57 +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 21A20E09FA for ; Sun, 10 Nov 2019 16:48:57 +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 2F89A34C891 for ; Sun, 10 Nov 2019 16:48:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA46388E for ; Sun, 10 Nov 2019 16:48:54 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1573404528.75c8c3813465a9aae6e6fcf028353d7def811c06.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/queue-fix/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/queue-fix/queue-fix-1.4-r3.ebuild X-VCS-Directories: net-mail/queue-fix/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 75c8c3813465a9aae6e6fcf028353d7def811c06 X-VCS-Branch: master Date: Sun, 10 Nov 2019 16:48:54 +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: aaee4d4c-3a55-4858-9fa2-45d670995fc6 X-Archives-Hash: 11920bc1526e02ebf129a1309dc0a1e0 commit: 75c8c3813465a9aae6e6fcf028353d7def811c06 Author: Aaron Bauman gentoo org> AuthorDate: Sun Nov 10 16:47:41 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Nov 10 16:48:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c8c381 net-mail/queue-fix: ALLARCHES EAPI bump Signed-off-by: Aaron Bauman gentoo.org> net-mail/queue-fix/queue-fix-1.4-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/queue-fix/queue-fix-1.4-r3.ebuild b/net-mail/queue-fix/queue-fix-1.4-r3.ebuild index 3b3b852d844..3469cd9c202 100644 --- a/net-mail/queue-fix/queue-fix-1.4-r3.ebuild +++ b/net-mail/queue-fix/queue-fix-1.4-r3.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://www.netmeridian.com/e-huss/${P}.tar.gz LICENSE="all-rights-reserved public-domain" # includes code from qmail SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~s390 ~sh ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc s390 sh sparc x86" RESTRICT="mirror bindist" PDEPEND="virtual/qmail"