diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-02-01 12:22:06 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-02-01 12:22:06 +0000 |
commit | 54a5b167ead6f5e307b61621b22e78d7351f2efa (patch) | |
tree | 155b9aeaca779d8f337ace0b8f797bbfdfabc2e7 /net-misc/dhcpcd | |
parent | Stable for HPPA (bug #538346). (diff) | |
download | gentoo-2-54a5b167ead6f5e307b61621b22e78d7351f2efa.tar.gz gentoo-2-54a5b167ead6f5e307b61621b22e78d7351f2efa.tar.bz2 gentoo-2-54a5b167ead6f5e307b61621b22e78d7351f2efa.zip |
amd64 stable wrt bug #538418
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r-- | net-misc/dhcpcd/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-6.6.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog index e505a95d7e69..ea63ee8c493a 100644 --- a/net-misc/dhcpcd/ChangeLog +++ b/net-misc/dhcpcd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/dhcpcd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.443 2015/01/30 18:50:45 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.444 2015/02/01 12:22:06 zlogene Exp $ + + 01 Feb 2015; Mikle Kolyada <zlogene@gentoo.org> dhcpcd-6.6.7.ebuild: + amd64 stable wrt bug #538418 30 Jan 2015; William Hubbs <williamh@gentoo.org> dhcpcd-6.7.1.ebuild, dhcpcd-9999.ebuild: diff --git a/net-misc/dhcpcd/dhcpcd-6.6.7.ebuild b/net-misc/dhcpcd/dhcpcd-6.6.7.ebuild index a7e7dc7218a4..f5cd8fa42a4b 100644 --- a/net-misc/dhcpcd/dhcpcd-6.6.7.ebuild +++ b/net-misc/dhcpcd/dhcpcd-6.6.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.6.7.ebuild,v 1.1 2015/01/06 00:01:57 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.6.7.ebuild,v 1.2 2015/02/01 12:22:06 zlogene Exp $ EAPI=5 @@ -11,7 +11,7 @@ else MY_P="${MY_P/_beta/-beta}" MY_P="${MY_P/_rc/-rc}" SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" S="${WORKDIR}/${MY_P}" fi |