diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-17 07:52:54 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-17 07:52:54 +0300 |
commit | 1f71f391c138332549ef85cdf17a9e56b5922477 (patch) | |
tree | 53986ef64a76b7dbe521eafb4df9a84f9a3e9a97 /gui-libs/wlroots | |
parent | media-video/vlc: Stabilize 3.0.17.4 arm64, #865413 (diff) | |
download | gentoo-1f71f391c138332549ef85cdf17a9e56b5922477.tar.gz gentoo-1f71f391c138332549ef85cdf17a9e56b5922477.tar.bz2 gentoo-1f71f391c138332549ef85cdf17a9e56b5922477.zip |
gui-libs/wlroots: Stabilize 0.15.1 arm64, #865415
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-libs/wlroots')
-rw-r--r-- | gui-libs/wlroots/wlroots-0.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/wlroots/wlroots-0.15.1.ebuild b/gui-libs/wlroots/wlroots-0.15.1.ebuild index 65894587b83f..c8e610e9bdd1 100644 --- a/gui-libs/wlroots/wlroots-0.15.1.ebuild +++ b/gui-libs/wlroots/wlroots-0.15.1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then SLOT="0/9999" else SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz" - KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86" + KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86" SLOT="0/$(ver_cut 2)" fi |