diff options
author | Sam James <sam@gentoo.org> | 2022-08-13 17:33:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-13 18:22:06 +0100 |
commit | 742a294593bd2cee3b6cd4b8096eab7411e7d416 (patch) | |
tree | 62211c74f4d59f7a87cd3d8683fc98bb16997b39 /net-fs/libnfs/libnfs-9999.ebuild | |
parent | www-servers/tomcat: bump to 8.5.82 (diff) | |
download | gentoo-742a294593bd2cee3b6cd4b8096eab7411e7d416.tar.gz gentoo-742a294593bd2cee3b6cd4b8096eab7411e7d416.tar.bz2 gentoo-742a294593bd2cee3b6cd4b8096eab7411e7d416.zip |
net-fs/libnfs: add 5.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-fs/libnfs/libnfs-9999.ebuild')
-rw-r--r-- | net-fs/libnfs/libnfs-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-fs/libnfs/libnfs-9999.ebuild b/net-fs/libnfs/libnfs-9999.ebuild index c586e1123012..3fedbd9d1bc3 100644 --- a/net-fs/libnfs/libnfs-9999.ebuild +++ b/net-fs/libnfs/libnfs-9999.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools + if [[ ${PV} == 9999 ]] ; then + EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git" inherit git-r3 - 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" |