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 A9FFF158086 for ; Sun, 2 Jan 2022 06:31:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAECD2BC114; Sun, 2 Jan 2022 06:31:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6EA832BC114 for ; Sun, 2 Jan 2022 06:31:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A5B5034303E for ; Sun, 2 Jan 2022 06:31:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29B1D239 for ; Sun, 2 Jan 2022 06:31:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1641105089.7f7c39642571851f32a43706eb4a4e019bd096ed.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/leafnode/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nntp/leafnode/leafnode-1.11.11-r1.ebuild X-VCS-Directories: net-nntp/leafnode/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7f7c39642571851f32a43706eb4a4e019bd096ed X-VCS-Branch: master Date: Sun, 2 Jan 2022 06:31:50 +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: 7f597cc6-65c9-4f77-89dd-bef9c8a9971c X-Archives-Hash: 4ea983b27f358ae19972c9c212b9c34e commit: 7f7c39642571851f32a43706eb4a4e019bd096ed Author: Sam James gentoo org> AuthorDate: Sun Jan 2 06:31:29 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 2 06:31:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f7c3964 net-nntp/leafnode: Stabilize 1.11.11-r1 ppc, #819285 Signed-off-by: Sam James gentoo.org> net-nntp/leafnode/leafnode-1.11.11-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-nntp/leafnode/leafnode-1.11.11-r1.ebuild b/net-nntp/leafnode/leafnode-1.11.11-r1.ebuild index 70fdbd090eba..b91ea3de3a95 100644 --- a/net-nntp/leafnode/leafnode-1.11.11-r1.ebuild +++ b/net-nntp/leafnode/leafnode-1.11.11-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" HOMEPAGE="http://leafnode.sourceforge.net/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ppc ~x86" IUSE="ipv6" DEPEND=">=dev-libs/libpcre-3.9"