From d42c38e5ef34c3f1e1b5dd5b6cf383a48aba09db Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 18 May 2019 08:48:44 +0200 Subject: [PATCH] xfce-base/thunar: virtx is no longer necessary MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- xfce-base/thunar/thunar-1.8.5.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 -- 2.26.2