Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xwallpaper/
Date: Wed, 12 Dec 2018 05:56:31
Message-Id: 1544594079.e6111c640090a3003deaef243a2ee517e30b4f39.gyakovlev@gentoo
1 commit: e6111c640090a3003deaef243a2ee517e30b4f39
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 12 05:54:39 2018 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 12 05:54:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6111c64
7
8 x11-misc/xwallpaper: sync live ebuild
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 x11-misc/xwallpaper/xwallpaper-9999.ebuild | 8 +++++---
14 1 file changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/x11-misc/xwallpaper/xwallpaper-9999.ebuild b/x11-misc/xwallpaper/xwallpaper-9999.ebuild
17 index 45080788129..6fdbe38a627 100644
18 --- a/x11-misc/xwallpaper/xwallpaper-9999.ebuild
19 +++ b/x11-misc/xwallpaper/xwallpaper-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -20,7 +20,7 @@ LICENSE="ISC"
27 SLOT="0"
28 IUSE="jpeg png seccomp xpm"
29
30 -DEPEND="
31 +RDEPEND="
32 x11-libs/pixman
33 x11-libs/xcb-util
34 x11-libs/xcb-util-image
35 @@ -29,7 +29,9 @@ DEPEND="
36 seccomp? ( >=sys-libs/libseccomp-2.3.1:0= )
37 xpm? ( x11-libs/libXpm )"
38
39 -RDEPEND="${DEPEND}"
40 +DEPEND="${RDEPEND}
41 + virtual/pkgconfig
42 +"
43
44 src_prepare() {
45 default