From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1090878-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CFE53138335 for <garchives@archives.gentoo.org>; Sat, 18 May 2019 06:53:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0152EE085B; Sat, 18 May 2019 06:53:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F569E084E for <gentoo-commits@lists.gentoo.org>; Sat, 18 May 2019 06:53:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5B983449D2 for <gentoo-commits@lists.gentoo.org>; Sat, 18 May 2019 06:53:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BDC05ED for <gentoo-commits@lists.gentoo.org>; Sat, 18 May 2019 06:53:01 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1558162373.d42c38e5ef34c3f1e1b5dd5b6cf383a48aba09db.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-base/thunar/thunar-1.8.5.ebuild X-VCS-Directories: xfce-base/thunar/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d42c38e5ef34c3f1e1b5dd5b6cf383a48aba09db X-VCS-Branch: master Date: Sat, 18 May 2019 06:53:01 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 708ad075-007d-4618-9683-bcf3431cffed X-Archives-Hash: bbb89b2a7a38ad6741433f19730b7736 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