summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-09-16 15:02:27 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-09-17 15:35:56 +0200
commitce4328e7543f39e3b3d2cc5c557a85e467dd5243 (patch)
treeba7e6a2ce95137aabee9e6f38f8f605934dc845f /sys-fs/ubi_reader
parentapp-admin/ps_mem: adjust setuptools dep (diff)
downloadgentoo-ce4328e7543f39e3b3d2cc5c557a85e467dd5243.tar.gz
gentoo-ce4328e7543f39e3b3d2cc5c557a85e467dd5243.tar.bz2
gentoo-ce4328e7543f39e3b3d2cc5c557a85e467dd5243.zip
sys-fs/ubi_reader: Drop unused MY_P variable
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-fs/ubi_reader')
-rw-r--r--sys-fs/ubi_reader/ubi_reader-0.7.0.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-fs/ubi_reader/ubi_reader-0.7.0.ebuild b/sys-fs/ubi_reader/ubi_reader-0.7.0.ebuild
index d9accb971c86..458bf4321eda 100644
--- a/sys-fs/ubi_reader/ubi_reader-0.7.0.ebuild
+++ b/sys-fs/ubi_reader/ubi_reader-0.7.0.ebuild
@@ -8,7 +8,6 @@ PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
MY_PN="${PN/_/-}"
-MY_P="${MY_PN}-${PV}"
DESCRIPTION="Collection of Python scripts for extracting data from UBI and UBIFS images"
HOMEPAGE="https://github.com/jrspruitt/ubi_reader"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"