diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-13 09:08:10 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-13 09:08:10 +0000 |
commit | 902ce85449cf3ce70affb89e3c7d65dc71717cf5 (patch) | |
tree | 6db50f6397cdd7ad3718b8218f0f4272dfee4b09 /net-fs | |
parent | Stable for alpha, wrt bug #530424 (diff) | |
download | gentoo-2-902ce85449cf3ce70affb89e3c7d65dc71717cf5.tar.gz gentoo-2-902ce85449cf3ce70affb89e3c7d65dc71717cf5.tar.bz2 gentoo-2-902ce85449cf3ce70affb89e3c7d65dc71717cf5.zip |
Stable for alpha, wrt bug #530418
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/nfs-utils/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/nfs-utils/nfs-utils-1.3.1-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-fs/nfs-utils/ChangeLog b/net-fs/nfs-utils/ChangeLog index 5641a482c09a..c6527932214a 100644 --- a/net-fs/nfs-utils/ChangeLog +++ b/net-fs/nfs-utils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-fs/nfs-utils # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/ChangeLog,v 1.277 2015/02/24 16:02:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/ChangeLog,v 1.278 2015/04/13 09:08:10 ago Exp $ + + 13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> nfs-utils-1.3.1-r4.ebuild: + Stable for alpha, wrt bug #530418 24 Feb 2015; Mike Frysinger <vapier@gentoo.org> files/nfs.confd: Tweak rpc.nfsd comment #538764 by dE. diff --git a/net-fs/nfs-utils/nfs-utils-1.3.1-r4.ebuild b/net-fs/nfs-utils/nfs-utils-1.3.1-r4.ebuild index 2fe9bd278869..99ff8831761e 100644 --- a/net-fs/nfs-utils/nfs-utils-1.3.1-r4.ebuild +++ b/net-fs/nfs-utils/nfs-utils-1.3.1-r4.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/nfs-utils/nfs-utils-1.3.1-r4.ebuild,v 1.1 2015/02/03 19:28:36 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.3.1-r4.ebuild,v 1.2 2015/04/13 09:08:10 ago Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/nfs/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86" IUSE="caps ipv6 kerberos +libmount nfsdcld +nfsidmap +nfsv4 nfsv41 selinux tcpd +uuid" REQUIRED_USE="kerberos? ( nfsv4 )" RESTRICT="test" #315573 |