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 BCC89158030 for ; Tue, 28 Feb 2023 10:09:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14F56E077A; Tue, 28 Feb 2023 10:09:21 +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 E8CC5E077A for ; Tue, 28 Feb 2023 10:09:20 +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 034D3340C54 for ; Tue, 28 Feb 2023 10:09:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2886C8C9 for ; Tue, 28 Feb 2023 10:09:16 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1677578881.b1d1959006aec6d8e63854e7e4b40f8807ef2400.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/markdown/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-nim/markdown/markdown-0.8.7-r1.ebuild dev-nim/markdown/markdown-0.8.7.ebuild X-VCS-Directories: dev-nim/markdown/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: b1d1959006aec6d8e63854e7e4b40f8807ef2400 X-VCS-Branch: dev Date: Tue, 28 Feb 2023 10:09:16 +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: 1351ab99-3270-4213-8a27-2b05be99245b X-Archives-Hash: 82d51f59328448dde6500f499da19535 commit: b1d1959006aec6d8e63854e7e4b40f8807ef2400 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Feb 28 09:24:05 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue Feb 28 10:08:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b1d19590 dev-nim/markdown: add missing dlopen dep Closes: https://bugs.gentoo.org/898218 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-nim/markdown/{markdown-0.8.7.ebuild => markdown-0.8.7-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-nim/markdown/markdown-0.8.7.ebuild b/dev-nim/markdown/markdown-0.8.7-r1.ebuild similarity index 92% rename from dev-nim/markdown/markdown-0.8.7.ebuild rename to dev-nim/markdown/markdown-0.8.7-r1.ebuild index 4cfb6b7de..c7f9759fd 100644 --- a/dev-nim/markdown/markdown-0.8.7.ebuild +++ b/dev-nim/markdown/markdown-0.8.7-r1.ebuild @@ -17,6 +17,9 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" +DEPEND="dev-libs/libpcre:3" +RDEPEND="${DEPEND}" + set_package_url "https://github.com/soasme/nim-markdown" src_install() {