summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2015-06-27 12:39:49 +0000
committerMarkus Meier <maekke@gentoo.org>2015-06-27 12:39:49 +0000
commitb821376816a6939fddec266933bed3c10aa48d84 (patch)
treee1c772a2c35dd0fe5f785ece1efae573dc2abeec /net-fs
parentarm stable, bug #551980 (diff)
downloadgentoo-2-b821376816a6939fddec266933bed3c10aa48d84.tar.gz
gentoo-2-b821376816a6939fddec266933bed3c10aa48d84.tar.bz2
gentoo-2-b821376816a6939fddec266933bed3c10aa48d84.zip
arm stable, bug #552000
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/libnfs/ChangeLog5
-rw-r--r--net-fs/libnfs/libnfs-1.9.7.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-fs/libnfs/ChangeLog b/net-fs/libnfs/ChangeLog
index ed18a6f4a8c6..a467c3eec9e9 100644
--- a/net-fs/libnfs/ChangeLog
+++ b/net-fs/libnfs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-fs/libnfs
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v 1.24 2015/06/26 09:06:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v 1.25 2015/06/27 12:39:49 maekke Exp $
+
+ 27 Jun 2015; Markus Meier <maekke@gentoo.org> libnfs-1.9.7.ebuild:
+ arm stable, bug #552000
26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> libnfs-1.9.7.ebuild:
Stable for x86, wrt bug #552000
diff --git a/net-fs/libnfs/libnfs-1.9.7.ebuild b/net-fs/libnfs/libnfs-1.9.7.ebuild
index 85852bff54d2..385111cd845b 100644
--- a/net-fs/libnfs/libnfs-1.9.7.ebuild
+++ b/net-fs/libnfs/libnfs-1.9.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-fs/libnfs/libnfs-1.9.7.ebuild,v 1.5 2015/06/26 09:06:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-1.9.7.ebuild,v 1.6 2015/06/27 12:39:49 maekke Exp $
EAPI="5"
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-2 autotools-utils
else
SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"
- KEYWORDS="amd64 ~arm hppa ~ppc ppc64 x86"
+ KEYWORDS="amd64 arm hppa ~ppc ppc64 x86"
inherit autotools-utils
fi