diff options
author | Sam James <sam@gentoo.org> | 2022-08-16 20:43:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-16 20:43:07 +0100 |
commit | 2fcc2ec8e270a4106a58acc737fa6bd0132aa4bd (patch) | |
tree | 81ad715b4a4a1a2e02974f06dbdc49df75441eb8 /gui-libs/wlroots | |
parent | gui-apps/slurp: Stabilize 1.3.2 amd64, #865405 (diff) | |
download | gentoo-2fcc2ec8e270a4106a58acc737fa6bd0132aa4bd.tar.gz gentoo-2fcc2ec8e270a4106a58acc737fa6bd0132aa4bd.tar.bz2 gentoo-2fcc2ec8e270a4106a58acc737fa6bd0132aa4bd.zip |
gui-libs/wlroots: Stabilize 0.15.1 amd64, #865415
Signed-off-by: Sam James <sam@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 b3ce3f00c339..65894587b83f 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 |