Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/awesome/
Date: Wed, 30 Dec 2020 10:49:07
Message-Id: 1609325337.5c74c53cf2f452b580ec947f5dcf5b7dab9f287b.soap@gentoo
1 commit: 5c74c53cf2f452b580ec947f5dcf5b7dab9f287b
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Wed Dec 30 10:48:57 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 10:48:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c74c53c
7
8 x11-wm/awesome: Fix typo in live ebuild
9
10 Closes: https://github.com/gentoo/gentoo/pull/18877
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 x11-wm/awesome/awesome-9999.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/x11-wm/awesome/awesome-9999.ebuild b/x11-wm/awesome/awesome-9999.ebuild
18 index 13a5021a6cc..9c4176a67a0 100644
19 --- a/x11-wm/awesome/awesome-9999.ebuild
20 +++ b/x11-wm/awesome/awesome-9999.ebuild
21 @@ -90,7 +90,7 @@ src_configure() {
22 cmake_src_configure
23 }
24
25 -src_rest() {
26 +src_test() {
27 # awesome's test suite starts Xvfb by itself, no need for virtualx eclass
28 HEADLESS=1 cmake_build check -j1
29 }