diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-09-18 10:07:11 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-09-18 10:07:11 +0200 |
commit | 69cd9db317de12ca453f079367ca1489e4d4ccbf (patch) | |
tree | 94f5649162166530d50602043803d020c86cebd7 /net-fs/libnfs | |
parent | sys-apps/man-db: s390 stable wrt bug #738344 (diff) | |
download | gentoo-69cd9db317de12ca453f079367ca1489e4d4ccbf.tar.gz gentoo-69cd9db317de12ca453f079367ca1489e4d4ccbf.tar.bz2 gentoo-69cd9db317de12ca453f079367ca1489e4d4ccbf.zip |
net-fs/libnfs: s390 stable wrt bug #738354
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-fs/libnfs')
-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 e4e268925312..45f09e152b3c 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 |