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 BAE5F15808C for ; Thu, 3 Mar 2022 21:22:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A180CE099E; Thu, 3 Mar 2022 21:22:17 +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 80670E099E for ; Thu, 3 Mar 2022 21:22:17 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79F8C342B3E for ; Thu, 3 Mar 2022 21:22:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB209311 for ; Thu, 3 Mar 2022 21:22:12 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1646342496.8bed6bb8a5602be55ad3f3acfe994af5482b68f9.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/lbdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/lbdb/lbdb-0.47.ebuild X-VCS-Directories: net-mail/lbdb/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 8bed6bb8a5602be55ad3f3acfe994af5482b68f9 X-VCS-Branch: master Date: Thu, 3 Mar 2022 21:22:12 +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: c5a815d7-1886-47ea-8c72-ad2af1faf8de X-Archives-Hash: 0d4095c2f7cc3abb7c15516e2017c38e commit: 8bed6bb8a5602be55ad3f3acfe994af5482b68f9 Author: Sam James gentoo org> AuthorDate: Thu Mar 3 21:21:36 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Mar 3 21:21:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bed6bb8 net-mail/lbdb: destabilise for ppc Signed-off-by: Sam James gentoo.org> Signed-off-by: David Seifert gentoo.org> net-mail/lbdb/lbdb-0.47.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-mail/lbdb/lbdb-0.47.ebuild b/net-mail/lbdb/lbdb-0.47.ebuild index af873aceae50..28990f5d8ace 100644 --- a/net-mail/lbdb/lbdb-0.47.ebuild +++ b/net-mail/lbdb/lbdb-0.47.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ HOMEPAGE="https://www.spinnaker.de/lbdb/" SRC_URI="https://www.spinnaker.de/lbdb/download/${MY_P}.tar.gz" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ~ppc x86" LICENSE="GPL-2" IUSE="abook bbdb crypt evo finger ldap pda test" RESTRICT="!test? ( test )"