Update profiles

Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
Ceres 2026-03-08 20:43:14 +00:00
parent 30ae8bbdb3
commit e3f67d575c
Signed by: ceres-sees-all
GPG key ID: 9814758436430045
11 changed files with 69 additions and 61 deletions

View file

@ -18,13 +18,14 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/niri-wm/niri.git"
EGIT_BRANCH="wip/branch"
KEYWORDS="~amd64 ~arm64"
else
SRC_URI="
https://github.com/niri-wm/niri/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/niri-wm/niri/releases/download/v${PV}/${P}-vendored-dependencies.tar.xz
${CARGO_CRATE_URIS}
"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~arm64"
# used for version string
export NIRI_BUILD_COMMIT="b35bcae"