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 BCA7413829C for ; Tue, 7 Jun 2016 13:01:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E6F021C028; Tue, 7 Jun 2016 13:01:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B171021C028 for ; Tue, 7 Jun 2016 13:01: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 36CAA340C50 for ; Tue, 7 Jun 2016 13:01:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83BC9963 for ; Tue, 7 Jun 2016 13:01: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: <1465304468.21ece00cdc6892719f66ea60877fbd4a2f0a490e.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnftnl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnftnl/libnftnl-1.0.5.ebuild X-VCS-Directories: net-libs/libnftnl/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 21ece00cdc6892719f66ea60877fbd4a2f0a490e X-VCS-Branch: master Date: Tue, 7 Jun 2016 13:01: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: 5c0f412c-13e6-478a-8061-84cdcaf65a97 X-Archives-Hash: d5b92c1c86235e1740d60473506639e4 commit: 21ece00cdc6892719f66ea60877fbd4a2f0a490e Author: Tobias Klausmann gentoo org> AuthorDate: Tue Jun 7 13:01:08 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Jun 7 13:01:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ece00c net-libs/libnftnl-1.0.5-r0: add ~alpha keyword Gentoo-Bug: 569254 Package-Manager: portage-2.3.0_rc1 net-libs/libnftnl/libnftnl-1.0.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libnftnl/libnftnl-1.0.5.ebuild b/net-libs/libnftnl/libnftnl-1.0.5.ebuild index 159b1c3..6627b22 100644 --- a/net-libs/libnftnl/libnftnl-1.0.5.ebuild +++ b/net-libs/libnftnl/libnftnl-1.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://netfilter.org/projects/${PN}/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0/4" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="examples json static-libs test xml" RDEPEND=">=net-libs/libmnl-1.0.0