diff options
author | Paul Zander <negril.nx+gentoo@gmail.com> | 2024-09-01 23:37:10 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-02 09:29:20 +0100 |
commit | 578444dd42de066d6806d7f21808ff56e839da8f (patch) | |
tree | c48db890d156980c555789a7574b8d51ab7526ef /net-dns | |
parent | net-dns/bind: 9.18.29-r1 properly include named.conf.auth (diff) | |
download | gentoo-578444dd42de066d6806d7f21808ff56e839da8f.tar.gz gentoo-578444dd42de066d6806d7f21808ff56e839da8f.tar.bz2 gentoo-578444dd42de066d6806d7f21808ff56e839da8f.zip |
net-dns/bind: 9.18.29-r1 cleanup variables
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/bind-9.18.29-r1.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-dns/bind/bind-9.18.29-r1.ebuild b/net-dns/bind/bind-9.18.29-r1.ebuild index 79eab49c7f11..6023f3da856b 100644 --- a/net-dns/bind/bind-9.18.29-r1.ebuild +++ b/net-dns/bind/bind-9.18.29-r1.ebuild @@ -7,14 +7,11 @@ inherit multiprocessing systemd tmpfiles MY_PV="${PV/_p/-P}" MY_PV="${MY_PV/_rc/rc}" -MY_P="${PN}-${MY_PV}" - -RRL_PV="${MY_PV}" DESCRIPTION="Berkeley Internet Name Domain - Name Server" HOMEPAGE="https://www.isc.org/software/bind" SRC_URI="https://downloads.isc.org/isc/bind9/${PV}/${P}.tar.xz" -S="${WORKDIR}/${MY_P}" +S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="MPL-2.0" SLOT="0" |