mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sys-fs/bees: Specify package version to Makefile
This works around an upstream issue in non-git ebuilds. The change is proposed to work from v0.7 onwards. It's still a hack but gets around the git error messages that show up otherwise during the ebuild phase. Closes: https://github.com/gentoo/gentoo/pull/10016 Github-Link: https://github.com/Zygo/bees/issues/75 Package-Manager: Portage-2.3.49, Repoman-2.3.10 Signed-off-by: Kai Krakow <kai@kaishome.de> Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
committed by
Georgy Yakovlev
parent
3b28b31a8f
commit
7d85d0b5f6
@@ -60,6 +60,11 @@ src_configure() {
|
||||
LIBDIR=$(get_libdir)
|
||||
DEFAULT_MAKE_TARGET=all
|
||||
EOF
|
||||
if [[ ${PV} != "9999" ]] ; then
|
||||
cat >>localconf <<-EOF || die
|
||||
BEES_VERSION=v${PV}
|
||||
EOF
|
||||
fi
|
||||
if use tools; then
|
||||
echo OPTIONAL_INSTALL_TARGETS=install_tools >>localconf || die
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user