mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
sys-boot/bmaptools: move to MY_P
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco@scardovi.com>
This commit is contained in:
@@ -8,6 +8,8 @@ DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_P="bmap-tools-${PV}"
|
||||
|
||||
DESCRIPTION="Bmaptool is a tool for creating and copyng files using block maps"
|
||||
HOMEPAGE="https://github.com/intel/bmap-tools"
|
||||
|
||||
@@ -16,7 +18,7 @@ SRC_URI="https://github.com/intel/bmap-tools/archive/refs/tags/v${PV}.tar.gz ->
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
S="${WORKDIR}/bmap-tools-3.6"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
RDEPEND="dev-python/six"
|
||||
|
||||
python_install_all() {
|
||||
|
||||
Reference in New Issue
Block a user