commit: eab9be2a86b897665500d2a6de75ff182a47f1b5
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 15 12:55:05 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 12:55:05 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eab9be2a
app-editors/texworks: enable virtualx
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
app-editors/texworks/texworks-0.6.3.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/app-editors/texworks/texworks-0.6.3.ebuild
b/app-editors/texworks/texworks-0.6.3.ebuild
index 63fc66eee9b..5aeb22b22dd 100644
--- a/app-editors/texworks/texworks-0.6.3.ebuild
+++ b/app-editors/texworks/texworks-0.6.3.ebuild
@@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python{2_7,3_6,3_7} )
-inherit python-single-r1 cmake-utils xdg-utils
+inherit python-single-r1 cmake-utils virtualx xdg-utils
DESCRIPTION="A simple interface for working with TeX documents"
HOMEPAGE="http://tug.org/texworks/"
@@ -53,6 +53,10 @@ src_configure() {
cmake-utils_src_configure
}
+src_test() {
+ virtx default_src_test
+}
+
pkg_postinst() {
xdg_desktop_database_update
}