diff --git a/sys-fs/bees/bees-9999.ebuild b/sys-fs/bees/bees-9999.ebuild index 72fef108e72d5..22a1b0a488808 100644 --- a/sys-fs/bees/bees-9999.ebuild +++ b/sys-fs/bees/bees-9999.ebuild @@ -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