diff options
author | Markus Meier <maekke@gentoo.org> | 2015-02-17 21:01:44 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-02-17 21:01:44 +0000 |
commit | 6c56ae9da6ad75b1ac0626d8442169027e918536 (patch) | |
tree | 382c462e750e0c5b0bbe6e1904a642be9346ae60 /net-misc | |
parent | arm stable, bug #527856 (diff) | |
download | gentoo-2-6c56ae9da6ad75b1ac0626d8442169027e918536.tar.gz gentoo-2-6c56ae9da6ad75b1ac0626d8442169027e918536.tar.bz2 gentoo-2-6c56ae9da6ad75b1ac0626d8442169027e918536.zip |
arm stable, bug #538418
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'net-misc')
-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 fcd087d35466..441ead3edfbe 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.445 2015/02/02 16:41:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.446 2015/02/17 21:01:44 maekke Exp $ + + 17 Feb 2015; Markus Meier <maekke@gentoo.org> dhcpcd-6.6.7.ebuild: + arm stable, bug #538418 02 Feb 2015; Jeroen Roovers <jer@gentoo.org> dhcpcd-6.6.7.ebuild: Stable for HPPA (bug #538418). diff --git a/net-misc/dhcpcd/dhcpcd-6.6.7.ebuild b/net-misc/dhcpcd/dhcpcd-6.6.7.ebuild index c5820d22d1f0..1b2d9293787b 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.3 2015/02/02 16:41:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.6.7.ebuild,v 1.4 2015/02/17 21:01:44 maekke 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 |