Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/texworks/
Date: Fri, 15 Nov 2019 12:55:35
Message-Id: 1573822505.eab9be2a86b897665500d2a6de75ff182a47f1b5.zlogene@gentoo
1 commit: eab9be2a86b897665500d2a6de75ff182a47f1b5
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 15 12:55:05 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 15 12:55:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eab9be2a
7
8 app-editors/texworks: enable virtualx
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 app-editors/texworks/texworks-0.6.3.ebuild | 6 +++++-
14 1 file changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/app-editors/texworks/texworks-0.6.3.ebuild b/app-editors/texworks/texworks-0.6.3.ebuild
17 index 63fc66eee9b..5aeb22b22dd 100644
18 --- a/app-editors/texworks/texworks-0.6.3.ebuild
19 +++ b/app-editors/texworks/texworks-0.6.3.ebuild
20 @@ -5,7 +5,7 @@ EAPI=7
21
22 PYTHON_COMPAT=( python{2_7,3_6,3_7} )
23
24 -inherit python-single-r1 cmake-utils xdg-utils
25 +inherit python-single-r1 cmake-utils virtualx xdg-utils
26
27 DESCRIPTION="A simple interface for working with TeX documents"
28 HOMEPAGE="http://tug.org/texworks/"
29 @@ -53,6 +53,10 @@ src_configure() {
30 cmake-utils_src_configure
31 }
32
33 +src_test() {
34 + virtx default_src_test
35 +}
36 +
37 pkg_postinst() {
38 xdg_desktop_database_update
39 }