Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/coccigrep/
Date: Sun, 30 Oct 2022 20:12:35
Message-Id: 1667160691.40fc8bf42a7eec83a43d854b6ca416833ad17d8b.tupone@gentoo
1 commit: 40fc8bf42a7eec83a43d854b6ca416833ad17d8b
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 20:11:31 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 20:11:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40fc8bf4
7
8 dev-util/coccigrep: sphinx.ext.pngmath obsoleted
9
10 Closes: https://bugs.gentoo.org/878775
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-util/coccigrep/coccigrep-1.20.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/dev-util/coccigrep/coccigrep-1.20.ebuild b/dev-util/coccigrep/coccigrep-1.20.ebuild
17 index 5a30a6669a76..7ce98d6d6821 100644
18 --- a/dev-util/coccigrep/coccigrep-1.20.ebuild
19 +++ b/dev-util/coccigrep/coccigrep-1.20.ebuild
20 @@ -26,6 +26,8 @@ BDEPEND="
21 emacs? ( >=app-editors/emacs-23.1:* )
22 "
23
24 +PATCHES=( "${FILESDIR}"/${P}-sphinx.patch )
25 +
26 SITEFILE="50${PN}-gentoo.el"
27
28 python_compile_all() {