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 984C215808D for ; Wed, 20 Apr 2022 08:11:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEC85E08BB; Wed, 20 Apr 2022 08:11:49 +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 740DDE08BB for ; Wed, 20 Apr 2022 08:11:49 +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 52AD534190C for ; Wed, 20 Apr 2022 08:11:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 962E9177 for ; Wed, 20 Apr 2022 08:11:46 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1650442256.a17e13f1bc25d77588092a13277b42a6beb0362f.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/noflet/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/noflet/noflet-0.0.15_p20141102-r1.ebuild app-emacs/noflet/noflet-0.0.15_p20141102.ebuild X-VCS-Directories: app-emacs/noflet/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: a17e13f1bc25d77588092a13277b42a6beb0362f X-VCS-Branch: master Date: Wed, 20 Apr 2022 08:11:46 +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: 8955a426-7517-462f-9168-ca4ac1dff174 X-Archives-Hash: 3e7708e0a8c6046480486582e7ddcc95 commit: a17e13f1bc25d77588092a13277b42a6beb0362f Author: Maciej Barć gentoo org> AuthorDate: Wed Apr 20 08:09:25 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed Apr 20 08:10:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a17e13f1 app-emacs/noflet: add missing dash dependency Closes: https://bugs.gentoo.org/839573 Signed-off-by: Maciej Barć gentoo.org> ...oflet-0.0.15_p20141102.ebuild => noflet-0.0.15_p20141102-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-emacs/noflet/noflet-0.0.15_p20141102.ebuild b/app-emacs/noflet/noflet-0.0.15_p20141102-r1.ebuild similarity index 92% rename from app-emacs/noflet/noflet-0.0.15_p20141102.ebuild rename to app-emacs/noflet/noflet-0.0.15_p20141102-r1.ebuild index 07221b00caff..461c04cef26d 100644 --- a/app-emacs/noflet/noflet-0.0.15_p20141102.ebuild +++ b/app-emacs/noflet/noflet-0.0.15_p20141102-r1.ebuild @@ -17,6 +17,9 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" +RDEPEND="app-emacs/dash" +BDEPEND="${RDEPEND}" + DOCS=( README.creole ) PATCHES=( "${FILESDIR}"/${PN}-fix-requires.patch )