commit: 3eead7c323bfda38fd4d3e8b678849e898d36653
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 2 15:02:05 2020 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Jul 2 15:02:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eead7c3
net-misc/dhcpcd-ui: Simplified gtk deps a bit
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7.ebuild | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7.ebuild
b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7.ebuild
index 710c97f90b5..a92eeca9d77 100644
--- a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7.ebuild
+++ b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -22,14 +22,12 @@ BDEPEND="
"
DEPEND="
gtk? (
+ dev-libs/glib:2
+ x11-libs/gdk-pixbuf:2
gtk2? (
- dev-libs/glib:2
- x11-libs/gdk-pixbuf:2
x11-libs/gtk+:2
)
!gtk2? (
- dev-libs/glib:2
- x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3
)
)