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 48883158091 for ; Sat, 19 Feb 2022 13:15:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B87F9E0831; Sat, 19 Feb 2022 13:15:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A17C2E0831 for ; Sat, 19 Feb 2022 13:15:53 +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 699FB3438D4 for ; Sat, 19 Feb 2022 13:15:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB0172FA for ; Sat, 19 Feb 2022 13:15:49 +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: <1645276525.732ee5307df74c048b1173cf0f1b4c056a249a07.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: 732ee5307df74c048b1173cf0f1b4c056a249a07 X-VCS-Branch: master Date: Sat, 19 Feb 2022 13:15:49 +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: 02de113f-4591-4307-93a9-d47499dd4112 X-Archives-Hash: dd86b33332f81c6e9eada956882baa99 commit: 732ee5307df74c048b1173cf0f1b4c056a249a07 Author: Jakov Smolić gentoo org> AuthorDate: Sat Feb 19 13:10:28 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sat Feb 19 13:15:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=732ee530 net-libs/libnetfilter_log: Stabilize 1.0.2 amd64, #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 14818ed09d22..d5eb6fbbe95a 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