Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcpcd-ui/
Date: Thu, 02 Jul 2020 15:02:41
Message-Id: 1593702154.3eead7c323bfda38fd4d3e8b678849e898d36653.polynomial-c@gentoo
1 commit: 3eead7c323bfda38fd4d3e8b678849e898d36653
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 2 15:02:05 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 2 15:02:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eead7c3
7
8 net-misc/dhcpcd-ui: Simplified gtk deps a bit
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7.ebuild | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7.ebuild b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7.ebuild
17 index 710c97f90b5..a92eeca9d77 100644
18 --- a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7.ebuild
19 +++ b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -22,14 +22,12 @@ BDEPEND="
27 "
28 DEPEND="
29 gtk? (
30 + dev-libs/glib:2
31 + x11-libs/gdk-pixbuf:2
32 gtk2? (
33 - dev-libs/glib:2
34 - x11-libs/gdk-pixbuf:2
35 x11-libs/gtk+:2
36 )
37 !gtk2? (
38 - dev-libs/glib:2
39 - x11-libs/gdk-pixbuf:2
40 x11-libs/gtk+:3
41 )
42 )