From: Michał Górny Date: Sat, 18 May 2019 06:48:44 +0000 (+0200) Subject: xfce-base/thunar: virtx is no longer necessary X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d42c38e5ef34c3f1e1b5dd5b6cf383a48aba09db;p=gentoo.git xfce-base/thunar: virtx is no longer necessary The 1.8.5 version of Thunar no longer seems to have any meaningful tests, making the use of virtualx unnecessary. Signed-off-by: Michał Górny --- diff --git a/xfce-base/thunar/thunar-1.8.5.ebuild b/xfce-base/thunar/thunar-1.8.5.ebuild index b16e12d6a0f6..f1892f3a51b0 100644 --- a/xfce-base/thunar/thunar-1.8.5.ebuild +++ b/xfce-base/thunar/thunar-1.8.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit virtualx xdg-utils +inherit xdg-utils MY_P=${P^} @@ -60,10 +60,6 @@ src_configure() { econf "${myconf[@]}" } -src_test() { - virtx emake check -} - src_install() { default find "${D}" -name '*.la' -delete || die