bsd-ac / wayland-desktop

Gentoo overlay for Wayland related ebuilds
https://gentoo.org
ISC License
61 stars 21 forks source link

Liri-shell and other liri components #16

Closed gsra99 closed 1 year ago

gsra99 commented 2 years ago

The github liri site defaults to the "develop" branch, however, when I tried to install the applications the ebuild default to the master branch. Seeing as you are using the git-r3 eclass in the ebuilds you can define the branch to use by stating in the ebuilds EGIT_BRANCH="develop".

epsilon-0 commented 2 years ago

Hmm, that sounds a bit weird. EGIT_BRANCH is supposed to be unset and is set to whatever upstream has set it to - https://gitweb.gentoo.org/repo/gentoo.git/tree/eclass/git-r3.eclass#n145 Maybe try deleting the local copy of the repository and cloning again? It may be due to the fact that they changed the default HEAD branch and your local copy is still set to the old one.