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-extra/xfce4-hdaps/
Date: Thu, 22 Aug 2019 11:15:32
Message-Id: 1566472503.cb9504213d28df03cc043a6f889c8479266aa2fe.mgorny@gentoo
1 commit: cb9504213d28df03cc043a6f889c8479266aa2fe
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 22 10:27:42 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 22 11:15:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb950421
7
8 xfce-extra/xfce4-hdaps: Require GTK+2 xfce4-panel
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{xfce4-hdaps-0.0.9-r1.ebuild => xfce4-hdaps-0.0.9-r2.ebuild} | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r2.ebuild
16 similarity index 92%
17 rename from xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild
18 rename to xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r2.ebuild
19 index 9894b32b51a..cc5f0b9d580 100644
20 --- a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild
21 +++ b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -17,7 +17,7 @@ COMMON_DEPEND=">=x11-libs/gtk+-2.20:2
29 x11-libs/libX11
30 >=xfce-base/libxfce4ui-4.8
31 >=xfce-base/libxfce4util-4.8
32 - >=xfce-base/xfce4-panel-4.8"
33 + >=xfce-base/xfce4-panel-4.8[gtk2(+)]"
34 RDEPEND="${COMMON_DEPEND}
35 >=app-laptop/hdapsd-20090101
36 >=app-laptop/tp_smapi-0.39"