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/xfdesktop/
Date: Tue, 03 Jan 2023 06:52:27
Message-Id: 1672728739.97e165491fe84b89e1209057ae511eec7b01bdcf.mgorny@gentoo
1 commit: 97e165491fe84b89e1209057ae511eec7b01bdcf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 06:49:54 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 06:52:19 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e16549
7
8 xfce-base/xfdesktop: Remove unused debug flag
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-base/xfdesktop/xfdesktop-4.18.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/xfce-base/xfdesktop/xfdesktop-4.18.0.ebuild b/xfce-base/xfdesktop/xfdesktop-4.18.0.ebuild
16 index e8edad1d0122..f022f029c5f6 100644
17 --- a/xfce-base/xfdesktop/xfdesktop-4.18.0.ebuild
18 +++ b/xfce-base/xfdesktop/xfdesktop-4.18.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -15,7 +15,7 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
26 LICENSE="GPL-2+"
27 SLOT="0"
28 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
29 -IUSE="debug libnotify +thunar"
30 +IUSE="libnotify +thunar"
31
32 DEPEND="
33 >=x11-libs/cairo-1.16