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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5585158003 for ; Tue, 10 May 2022 20:59:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2E4BE09A7; Tue, 10 May 2022 20:59:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E669E09A7 for ; Tue, 10 May 2022 20:59:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C39B9341928 for ; Tue, 10 May 2022 20:59:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F4027290 for ; Tue, 10 May 2022 20:59:06 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1652216330.0180a5d29b5b880172d89f96a8a3bc0055dad6bb.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/iplog/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/iplog/iplog-2.2.3-r3.ebuild X-VCS-Directories: net-analyzer/iplog/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 0180a5d29b5b880172d89f96a8a3bc0055dad6bb X-VCS-Branch: master Date: Tue, 10 May 2022 20:59:06 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ebbd91bc-d315-4716-a02b-6e6ebc40f296 X-Archives-Hash: 916f27c03061f52b7d3e146f4ef55426 commit: 0180a5d29b5b880172d89f96a8a3bc0055dad6bb Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue May 10 20:56:19 2022 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue May 10 20:58:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0180a5d2 net-analyzer/iplog: Drop ~mips Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> net-analyzer/iplog/iplog-2.2.3-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/iplog/iplog-2.2.3-r3.ebuild b/net-analyzer/iplog/iplog-2.2.3-r3.ebuild index 991f22714b64..f2e64563a5da 100644 --- a/net-analyzer/iplog/iplog-2.2.3-r3.ebuild +++ b/net-analyzer/iplog/iplog-2.2.3-r3.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz" LICENSE="|| ( GPL-2 FDL-1.1 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~mips ~ppc sparc x86" +KEYWORDS="~alpha ~amd64 ~ppc sparc x86" DEPEND="net-libs/libpcap" RDEPEND="${DEPEND}"