diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-07 09:33:48 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-07 09:47:09 +0100 |
commit | 1836c8bfe927e4c7e2fa433684836cd715aff420 (patch) | |
tree | cdcc5cc1a0f05bb43a05ae4fa2911c9b301ad468 /net-fs | |
parent | media-libs/freealut: stable 1.1.0-r4 for ppc64 (diff) | |
download | gentoo-1836c8bfe927e4c7e2fa433684836cd715aff420.tar.gz gentoo-1836c8bfe927e4c7e2fa433684836cd715aff420.tar.bz2 gentoo-1836c8bfe927e4c7e2fa433684836cd715aff420.zip |
net-fs/libnfs: stable 4.0.0 for ppc64
stable wrt bug #738354
Package-Manager: Portage-3.0.5, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/libnfs/libnfs-4.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/libnfs/libnfs-4.0.0.ebuild b/net-fs/libnfs/libnfs-4.0.0.ebuild index 4ccb4c5cf00d..e4e268925312 100644 --- a/net-fs/libnfs/libnfs-4.0.0.ebuild +++ b/net-fs/libnfs/libnfs-4.0.0.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git" else SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 x86" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 x86" S="${WORKDIR}/${PN}-${P}" fi |