summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/libnfs/ChangeLog5
-rw-r--r--net-fs/libnfs/libnfs-1.9.5.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/net-fs/libnfs/ChangeLog b/net-fs/libnfs/ChangeLog
index 20ebe428dcbe..178532a7ddf4 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.17 2015/06/04 06:59:40 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v 1.18 2015/06/12 05:11:17 jer Exp $
+
+ 12 Jun 2015; Jeroen Roovers <jer@gentoo.org> libnfs-1.9.5.ebuild:
+ Stable for HPPA PPC64 (bug #548842).
*libnfs-1.9.7 (04 Jun 2015)
diff --git a/net-fs/libnfs/libnfs-1.9.5.ebuild b/net-fs/libnfs/libnfs-1.9.5.ebuild
index 842759725d41..3be721f26241 100644
--- a/net-fs/libnfs/libnfs-1.9.5.ebuild
+++ b/net-fs/libnfs/libnfs-1.9.5.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-fs/libnfs/libnfs-1.9.5.ebuild,v 1.5 2014/11/11 11:26:16 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-1.9.5.ebuild,v 1.6 2015/06/12 05:11:17 jer 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