summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-11-15 15:55:05 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-11-15 15:55:05 +0300
commiteab9be2a86b897665500d2a6de75ff182a47f1b5 (patch)
treee6a2dd02c4efc1c81eb8b174918d56574859378d /app-editors/texworks
parentvirtual/lapack: amd64 stable wrt bug #698756 (diff)
downloadgentoo-eab9be2a86b897665500d2a6de75ff182a47f1b5.tar.gz
gentoo-eab9be2a86b897665500d2a6de75ff182a47f1b5.tar.bz2
gentoo-eab9be2a86b897665500d2a6de75ff182a47f1b5.zip
app-editors/texworks: enable virtualx
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-editors/texworks')
-rw-r--r--app-editors/texworks/texworks-0.6.3.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/app-editors/texworks/texworks-0.6.3.ebuild b/app-editors/texworks/texworks-0.6.3.ebuild
index 63fc66eee9b1..5aeb22b22ddd 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
}