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 DA015139694 for ; Thu, 16 Mar 2017 12:36:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22489E0D09; Thu, 16 Mar 2017 12:36:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 024A3E0D09 for ; Thu, 16 Mar 2017 12:36:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE71934165F for ; Thu, 16 Mar 2017 12:36:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 850736A21 for ; Thu, 16 Mar 2017 12:36:30 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1489667413.12ec0adcd6d034cb9aa405cb86d40b71c1249f52.xmw@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.16.ebuild X-VCS-Directories: net-misc/lksctp-tools/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 12ec0adcd6d034cb9aa405cb86d40b71c1249f52 X-VCS-Branch: master Date: Thu, 16 Mar 2017 12:36:30 +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-Archives-Salt: 3d9de555-e295-45a8-a567-5c970a298739 X-Archives-Hash: 89cd7b3d2a87f9ed3467208db24876d3 commit: 12ec0adcd6d034cb9aa405cb86d40b71c1249f52 Author: Michael Weber gentoo org> AuthorDate: Thu Mar 16 12:30:13 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Thu Mar 16 12:30:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ec0adc net-misc/lksctp-tools: arm stable (bug 593696). Package-Manager: Portage-2.3.4, Repoman-2.3.2 net-misc/lksctp-tools/lksctp-tools-1.0.16.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/lksctp-tools/lksctp-tools-1.0.16.ebuild b/net-misc/lksctp-tools/lksctp-tools-1.0.16.ebuild index 337caa8c190..66c6d4a8597 100644 --- a/net-misc/lksctp-tools/lksctp-tools-1.0.16.ebuild +++ b/net-misc/lksctp-tools/lksctp-tools-1.0.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/lksctp/${P}.tar.gz" LICENSE="|| ( GPL-2+ LGPL-2.1 )" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="kernel_linux static-libs" # This is only supposed to work with Linux to begin with.