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 EB21315800F for ; Fri, 10 Feb 2023 20:36:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B449CE0870; Fri, 10 Feb 2023 20:36:24 +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 9E826E086D for ; Fri, 10 Feb 2023 20:36:24 +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 9CF1033BF51 for ; Fri, 10 Feb 2023 20:36:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8DC48C7 for ; Fri, 10 Feb 2023 20:36:19 +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: <1676061317.136f2de6c97acb40823f12eb1694c109ef5283ed.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/bbdb/bbdb-3.2.2b.ebuild X-VCS-Directories: app-emacs/bbdb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 136f2de6c97acb40823f12eb1694c109ef5283ed X-VCS-Branch: master Date: Fri, 10 Feb 2023 20:36:19 +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: f8f8a64a-7dd3-415b-aade-9b6e19f5b9a6 X-Archives-Hash: 4030df5761acfa15a2c8da0f67d59e0a commit: 136f2de6c97acb40823f12eb1694c109ef5283ed Author: Sam James gentoo org> AuthorDate: Fri Feb 10 20:35:17 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 10 20:35:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=136f2de6 app-emacs/bbdb: Stabilize 3.2.2b ALLARCHES, #893864 Signed-off-by: Sam James gentoo.org> app-emacs/bbdb/bbdb-3.2.2b.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/bbdb/bbdb-3.2.2b.ebuild b/app-emacs/bbdb/bbdb-3.2.2b.ebuild index f166a51d8054..61c0e767213d 100644 --- a/app-emacs/bbdb/bbdb-3.2.2b.ebuild +++ b/app-emacs/bbdb/bbdb-3.2.2b.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://git.savannah.nongnu.org/cgit/bbdb.git/snapshot/${P}.tar.gz" LICENSE="GPL-3+ FDL-1.3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" +KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" IUSE="doc tex vm wanderlust" RESTRICT="test" #631700