diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-04-19 15:40:04 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-04-19 15:40:04 -0500 |
commit | ae42e492e5c642a7d11d95b35c8d1f928afbde19 (patch) | |
tree | 26b7d64bb563360659e9d16a649f42d35c88d61e /gui-libs | |
parent | gui-libs/wlroots: put the slot definition inside if statement (diff) | |
download | gentoo-ae42e492e5c642a7d11d95b35c8d1f928afbde19.tar.gz gentoo-ae42e492e5c642a7d11d95b35c8d1f928afbde19.tar.bz2 gentoo-ae42e492e5c642a7d11d95b35c8d1f928afbde19.zip |
gui-libs/wlroots: slot bump on live ebuild (for when it's tagged)
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/wlroots/wlroots-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild index d94cab34eb83..cb80b4e42fd5 100644 --- a/gui-libs/wlroots/wlroots-9999.ebuild +++ b/gui-libs/wlroots/wlroots-9999.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" - SLOT="0/13" + SLOT="0/14" fi LICENSE="MIT" |