diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-06-07 19:16:07 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-06-07 19:16:07 +0000 |
commit | cf67ebbc5e87d7eccd99e136078d06cb4a3a4abb (patch) | |
tree | e5ae2885484dcf986a0d9480b27c86c5388490d0 /net-fs | |
parent | Stable for x86, wrt bug #502876 (diff) | |
download | gentoo-2-cf67ebbc5e87d7eccd99e136078d06cb4a3a4abb.tar.gz gentoo-2-cf67ebbc5e87d7eccd99e136078d06cb4a3a4abb.tar.bz2 gentoo-2-cf67ebbc5e87d7eccd99e136078d06cb4a3a4abb.zip |
Stable for x86, wrt bug #502876
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/libnfs/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/libnfs/libnfs-1.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-fs/libnfs/ChangeLog b/net-fs/libnfs/ChangeLog index 58eaf6b08ed5..0564cbaf198b 100644 --- a/net-fs/libnfs/ChangeLog +++ b/net-fs/libnfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-fs/libnfs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v 1.10 2014/05/26 08:45:44 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v 1.11 2014/06/07 19:16:07 ago Exp $ + + 07 Jun 2014; Agostino Sarubbo <ago@gentoo.org> libnfs-1.8.0.ebuild: + Stable for x86, wrt bug #502876 26 May 2014; Chema Alonso <nimiux@gentoo.org> libnfs-1.8.0.ebuild: Stable for amd64 wrt bug #502876 diff --git a/net-fs/libnfs/libnfs-1.8.0.ebuild b/net-fs/libnfs/libnfs-1.8.0.ebuild index 6165a08c58ec..667ec5e073e9 100644 --- a/net-fs/libnfs/libnfs-1.8.0.ebuild +++ b/net-fs/libnfs/libnfs-1.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-1.8.0.ebuild,v 1.3 2014/05/26 08:45:44 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-1.8.0.ebuild,v 1.4 2014/06/07 19:16:07 ago 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 ~x86" + KEYWORDS="amd64 ~arm x86" inherit autotools-utils fi |