summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tgall@gentoo.org>2015-02-28 21:53:34 +0000
committerTom Gall <tgall@gentoo.org>2015-02-28 21:53:34 +0000
commitbfe2a737b2612830eb40bcf7ccea93e32d9b6326 (patch)
tree4f518b70f91facce5c1a23e41d62586f048fcef0 /net-misc/dhcpcd
parentseccomp USE flag is now global, removing from metadata (diff)
downloadgentoo-2-bfe2a737b2612830eb40bcf7ccea93e32d9b6326.tar.gz
gentoo-2-bfe2a737b2612830eb40bcf7ccea93e32d9b6326.tar.bz2
gentoo-2-bfe2a737b2612830eb40bcf7ccea93e32d9b6326.zip
stable on arm64
(Portage version: 2.2.14/cvs/Linux aarch64, signed Manifest commit with key EDA949AA)
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r--net-misc/dhcpcd/ChangeLog5
-rw-r--r--net-misc/dhcpcd/dhcpcd-6.7.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog
index 3a68820b82f7..f4772dc5cf78 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.447 2015/02/22 19:55:51 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.448 2015/02/28 21:53:34 tgall Exp $
+
+ 28 Feb 2015; <tgall@gentoo.org> dhcpcd-6.7.1.ebuild:
+ stable on arm64
22 Feb 2015; Mikle Kolyada <zlogene@gentoo.org> dhcpcd-6.6.7.ebuild:
x86 stable wrt bug #538418
diff --git a/net-misc/dhcpcd/dhcpcd-6.7.1.ebuild b/net-misc/dhcpcd/dhcpcd-6.7.1.ebuild
index 6cbd3e3b2b2e..6c2e88211c23 100644
--- a/net-misc/dhcpcd/dhcpcd-6.7.1.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-6.7.1.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.7.1.ebuild,v 1.2 2015/01/30 18:18:34 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.7.1.ebuild,v 1.3 2015/02/28 21:53:34 tgall 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