diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-12-25 19:23:02 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-12-25 19:23:02 -0600 |
commit | fae47c1805feb4b3e082b0da6003fd6d46856244 (patch) | |
tree | 28ab0bd79a6b153c039a07c047e65dbd73160475 /gui-libs | |
parent | gnome-base/gsettings-desktop-schemas: enable py3.10 (diff) | |
download | gentoo-fae47c1805feb4b3e082b0da6003fd6d46856244.tar.gz gentoo-fae47c1805feb4b3e082b0da6003fd6d46856244.tar.bz2 gentoo-fae47c1805feb4b3e082b0da6003fd6d46856244.zip |
gui-libs/wlroots: fix slots for 0.15 and upcoming 0.16
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/wlroots/wlroots-0.15.0-r1.ebuild (renamed from gui-libs/wlroots/wlroots-0.15.0.ebuild) | 2 | ||||
-rw-r--r-- | gui-libs/wlroots/wlroots-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gui-libs/wlroots/wlroots-0.15.0.ebuild b/gui-libs/wlroots/wlroots-0.15.0-r1.ebuild index 395649f12eb2..8e5a8863e196 100644 --- a/gui-libs/wlroots/wlroots-0.15.0.ebuild +++ b/gui-libs/wlroots/wlroots-0.15.0-r1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" - SLOT="0/14" + SLOT="0/15" fi LICENSE="MIT" diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild index 395649f12eb2..47b97d1e07e4 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://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" - SLOT="0/14" + SLOT="0/16" fi LICENSE="MIT" |