diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-07-24 12:28:09 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-07-24 12:28:09 -0400 |
commit | 0be32c6cb2cfafb7ef534dfb9a91919a09d2f2ce (patch) | |
tree | 986d71911e362e3b1bd9a2d8a8b4e8a5ac326905 /gui-libs | |
parent | media-libs/freetype: ppc64 stable (bug #733552) (diff) | |
download | gentoo-0be32c6cb2cfafb7ef534dfb9a91919a09d2f2ce.tar.gz gentoo-0be32c6cb2cfafb7ef534dfb9a91919a09d2f2ce.tar.bz2 gentoo-0be32c6cb2cfafb7ef534dfb9a91919a09d2f2ce.zip |
gui-libs/wlroots: fix SLOT
* 0.11.x did introduce breaking API/ABI changes.
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/wlroots/wlroots-0.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/wlroots/wlroots-0.11.0.ebuild b/gui-libs/wlroots/wlroots-0.11.0.ebuild index 6496ad0a75a2..8e7fda3c1e7e 100644 --- a/gui-libs/wlroots/wlroots-0.11.0.ebuild +++ b/gui-libs/wlroots/wlroots-0.11.0.ebuild @@ -17,7 +17,7 @@ else fi LICENSE="MIT" -SLOT="0/9999" +SLOT="0/11" IUSE="elogind icccm systemd x11-backend X" REQUIRED_USE="?? ( elogind systemd )" |