commit:     3aac8b1ccedc28c709cf8380e93411e77a210152
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  7 20:09:18 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb  7 20:18:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aac8b1c

net-misc/dhcpcd-ui: Drop IUSE=gtk2

Bug: https://bugs.gentoo.org/769158
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-misc/dhcpcd-ui/dhcpcd-ui-0.7.8.ebuild | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.8.ebuild 
b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.8.ebuild
index 755b2b779ad..c6399302fb9 100644
--- a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.8.ebuild
+++ b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.8.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://roy.marples.name/downloads/${PN%-ui}/${P}.tar.xz";
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="debug gtk gtk2 libnotify ncurses qt5"
+IUSE="debug gtk libnotify ncurses qt5"
 
 REQUIRED_USE="libnotify? ( gtk )
        qt5? ( !libnotify )"
@@ -24,12 +24,7 @@ DEPEND="
        gtk? (
                dev-libs/glib:2
                x11-libs/gdk-pixbuf:2
-               gtk2? (
-                       x11-libs/gtk+:2
-               )
-               !gtk2? (
-                       x11-libs/gtk+:3
-               )
+               x11-libs/gtk+:3
        )
        libnotify? ( x11-libs/libnotify )
        ncurses? ( sys-libs/ncurses:0= )
@@ -40,16 +35,16 @@ DEPEND="
                media-libs/mesa
        )
 "
-
 RDEPEND="${DEPEND}
-       >=net-misc/dhcpcd-6.4.4"
+       >=net-misc/dhcpcd-6.4.4
+"
 
 src_configure() {
        local myeconfargs=(
                --without-qt
                $(use_enable debug)
                $(use_enable libnotify notification)
-               $(use_with gtk gtk $(usex gtk2 'gtk+-2.0' 'gtk+-3.0'))
+               $(use_with gtk gtk 'gtk+-3.0')
                $(use_with ncurses curses)
                $(use_with qt5 qt)
        )

Reply via email to