Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar/
Date: Sun, 03 Nov 2019 14:01:48
Message-Id: 1572789692.9a20412b7ed51ba710dea741c1bc6d0bbf0e5675.mgorny@gentoo
1 commit: 9a20412b7ed51ba710dea741c1bc6d0bbf0e5675
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 3 13:31:05 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 3 14:01:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a20412b
7
8 xfce-base/thunar: Remove unused USE=test
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-base/thunar/thunar-1.8.9.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/xfce-base/thunar/thunar-1.8.9.ebuild b/xfce-base/thunar/thunar-1.8.9.ebuild
16 index 5670f786cdf..1a081715f0f 100644
17 --- a/xfce-base/thunar/thunar-1.8.9.ebuild
18 +++ b/xfce-base/thunar/thunar-1.8.9.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${MY_P}.tar.bz2"
20 LICENSE="GPL-2+ LGPL-2+"
21 SLOT="0/3"
22 KEYWORDS="alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
23 -IUSE="exif introspection libnotify pcre test +trash-panel-plugin udisks"
24 +IUSE="exif introspection libnotify pcre +trash-panel-plugin udisks"
25
26 GVFS_DEPEND=">=gnome-base/gvfs-1.18.3"
27 COMMON_DEPEND=">=dev-lang/perl-5.6