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-misc/picom/
Date: Thu, 22 Apr 2021 10:32:40
Message-Id: 1619087548.63e2a464f9ad76f8ce0234f880662f8670ec621c.voyageur@gentoo
1 commit: 63e2a464f9ad76f8ce0234f880662f8670ec621c
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 22 10:32:28 2021 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 22 10:32:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63e2a464
7
8 x11-misc/picom: drop libxdg-basedir dep
9
10 This is not required for current versions in tree
11
12 Closes: https://bugs.gentoo.org/784251
13 Package-Manager: Portage-3.0.18, Repoman-3.0.3
14 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
15
16 x11-misc/picom/picom-8-r1.ebuild | 1 -
17 x11-misc/picom/picom-8.2-r2.ebuild | 1 -
18 x11-misc/picom/picom-9999.ebuild | 1 -
19 3 files changed, 3 deletions(-)
20
21 diff --git a/x11-misc/picom/picom-8-r1.ebuild b/x11-misc/picom/picom-8-r1.ebuild
22 index 5634d6a6e00..ff42b3981ea 100644
23 --- a/x11-misc/picom/picom-8-r1.ebuild
24 +++ b/x11-misc/picom/picom-8-r1.ebuild
25 @@ -29,7 +29,6 @@ RDEPEND="
26 x11-libs/xcb-util-renderutil
27 config-file? (
28 dev-libs/libconfig:=
29 - dev-libs/libxdg-basedir
30 )
31 dbus? ( sys-apps/dbus )
32 drm? ( x11-libs/libdrm )
33
34 diff --git a/x11-misc/picom/picom-8.2-r2.ebuild b/x11-misc/picom/picom-8.2-r2.ebuild
35 index 70596685127..b0f96899955 100644
36 --- a/x11-misc/picom/picom-8.2-r2.ebuild
37 +++ b/x11-misc/picom/picom-8.2-r2.ebuild
38 @@ -29,7 +29,6 @@ RDEPEND="
39 x11-libs/xcb-util-renderutil
40 config-file? (
41 dev-libs/libconfig:=
42 - dev-libs/libxdg-basedir
43 )
44 dbus? ( sys-apps/dbus )
45 drm? ( x11-libs/libdrm )
46
47 diff --git a/x11-misc/picom/picom-9999.ebuild b/x11-misc/picom/picom-9999.ebuild
48 index 00061878b52..ae0a2c9641a 100644
49 --- a/x11-misc/picom/picom-9999.ebuild
50 +++ b/x11-misc/picom/picom-9999.ebuild
51 @@ -24,7 +24,6 @@ RDEPEND="dev-libs/libev
52 x11-libs/xcb-util-renderutil
53 config-file? (
54 dev-libs/libconfig:=
55 - dev-libs/libxdg-basedir
56 )
57 dbus? ( sys-apps/dbus )
58 drm? ( x11-libs/libdrm )