summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-06-20 05:07:05 +0000
committerJeroen Roovers <jer@gentoo.org>2015-06-20 05:07:05 +0000
commita0cf725ad86b758e348b091994aab4a2fc5fb02f (patch)
tree4860adf5c1b2296365b1f6970f83169a97d8920b /net-fs
parentVersion bump. (diff)
downloadgentoo-2-a0cf725ad86b758e348b091994aab4a2fc5fb02f.tar.gz
gentoo-2-a0cf725ad86b758e348b091994aab4a2fc5fb02f.tar.bz2
gentoo-2-a0cf725ad86b758e348b091994aab4a2fc5fb02f.zip
Stable for PPC64 (bug #552000).
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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 cc0bf7f65fc2..f50b07c45aec 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.21 2015/06/16 05:02:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v 1.22 2015/06/20 05:07:05 jer Exp $
+
+ 20 Jun 2015; Jeroen Roovers <jer@gentoo.org> libnfs-1.9.7.ebuild:
+ Stable for PPC64 (bug #552000).
16 Jun 2015; Jeroen Roovers <jer@gentoo.org> libnfs-1.9.7.ebuild:
Stable for HPPA (bug #552000).
diff --git a/net-fs/libnfs/libnfs-1.9.7.ebuild b/net-fs/libnfs/libnfs-1.9.7.ebuild
index 1d49e56ab31d..ec663e2d8aaa 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.2 2015/06/16 05:02:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-1.9.7.ebuild,v 1.3 2015/06/20 05:07:05 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