diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-27 18:03:55 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-27 18:03:55 +0000 |
commit | cbfddb3166e3277c9b030345e9e84bfb7d36df9c (patch) | |
tree | 7ec05cb84a597adfb15ed7b2fcb4cad808df46a5 /net-fs | |
parent | Stable for amd64, wrt bug #464552 (diff) | |
download | gentoo-2-cbfddb3166e3277c9b030345e9e84bfb7d36df9c.tar.gz gentoo-2-cbfddb3166e3277c9b030345e9e84bfb7d36df9c.tar.bz2 gentoo-2-cbfddb3166e3277c9b030345e9e84bfb7d36df9c.zip |
Stable for amd64, 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/ChangeLog | 7 | ||||
-rw-r--r-- | net-fs/libnfs/libnfs-1.5.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-fs/libnfs/ChangeLog b/net-fs/libnfs/ChangeLog index 318f20f9ec03..764fb13a6766 100644 --- a/net-fs/libnfs/ChangeLog +++ b/net-fs/libnfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-fs/libnfs -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v 1.4 2012/12/04 03:54:39 vapier Exp $ +# 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 $ + + 27 Jun 2013; Agostino Sarubbo <ago@gentoo.org> libnfs-1.5.0.ebuild: + Stable for amd64, wrt bug #464552 *libnfs-1.5.0 (04 Dec 2012) diff --git a/net-fs/libnfs/libnfs-1.5.0.ebuild b/net-fs/libnfs/libnfs-1.5.0.ebuild index cbcb77f8bdcc..6abbaf4cf8e4 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-2012 Gentoo Foundation +# 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.1 2012/12/04 03:54:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-1.5.0.ebuild,v 1.2 2013/06/27 18:03:55 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" |