summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-06-27 18:08:29 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-06-27 18:08:29 +0000
commitc309702427c9f99ffcbe77a2d280f8043c110422 (patch)
treee3748946885a57a124717aa720904aefeb50d7f1 /net-fs
parentStable for x86, wrt bug #464552 (diff)
downloadgentoo-2-c309702427c9f99ffcbe77a2d280f8043c110422.tar.gz
gentoo-2-c309702427c9f99ffcbe77a2d280f8043c110422.tar.bz2
gentoo-2-c309702427c9f99ffcbe77a2d280f8043c110422.zip
Stable for x86, wrt bug #464552
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/libnfs/ChangeLog5
-rw-r--r--net-fs/libnfs/libnfs-1.5.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-fs/libnfs/ChangeLog b/net-fs/libnfs/ChangeLog
index 764fb13a6766..c21fc9753fb3 100644
--- a/net-fs/libnfs/ChangeLog
+++ b/net-fs/libnfs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-fs/libnfs
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v 1.5 2013/06/27 18:03:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v 1.6 2013/06/27 18:08:29 ago Exp $
+
+ 27 Jun 2013; Agostino Sarubbo <ago@gentoo.org> libnfs-1.5.0.ebuild:
+ Stable for x86, wrt bug #464552
27 Jun 2013; Agostino Sarubbo <ago@gentoo.org> libnfs-1.5.0.ebuild:
Stable for amd64, wrt bug #464552
diff --git a/net-fs/libnfs/libnfs-1.5.0.ebuild b/net-fs/libnfs/libnfs-1.5.0.ebuild
index 6abbaf4cf8e4..10ff23f3d0d2 100644
--- a/net-fs/libnfs/libnfs-1.5.0.ebuild
+++ b/net-fs/libnfs/libnfs-1.5.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-1.5.0.ebuild,v 1.2 2013/06/27 18:03:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-1.5.0.ebuild,v 1.3 2013/06/27 18:08:29 ago Exp $
EAPI="4"
@@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-2 autotools
else
SRC_URI="https://github.com/downloads/sahlberg/${PN}/${P}.tar.gz"
- KEYWORDS="amd64 ~x86"
+ KEYWORDS="amd64 x86"
fi
DESCRIPTION="client library for accessing NFS shares over a network"