diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-07-02 17:02:05 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-07-02 17:02:34 +0200 |
commit | 3eead7c323bfda38fd4d3e8b678849e898d36653 (patch) | |
tree | badda363763d5cff4f23a4abd223882f07754e28 /net-misc | |
parent | net-misc/linuxptp: add systemd unit for timemaster (diff) | |
download | gentoo-3eead7c323bfda38fd4d3e8b678849e898d36653.tar.gz gentoo-3eead7c323bfda38fd4d3e8b678849e898d36653.tar.bz2 gentoo-3eead7c323bfda38fd4d3e8b678849e898d36653.zip |
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@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7.ebuild | 8 |
1 files 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 710c97f90b5e..a92eeca9d77e 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 ) ) |