From 714104632084399f4338ed257fd0574078afdedf Mon Sep 17 00:00:00 2001
From: Michał Górny <mgorny@gentoo.org>
Date: Thu, 27 Oct 2022 06:53:29 +0200
Subject: dev-python/python-zeroconf: Remove MY_P
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Michał Górny <mgorny@gentoo.org>
---
 dev-python/python-zeroconf/python-zeroconf-0.39.3.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'dev-python/python-zeroconf/python-zeroconf-0.39.3.ebuild')

diff --git a/dev-python/python-zeroconf/python-zeroconf-0.39.3.ebuild b/dev-python/python-zeroconf/python-zeroconf-0.39.3.ebuild
index e803d214a211..3271b3e2ac15 100644
--- a/dev-python/python-zeroconf/python-zeroconf-0.39.3.ebuild
+++ b/dev-python/python-zeroconf/python-zeroconf-0.39.3.ebuild
@@ -8,7 +8,6 @@ PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 
-MY_P=python-zeroconf-${PV}
 DESCRIPTION="Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)"
 HOMEPAGE="
 	https://github.com/jstasiak/python-zeroconf/
@@ -16,9 +15,8 @@ HOMEPAGE="
 "
 SRC_URI="
 	https://github.com/jstasiak/python-zeroconf/archive/${PV}.tar.gz
-		-> ${MY_P}.gh.tar.gz
+		-> ${P}.gh.tar.gz
 "
-S="${WORKDIR}/${MY_P}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-- 
cgit v1.2.3-65-gdbad