forked from ceres-sees-all/ceres-ebuilds
Fix quickshell keywords
This commit is contained in:
parent
aa7a34d38e
commit
99f48ad28c
1 changed files with 2 additions and 1 deletions
|
|
@ -11,9 +11,10 @@ HOMEPAGE="https://quickshell.org/"
|
|||
if [[ "${PV}" = *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/quickshell-mirror/${PN^}.git"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
else
|
||||
SRC_URI="https://github.com/quickshell-mirror/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue