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 5C96F158020 for ; Sat, 15 Oct 2022 11:01:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0778E0937; Sat, 15 Oct 2022 11:01:03 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D365E0937 for ; Sat, 15 Oct 2022 11:01:03 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4AA433410C1 for ; Sat, 15 Oct 2022 11:01:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A98635D6 for ; Sat, 15 Oct 2022 11:01:00 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1665831582.66cc993c93fb6769a80e8c99095f72db5cf91e8f.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/transient/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild app-emacs/transient/transient-0.3.7_p20220918.ebuild X-VCS-Directories: app-emacs/transient/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 66cc993c93fb6769a80e8c99095f72db5cf91e8f X-VCS-Branch: master Date: Sat, 15 Oct 2022 11:01:00 +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: 20c07d23-ee0b-489b-a81b-cde1b45e2184 X-Archives-Hash: 14092a85864403035e33919dd55257df commit: 66cc993c93fb6769a80e8c99095f72db5cf91e8f Author: Matthew Smith gentoo org> AuthorDate: Sat Oct 15 10:59:42 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Sat Oct 15 10:59:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66cc993c app-emacs/transient: add dependency on app-emacs/compat Keywords dropped due to missing keywords on app-emacs/compat. Closes: https://bugs.gentoo.org/877193 Signed-off-by: Matthew Smith gentoo.org> ...0.3.7_p20220918.ebuild => transient-0.3.7_p20220918-r1.ebuild} | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app-emacs/transient/transient-0.3.7_p20220918.ebuild b/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild similarity index 87% rename from app-emacs/transient/transient-0.3.7_p20220918.ebuild rename to app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild index a78258972198..17f9853eb48a 100644 --- a/app-emacs/transient/transient-0.3.7_p20220918.ebuild +++ b/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild @@ -16,13 +16,17 @@ S="${WORKDIR}"/${PN}-${H} LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~x86" DOCS=( README.org docs/transient.org ) SITEFILE="50${PN}-gentoo.el" ELISP_TEXINFO="docs/*.texi" -BDEPEND="sys-apps/texinfo" +RDEPEND="app-emacs/compat" +BDEPEND=" + ${RDEPEND} + sys-apps/texinfo +" src_prepare() { mv lisp/*.el . || die