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 3344A158092 for ; Sat, 19 Feb 2022 13:22:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D51482BC00D; Sat, 19 Feb 2022 13:22:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BBD9E2BC00B for ; Sat, 19 Feb 2022 13:22:22 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EEB5B3438E6 for ; Sat, 19 Feb 2022 13:22:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2C5C2FD for ; Sat, 19 Feb 2022 13:22:18 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1645276879.d9357bc9830055181fdfdf8e5755dd1082cea2d4.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnetfilter_log/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnetfilter_log/libnetfilter_log-1.0.2.ebuild X-VCS-Directories: net-libs/libnetfilter_log/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: d9357bc9830055181fdfdf8e5755dd1082cea2d4 X-VCS-Branch: master Date: Sat, 19 Feb 2022 13:22:18 +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: c1c222a9-7b57-47ce-bd15-271009232724 X-Archives-Hash: 054c7917675cb9d6962c7adb206e58e5 commit: d9357bc9830055181fdfdf8e5755dd1082cea2d4 Author: Jakov Smolić gentoo org> AuthorDate: Sat Feb 19 13:21:19 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sat Feb 19 13:21:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9357bc9 net-libs/libnetfilter_log: Stabilize 1.0.2 x86, #833733 Signed-off-by: Jakov Smolić gentoo.org> net-libs/libnetfilter_log/libnetfilter_log-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libnetfilter_log/libnetfilter_log-1.0.2.ebuild b/net-libs/libnetfilter_log/libnetfilter_log-1.0.2.ebuild index d5eb6fbbe95a..c8eebee2c996 100644 --- a/net-libs/libnetfilter_log/libnetfilter_log-1.0.2.ebuild +++ b/net-libs/libnetfilter_log/libnetfilter_log-1.0.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ~riscv ~sparc ~x86" +KEYWORDS="amd64 ~ia64 ppc ~riscv ~sparc x86" IUSE="doc" RDEPEND=">=net-libs/libnfnetlink-1.0.0