From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9A1CD139BC8 for ; Mon, 14 Sep 2015 12:42:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA2A821C002; Mon, 14 Sep 2015 12:42:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E367D21C009 for ; Mon, 14 Sep 2015 12:42:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1FF383409C8 for ; Mon, 14 Sep 2015 12:42:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD3771FE for ; Mon, 14 Sep 2015 12:42:28 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1442234541.5c3f902e8693b8f19f496fb7f496a21c30c2e205.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnetfilter_cttimeout/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnetfilter_cttimeout/libnetfilter_cttimeout-1.0.0.ebuild X-VCS-Directories: net-libs/libnetfilter_cttimeout/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 5c3f902e8693b8f19f496fb7f496a21c30c2e205 X-VCS-Branch: master Date: Mon, 14 Sep 2015 12:42:28 +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: 75920fd2-875e-4df3-bf51-f8fea9dcaf53 X-Archives-Hash: 88566084a924c3d0cfb1e9708b712bae commit: 5c3f902e8693b8f19f496fb7f496a21c30c2e205 Author: Tobias Klausmann gentoo org> AuthorDate: Mon Sep 14 12:39:57 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Mon Sep 14 12:42:21 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c3f902e net-libs/libnetfilter_cttimeout: add alpha keyword Gentoo-Bug: 474858 Package-Manager: portage-2.2.20.1 net-libs/libnetfilter_cttimeout/libnetfilter_cttimeout-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libnetfilter_cttimeout/libnetfilter_cttimeout-1.0.0.ebuild b/net-libs/libnetfilter_cttimeout/libnetfilter_cttimeout-1.0.0.ebuild index 3282a62..2d6805e 100644 --- a/net-libs/libnetfilter_cttimeout/libnetfilter_cttimeout-1.0.0.ebuild +++ b/net-libs/libnetfilter_cttimeout/libnetfilter_cttimeout-1.0.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm hppa x86" +KEYWORDS="alpha amd64 ~arm hppa x86" IUSE="static-libs" RDEPEND="net-libs/libmnl"