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 72EF0138239 for ; Tue, 23 Jul 2019 00:59:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4D1CE069C; Tue, 23 Jul 2019 00:59:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 87B6BE069C for ; Tue, 23 Jul 2019 00:59:56 +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 4D2D2348B7B for ; Tue, 23 Jul 2019 00:59:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66336A8 for ; Tue, 23 Jul 2019 00:59:52 +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: <1563843578.1b2b28b4a21f1f5aa35ce5ed702c63b59b0d419f.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/lksctp-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/lksctp-tools/lksctp-tools-1.0.18-r1.ebuild X-VCS-Directories: net-misc/lksctp-tools/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 1b2b28b4a21f1f5aa35ce5ed702c63b59b0d419f X-VCS-Branch: master Date: Tue, 23 Jul 2019 00:59:52 +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: 7b6b525d-bf4e-4487-8f07-3ec3dcc1da76 X-Archives-Hash: 31d9ba13e649aab0177260456ec80acf commit: 1b2b28b4a21f1f5aa35ce5ed702c63b59b0d419f Author: Aaron Bauman gentoo org> AuthorDate: Tue Jul 23 00:59:38 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Jul 23 00:59:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b2b28b4 net-misc/lksctp-tools: arm64 stable (bug #686242) Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm64" net-misc/lksctp-tools/lksctp-tools-1.0.18-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/lksctp-tools/lksctp-tools-1.0.18-r1.ebuild b/net-misc/lksctp-tools/lksctp-tools-1.0.18-r1.ebuild index 393bfb7c43c..73ff468334c 100644 --- a/net-misc/lksctp-tools/lksctp-tools-1.0.18-r1.ebuild +++ b/net-misc/lksctp-tools/lksctp-tools-1.0.18-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sctp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( GPL-2+ LGPL-2.1 )" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc ~x86" +KEYWORDS="alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc ~x86" IUSE="kernel_linux static-libs" # This is only supposed to work with Linux to begin with.