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 8839015800C for ; Tue, 4 Apr 2023 20:17:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 909DDE081B; Tue, 4 Apr 2023 20:17:51 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B3FDE081B for ; Tue, 4 Apr 2023 20:17:51 +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 7D73A340942 for ; Tue, 4 Apr 2023 20:17:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0B6FA1D for ; Tue, 4 Apr 2023 20:17:48 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1680639453.b7fc6964e53b1350f04ae58fbe6414206a494c89.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/parsebib/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/parsebib/parsebib-4.3.ebuild X-VCS-Directories: app-emacs/parsebib/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: b7fc6964e53b1350f04ae58fbe6414206a494c89 X-VCS-Branch: master Date: Tue, 4 Apr 2023 20:17:48 +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: 5c9b33e9-061d-40d4-a934-99e37c042577 X-Archives-Hash: 828927b855d29c78b206a8d4aa31390e commit: b7fc6964e53b1350f04ae58fbe6414206a494c89 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Apr 4 20:17:33 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Apr 4 20:17:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7fc6964 app-emacs/parsebib: Stabilize 4.3 amd64, #903678 Signed-off-by: Arthur Zamarin gentoo.org> app-emacs/parsebib/parsebib-4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/parsebib/parsebib-4.3.ebuild b/app-emacs/parsebib/parsebib-4.3.ebuild index 3dd63154159e..86b48a11e4ab 100644 --- a/app-emacs/parsebib/parsebib-4.3.ebuild +++ b/app-emacs/parsebib/parsebib-4.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" SLOT="0" IUSE="test" RESTRICT="!test? ( test )"