diff options
Diffstat (limited to 'net-misc/dhcpcd-ui')
-rw-r--r-- | net-misc/dhcpcd-ui/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-misc/dhcpcd-ui/ChangeLog b/net-misc/dhcpcd-ui/ChangeLog index 1579d4928d69..34472ad0fde8 100644 --- a/net-misc/dhcpcd-ui/ChangeLog +++ b/net-misc/dhcpcd-ui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/dhcpcd-ui # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v 1.8 2014/11/09 11:20:48 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v 1.9 2014/11/10 20:09:55 hwoarang Exp $ + + 10 Nov 2014; Markos Chandras <hwoarang@gentoo.org> dhcpcd-ui-0.7.4.ebuild: + Remove the gtk desktop file when compiled with Qt4 support. Bug #528728 *dhcpcd-ui-0.7.4 (09 Nov 2014) diff --git a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild index b2735b3b1839..1dbbc2f17885 100644 --- a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild +++ b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild,v 1.1 2014/11/09 11:20:48 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild,v 1.2 2014/11/10 20:09:55 hwoarang Exp $ EAPI=5 @@ -46,6 +46,7 @@ src_configure() $(usex gtk3 '--with-gtk=gtk+-3.0' '') $(use_with qt4 qt) $(use_enable libnotify notification) + $(use gtk || use gtk3 || echo '--without-gtk') ) econf "${myeconfargs[@]}" } |