xfce-base/thunar: virtx is no longer necessary
authorMichał Górny <mgorny@gentoo.org>
Sat, 18 May 2019 06:48:44 +0000 (08:48 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 18 May 2019 06:52:53 +0000 (08:52 +0200)
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 <mgorny@gentoo.org>
xfce-base/thunar/thunar-1.8.5.ebuild

index b16e12d6a0f6ffd3bb0beb7e0d21c3ff5608a1ea..f1892f3a51b0d9f95cb718fe4fa644f7aade8adf 100644 (file)
@@ -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