Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/nfs-utils/
Date: Sun, 18 Feb 2018 19:48:51
Message-Id: 1518983322.8f8133fb35c3d3144138df1e013a4f0defe11dbe.slyfox@gentoo
1 commit: 8f8133fb35c3d3144138df1e013a4f0defe11dbe
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 18 19:48:19 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 18 19:48:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f8133fb
7
8 net-fs/nfs-utils: stable 2.3.1-r2 for ia64, bug #615396
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 RepoMan-Options: --include-arches="ia64"
12
13 net-fs/nfs-utils/nfs-utils-2.3.1-r2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-fs/nfs-utils/nfs-utils-2.3.1-r2.ebuild b/net-fs/nfs-utils/nfs-utils-2.3.1-r2.ebuild
17 index 97eb0f1a091..80a30c0f996 100644
18 --- a/net-fs/nfs-utils/nfs-utils-2.3.1-r2.ebuild
19 +++ b/net-fs/nfs-utils/nfs-utils-2.3.1-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -15,7 +15,7 @@ if [[ "${PV}" = *_rc* ]] ; then
27 S="${WORKDIR}/${PN}-${PN}-${MY_PV}"
28 else
29 SRC_URI="mirror://sourceforge/nfs/${P}.tar.bz2"
30 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
31 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
32 fi
33
34 LICENSE="GPL-2"