diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-13 09:04:50 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-13 09:04:50 +0200 |
commit | 1e8e376978dab434d5c3c437fe3ac82f88b4ed7f (patch) | |
tree | eb7508281b517ffa8b1fd3845714dcb743ccc796 /net-fs/libnfs | |
parent | dev-db/pspg: amd64 stable wrt bug #851558 (diff) | |
download | gentoo-1e8e376978dab434d5c3c437fe3ac82f88b4ed7f.tar.gz gentoo-1e8e376978dab434d5c3c437fe3ac82f88b4ed7f.tar.bz2 gentoo-1e8e376978dab434d5c3c437fe3ac82f88b4ed7f.zip |
net-fs/libnfs: amd64 stable wrt bug #851600
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-fs/libnfs')
-rw-r--r-- | net-fs/libnfs/libnfs-5.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/libnfs/libnfs-5.0.1.ebuild b/net-fs/libnfs/libnfs-5.0.1.ebuild index 697b530e9448..401f121788a2 100644 --- a/net-fs/libnfs/libnfs-5.0.1.ebuild +++ b/net-fs/libnfs/libnfs-5.0.1.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 ~riscv ~s390 ~x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~x86" S="${WORKDIR}"/${PN}-${P} fi |