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 253F7138331 for ; Sun, 18 Feb 2018 19:48:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94A03E0CEB; Sun, 18 Feb 2018 19:48:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 73687E0CEB for ; Sun, 18 Feb 2018 19:48:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9D65F335C4C for ; Sun, 18 Feb 2018 19:48:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECF1C21D for ; Sun, 18 Feb 2018 19:48:47 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1518983323.1de25811863de2bd1dea31101828bf112b35a378.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dnstracer/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/dnstracer/dnstracer-1.9-r2.ebuild X-VCS-Directories: net-analyzer/dnstracer/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 1de25811863de2bd1dea31101828bf112b35a378 X-VCS-Branch: master Date: Sun, 18 Feb 2018 19:48:47 +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: 0b14c33b-bcdd-406e-a0ce-45cec7a68b7a X-Archives-Hash: edeff62f9f0ab2437b76caaf781a107c commit: 1de25811863de2bd1dea31101828bf112b35a378 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Feb 18 19:48:23 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Feb 18 19:48:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de25811 net-analyzer/dnstracer: stable 1.9-r2 for ia64, bug #620928 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64" net-analyzer/dnstracer/dnstracer-1.9-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/dnstracer/dnstracer-1.9-r2.ebuild b/net-analyzer/dnstracer/dnstracer-1.9-r2.ebuild index 4a58c5f6c65..ac1c0165ea7 100644 --- a/net-analyzer/dnstracer/dnstracer-1.9-r2.ebuild +++ b/net-analyzer/dnstracer/dnstracer-1.9-r2.ebuild @@ -9,7 +9,7 @@ SRC_URI="http://www.mavetju.org/download/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux" +KEYWORDS="amd64 ~arm hppa ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux" IUSE="ipv6" DOCS=( CHANGES README )