Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmsystemtray/
Date: Sat, 25 Aug 2018 07:09:31
Message-Id: 1535180946.5b09abc35afe6d655dcc22cc0c2236f3c3542e7d.voyageur@gentoo
1 commit: 5b09abc35afe6d655dcc22cc0c2236f3c3542e7d
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 21 07:20:30 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 25 07:09:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b09abc3
7
8 x11-plugins/wmsystemtray: restore RDEPEND
9
10 .../{wmsystemtray-1.4-r1.ebuild => wmsystemtray-1.4-r2.ebuild} | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/x11-plugins/wmsystemtray/wmsystemtray-1.4-r1.ebuild b/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild
14 similarity index 95%
15 rename from x11-plugins/wmsystemtray/wmsystemtray-1.4-r1.ebuild
16 rename to x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild
17 index 5493356704f..62350a58135 100644
18 --- a/x11-plugins/wmsystemtray/wmsystemtray-1.4-r1.ebuild
19 +++ b/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild
20 @@ -15,3 +15,4 @@ DEPEND="x11-libs/libXext
21 x11-libs/libXfixes
22 x11-libs/libXmu
23 x11-libs/libXpm"
24 +RDEPEND="${DEPEND}"