diff options
author | Sam James <sam@gentoo.org> | 2023-06-07 09:57:52 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-07 10:09:21 +0100 |
commit | 62b34373d6fd4bc4c52fe898023a1ddfe3aa74c7 (patch) | |
tree | 3ec7fe134ae489dce4c853142824101d61c2a36a /net-dns/nsd/nsd-9999.ebuild | |
parent | net-analyzer/sec: add 2.9.2 (diff) | |
download | gentoo-62b34373d6fd4bc4c52fe898023a1ddfe3aa74c7.tar.gz gentoo-62b34373d6fd4bc4c52fe898023a1ddfe3aa74c7.tar.bz2 gentoo-62b34373d6fd4bc4c52fe898023a1ddfe3aa74c7.zip |
net-dns/nsd: add 4.7.0
Closes: https://bugs.gentoo.org/879725
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns/nsd/nsd-9999.ebuild')
-rw-r--r-- | net-dns/nsd/nsd-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/nsd/nsd-9999.ebuild b/net-dns/nsd/nsd-9999.ebuild index 9a17b4f46b26..d9028ba457da 100644 --- a/net-dns/nsd/nsd-9999.ebuild +++ b/net-dns/nsd/nsd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ else MY_PV="${MY_PV/_rc/rc}" MY_P="${PN}-${MY_PV}" - if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then + if [[ ${PV} != *_beta* && ${PV} != *_rc* ]] ; then SRC_URI="https://www.nlnetlabs.nl/downloads/${PN}/${MY_P}.tar.gz" S="${WORKDIR}"/${MY_P} |