mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -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
|
inherit distutils-r1
|
||||||
|
|
||||||
|
MY_P="bmap-tools-${PV}"
|
||||||
|
|
||||||
DESCRIPTION="Bmaptool is a tool for creating and copyng files using block maps"
|
DESCRIPTION="Bmaptool is a tool for creating and copyng files using block maps"
|
||||||
HOMEPAGE="https://github.com/intel/bmap-tools"
|
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"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
S="${WORKDIR}/bmap-tools-3.6"
|
S="${WORKDIR}/${MY_P}"
|
||||||
RDEPEND="dev-python/six"
|
RDEPEND="dev-python/six"
|
||||||
|
|
||||||
python_install_all() {
|
python_install_all() {
|
||||||
|
|||||||
Reference in New Issue
Block a user