Gentoo Archives: gentoo-commits

From: Denis Dupeyron <calchan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfwm4/
Date: Mon, 03 Sep 2018 15:13:50
Message-Id: 1535987498.6ba183ca9c29048274662ddf00bff4c781069551.calchan@gentoo
1 commit: 6ba183ca9c29048274662ddf00bff4c781069551
2 Author: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 3 15:10:22 2018 +0000
4 Commit: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 3 15:11:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba183ca
7
8 xfce-base/xfwm4
9
10 Make the xpresent USE flag default to enabled (bug #664710)
11
12 Package-Manager: Portage-2.3.48, Repoman-2.3.10
13
14 xfce-base/xfwm4/xfwm4-4.13.1-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/xfce-base/xfwm4/xfwm4-4.13.1-r1.ebuild b/xfce-base/xfwm4/xfwm4-4.13.1-r1.ebuild
18 index c44da6e62c0..45a8b26c189 100644
19 --- a/xfce-base/xfwm4/xfwm4-4.13.1-r1.ebuild
20 +++ b/xfce-base/xfwm4/xfwm4-4.13.1-r1.ebuild
21 @@ -13,7 +13,7 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2
22 LICENSE="GPL-2"
23 SLOT="0"
24 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
25 -IUSE="opengl startup-notification +xcomposite xpresent"
26 +IUSE="opengl startup-notification +xcomposite +xpresent"
27
28 RDEPEND="dev-libs/dbus-glib:=
29 >=dev-libs/glib-2.20:=