diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-06-12 05:11:17 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-06-12 05:11:17 +0000 |
commit | 42f58ae0bf22cc4c2b7f78d57b255777a7a75e8f (patch) | |
tree | 1c7b49c12d4f3720b529b5b285a43e233ca18272 /net-fs | |
parent | Stable for PPC64 (bug #548842). (diff) | |
download | gentoo-2-42f58ae0bf22cc4c2b7f78d57b255777a7a75e8f.tar.gz gentoo-2-42f58ae0bf22cc4c2b7f78d57b255777a7a75e8f.tar.bz2 gentoo-2-42f58ae0bf22cc4c2b7f78d57b255777a7a75e8f.zip |
Stable for HPPA PPC64 (bug #548842).
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/libnfs/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/libnfs/libnfs-1.9.5.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-fs/libnfs/ChangeLog b/net-fs/libnfs/ChangeLog index 20ebe428dcbe..178532a7ddf4 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.17 2015/06/04 06:59:40 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v 1.18 2015/06/12 05:11:17 jer Exp $ + + 12 Jun 2015; Jeroen Roovers <jer@gentoo.org> libnfs-1.9.5.ebuild: + Stable for HPPA PPC64 (bug #548842). *libnfs-1.9.7 (04 Jun 2015) diff --git a/net-fs/libnfs/libnfs-1.9.5.ebuild b/net-fs/libnfs/libnfs-1.9.5.ebuild index 842759725d41..3be721f26241 100644 --- a/net-fs/libnfs/libnfs-1.9.5.ebuild +++ b/net-fs/libnfs/libnfs-1.9.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# 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.5.ebuild,v 1.5 2014/11/11 11:26:16 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-1.9.5.ebuild,v 1.6 2015/06/12 05:11:17 jer 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 |