Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/e3-core/
Date: Wed, 07 Sep 2022 07:51:38
Message-Id: 1662537015.f9950783cfd07e28f8433250a6610dbe9827a40f.mgorny@gentoo
1 commit: f9950783cfd07e28f8433250a6610dbe9827a40f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 09:36:31 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 07:50:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9950783
7
8 dev-ada/e3-core: Remove redundant -p no:markdown
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11 Closes: https://github.com/gentoo/gentoo/pull/27131
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 dev-ada/e3-core/e3-core-22.1.0.ebuild | 4 ----
15 1 file changed, 4 deletions(-)
16
17 diff --git a/dev-ada/e3-core/e3-core-22.1.0.ebuild b/dev-ada/e3-core/e3-core-22.1.0.ebuild
18 index 98ae628c722e..b2affb6abb5e 100644
19 --- a/dev-ada/e3-core/e3-core-22.1.0.ebuild
20 +++ b/dev-ada/e3-core/e3-core-22.1.0.ebuild
21 @@ -48,7 +48,3 @@ src_compile() {
22 $(tc-getCC) ${CFLAGS} -o src/e3/os/data/rlimit-${PLATFORM} tools/rlimit/rlimit.c ${LDFLAGS}
23 distutils-r1_src_compile
24 }
25 -
26 -python_test() {
27 - epytest -p no:markdown
28 -}