diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-05-18 08:48:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-05-18 08:52:53 +0200 |
commit | d42c38e5ef34c3f1e1b5dd5b6cf383a48aba09db (patch) | |
tree | 3304f3ddb07d20653d68ccef12c8609f1da2c034 /xfce-base/thunar | |
parent | xfce-base/thunar: Bump to 1.6.17 (diff) | |
download | gentoo-d42c38e5ef34c3f1e1b5dd5b6cf383a48aba09db.tar.gz gentoo-d42c38e5ef34c3f1e1b5dd5b6cf383a48aba09db.tar.bz2 gentoo-d42c38e5ef34c3f1e1b5dd5b6cf383a48aba09db.zip |
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@gentoo.org>
Diffstat (limited to 'xfce-base/thunar')
-rw-r--r-- | xfce-base/thunar/thunar-1.8.5.ebuild | 6 |
1 files changed, 1 insertions, 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 |