diff options
Diffstat (limited to 'dev-vcs/git-pw/git-pw-2.0.0.ebuild')
-rw-r--r-- | dev-vcs/git-pw/git-pw-2.0.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-vcs/git-pw/git-pw-2.0.0.ebuild b/dev-vcs/git-pw/git-pw-2.0.0.ebuild index 8efc99b1623b..a27a91f9a2c5 100644 --- a/dev-vcs/git-pw/git-pw-2.0.0.ebuild +++ b/dev-vcs/git-pw/git-pw-2.0.0.ebuild @@ -37,6 +37,8 @@ BDEPEND=" ) " -PATCHES=( "${FILESDIR}/${P}-version.patch" ) - +src_compile() { + export PBR_VERSION=${PV} + distutils-r1_src_compile +} distutils_enable_tests pytest |