diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-11-15 16:18:14 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-11-15 16:18:14 +0300 |
commit | 127aad5712324f81ff9daf67c8ce52fd7a22a5ce (patch) | |
tree | c215abbef07971b2b88686ad94a6f45fe48b4d09 /app-editors/texworks | |
parent | media-sound/mpd: Drop old (diff) | |
download | gentoo-127aad5712324f81ff9daf67c8ce52fd7a22a5ce.tar.gz gentoo-127aad5712324f81ff9daf67c8ce52fd7a22a5ce.tar.bz2 gentoo-127aad5712324f81ff9daf67c8ce52fd7a22a5ce.zip |
app-editors/texworks: force RESTRICT="!test? ( test )"
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.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-editors/texworks/texworks-0.6.3.ebuild b/app-editors/texworks/texworks-0.6.3.ebuild index 5aeb22b22ddd..8d35ffb49142 100644 --- a/app-editors/texworks/texworks-0.6.3.ebuild +++ b/app-editors/texworks/texworks-0.6.3.ebuild @@ -34,6 +34,8 @@ BDEPEND="virtual/pkgconfig" S=${WORKDIR}/${PN}-release-${PV} +RESTRICT="!test? ( test )" + pkg_setup() { python-single-r1_pkg_setup } |