Please fix x11-misc/polybar-9999 ebuild to no longer depend on python2.7 because with the commit https://github.com/polybar/polybar/commit/a77923ea96e8a0de8ba65c931faf21c1a20494bb the python 2 dependency was dropped.
Created attachment 600558 [details] polybar-3.4.1.ebuild polybar-3.4.1 drops python2 as a dependency. Attached is a tentative ebuild for "~amd64 ~x86". A list of changes: * `PYTHON_COMPAT=( python2_7 )` to `PYTHON_COMPAT=( python3_{6,7,8} )`; * Project homepage is no longer `jaagr/polybar` but `polybar/polybar`; `SRC_URI` is also updated to reflect this; * Per the project maintainer [1], the best way to build polybar is by downloading the tarball on the release page, which contains the specific i3ipcpp and xpp commit that corresponds to the package version. [1]: https://github.com/polybar/polybar/issues/1944#issuecomment-559722706
Welp--this ebuild might have broken the 9999 build, since it requires a recursive clone of submodules.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81577790111c6de553c1855613c08bc945d9742b commit 81577790111c6de553c1855613c08bc945d9742b Author: Johannes Huber <johu@gentoo.org> AuthorDate: 2020-01-01 19:52:00 +0000 Commit: Johannes Huber <johu@gentoo.org> CommitDate: 2020-01-01 19:52:00 +0000 x11-misc/polybar: Remove live Closes: https://bugs.gentoo.org/702454 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Johannes Huber <johu@gentoo.org> x11-misc/polybar/polybar-9999.ebuild | 73 ------------------------------------ 1 file changed, 73 deletions(-)