diff options
author | Sam James <sam@gentoo.org> | 2024-01-04 10:02:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-04 10:02:11 +0000 |
commit | d77b10cbe60b1aacac864a12509872ef30c5c4eb (patch) | |
tree | dd8e08ec2431580bf239e202613b556d6479f57c /gui-libs | |
parent | app-containers/podman: Stabilize 4.8.3 arm64, #921291 (diff) | |
download | gentoo-d77b10cbe60b1aacac864a12509872ef30c5c4eb.tar.gz gentoo-d77b10cbe60b1aacac864a12509872ef30c5c4eb.tar.bz2 gentoo-d77b10cbe60b1aacac864a12509872ef30c5c4eb.zip |
gui-libs/wlroots: Stabilize 0.17.0 amd64, #921307
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/wlroots/wlroots-0.17.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/wlroots/wlroots-0.17.0.ebuild b/gui-libs/wlroots/wlroots-0.17.0.ebuild index 1de599f19897..eb38882c48d9 100644 --- a/gui-libs/wlroots/wlroots-0.17.0.ebuild +++ b/gui-libs/wlroots/wlroots-0.17.0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then SLOT="0/9999" else SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/releases/${PV}/downloads/${P}.tar.gz" - KEYWORDS="~amd64 arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86" SLOT="0/$(ver_cut 2)" fi |