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 CA94C139695 for ; Mon, 22 May 2017 18:41:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCF1221C09E; Mon, 22 May 2017 18:41:25 +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 9C5ED21C09E for ; Mon, 22 May 2017 18:41:25 +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 C0F9A34172F for ; Mon, 22 May 2017 18:41:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B04F57464 for ; Mon, 22 May 2017 18:41:22 +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: <1495478466.e73f957664296e4396e36fbe2ef68ee9671bbf3f.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/hping/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/hping/hping-3_pre20051105-r6.ebuild X-VCS-Directories: net-analyzer/hping/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: e73f957664296e4396e36fbe2ef68ee9671bbf3f X-VCS-Branch: master Date: Mon, 22 May 2017 18:41:22 +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: 5789c4fb-7ded-4f36-9180-219a0fac9e36 X-Archives-Hash: c6991002421ec90b5749109624d96d27 commit: e73f957664296e4396e36fbe2ef68ee9671bbf3f Author: Tobias Klausmann gentoo org> AuthorDate: Mon May 22 18:41:06 2017 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Mon May 22 18:41:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e73f9576 net-analyzer/hping-3_pre20051105-r6: add alpha keyword Gentoo-Bug: 615816 net-analyzer/hping/hping-3_pre20051105-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/hping/hping-3_pre20051105-r6.ebuild b/net-analyzer/hping/hping-3_pre20051105-r6.ebuild index 0030c3b3f3d..553c82d656c 100644 --- a/net-analyzer/hping/hping-3_pre20051105-r6.ebuild +++ b/net-analyzer/hping/hping-3_pre20051105-r6.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.hping.org/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ~sparc ~x86" IUSE="tcl" S="${WORKDIR}/${MY_P}"