summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-05-21 13:27:23 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-05-21 13:27:23 +0000
commit27333fc90a106a9dc844ab5e5cb57555bd801ccc (patch)
treecadf39bba1581ee0f0c1eda75bfaec3bf2c757aa /net-misc
parentStable for amd64, wrt bug #542232 (diff)
downloadgentoo-2-27333fc90a106a9dc844ab5e5cb57555bd801ccc.tar.gz
gentoo-2-27333fc90a106a9dc844ab5e5cb57555bd801ccc.tar.bz2
gentoo-2-27333fc90a106a9dc844ab5e5cb57555bd801ccc.zip
Stable for amd64, wrt bug #550034
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/dhcpcd-ui/ChangeLog7
-rw-r--r--net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/dhcpcd-ui/ChangeLog b/net-misc/dhcpcd-ui/ChangeLog
index 369748928936..ccbb6e962c7b 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.13 2014/11/13 17:11:35 hwoarang Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v 1.14 2015/05/21 13:27:23 ago Exp $
+
+ 21 May 2015; Agostino Sarubbo <ago@gentoo.org> dhcpcd-ui-0.7.4.ebuild:
+ Stable for amd64, wrt bug #550034
13 Nov 2014; Markos Chandras <hwoarang@gentoo.org> dhcpcd-ui-0.7.4.ebuild:
Really disable Qt4 UI for IUSE=-qt4
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 d81a782ac01b..db8a221698ac 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
+# Copyright 1999-2015 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.6 2014/11/13 17:11:35 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild,v 1.7 2015/05/21 13:27:23 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@ SRC_URI="http://roy.marples.name/downloads/${PN%-ui}/${P}.tar.bz2"
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="debug gtk gtk3 qt4 libnotify"
REQUIRED_USE="?? ( gtk gtk3 qt4 )
gtk3? ( !gtk ) gtk? ( !gtk3 )"