commit: d42c38e5ef34c3f1e1b5dd5b6cf383a48aba09db
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 06:48:44 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 18 06:52:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d42c38e5
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 <mgorny <AT> gentoo.org>
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 b16e12d6a0f..f1892f3a51b 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