diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-06-26 09:06:28 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-06-26 09:06:28 +0000 |
commit | f6641c6fea97c627d599c6cd15a33d1b3f70307a (patch) | |
tree | 1a2923a9aa685f8135ea06fce7610c8fc5943d71 /net-fs | |
parent | Stable for x86, wrt bug #552112 (diff) | |
download | gentoo-2-f6641c6fea97c627d599c6cd15a33d1b3f70307a.tar.gz gentoo-2-f6641c6fea97c627d599c6cd15a33d1b3f70307a.tar.bz2 gentoo-2-f6641c6fea97c627d599c6cd15a33d1b3f70307a.zip |
Stable for x86, wrt bug #552000
(Portage version: 2.2.18/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.9.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-fs/libnfs/ChangeLog b/net-fs/libnfs/ChangeLog index 97fcfa836c5e..ed18a6f4a8c6 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.23 2015/06/21 05:47:23 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v 1.24 2015/06/26 09:06:28 ago Exp $ + + 26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> libnfs-1.9.7.ebuild: + Stable for x86, wrt bug #552000 21 Jun 2015; Mikle Kolyada <zlogene@gentoo.org> libnfs-1.9.7.ebuild: amd64 stable wrt bug #552000 diff --git a/net-fs/libnfs/libnfs-1.9.7.ebuild b/net-fs/libnfs/libnfs-1.9.7.ebuild index 6ee26ac1510c..85852bff54d2 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.4 2015/06/21 05:47:23 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-1.9.7.ebuild,v 1.5 2015/06/26 09:06:28 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 hppa ~ppc ppc64 ~x86" + KEYWORDS="amd64 ~arm hppa ~ppc ppc64 x86" inherit autotools-utils fi |