diff -r e10276b32941 -r 10be8f1bcd64 gui-apps/wev/wev-1.0.0.ebuild --- a/gui-apps/wev/wev-1.0.0.ebuild Tue Apr 13 17:07:39 2021 +0100 +++ b/gui-apps/wev/wev-1.0.0.ebuild Tue Apr 13 17:34:11 2021 +0100 @@ -5,10 +5,7 @@ DESCRIPTION="Wayland event viewer" HOMEPAGE="https://git.sr.ht/~sircmpwn/wev" -EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/wev" -EGIT_COMMIT="${PV}" - -inherit git-r3 +SRC_URI="https://git.sr.ht/~sircmpwn/${PN}/archive/${PV}.tar.gz" LICENSE="MIT" SLOT="0" @@ -22,6 +19,6 @@ BDEPEND="app-text/scdoc" src_install() { - export PREFIX="${EPREFIX}/usr" + export PREFIX="${EPREFIX}/usr" # We install in the same place as xev, but this is optional default }