diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2014-11-11 17:51:31 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2014-11-11 17:51:31 +0000 |
commit | 1663d78c566d116f8510e61b62659a46ee33ebcf (patch) | |
tree | e209364013f3af5d5450c15ffe696d7df60f848d /net-misc/dhcpcd-ui | |
parent | take over maintainership; version bump; drop old (diff) | |
download | gentoo-2-1663d78c566d116f8510e61b62659a46ee33ebcf.tar.gz gentoo-2-1663d78c566d116f8510e61b62659a46ee33ebcf.tar.bz2 gentoo-2-1663d78c566d116f8510e61b62659a46ee33ebcf.zip |
Set the icons useflag enabled by default
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
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 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/dhcpcd-ui/ChangeLog b/net-misc/dhcpcd-ui/ChangeLog index 34472ad0fde8..3869422cddb5 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.9 2014/11/10 20:09:55 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v 1.10 2014/11/11 17:51:31 hwoarang Exp $ + + 11 Nov 2014; Markos Chandras <hwoarang@gentoo.org> dhcpcd-ui-0.7.4.ebuild: + Set the icons useflag enabled by default 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 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 1dbbc2f17885..7871d86fb3c0 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.2 2014/11/10 20:09:55 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild,v 1.3 2014/11/11 17:51:31 hwoarang Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="http://roy.marples.name/downloads/${PN%-ui}/${P}.tar.bz2" LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="debug gtk gtk3 icons qt4 libnotify" +IUSE="debug gtk gtk3 +icons qt4 libnotify" REQUIRED_USE="|| ( gtk gtk3 qt4 ) gtk3? ( !gtk ) gtk? ( !gtk3 ) qt4? ( icons )" |