diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-09-27 22:09:34 -0600 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-28 20:51:49 +0300 |
commit | 35781f14ab1a202c7771ca0f31aec46ddd558af4 (patch) | |
tree | ae249a35a99431402ef36e85f4c128b3cb829925 /gui-libs | |
parent | gui-libs/wlroots: adjust deps (diff) | |
download | gentoo-35781f14ab1a202c7771ca0f31aec46ddd558af4.tar.gz gentoo-35781f14ab1a202c7771ca0f31aec46ddd558af4.tar.bz2 gentoo-35781f14ab1a202c7771ca0f31aec46ddd558af4.zip |
gui-libs/wlroots: remove a strange comment
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
Closes: https://github.com/gentoo/gentoo/pull/33064
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/wlroots/wlroots-0.16.2-r2.ebuild | 1 | ||||
-rw-r--r-- | gui-libs/wlroots/wlroots-9999.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/gui-libs/wlroots/wlroots-0.16.2-r2.ebuild b/gui-libs/wlroots/wlroots-0.16.2-r2.ebuild index 347b6e26f922..bb9f64c221f8 100644 --- a/gui-libs/wlroots/wlroots-0.16.2-r2.ebuild +++ b/gui-libs/wlroots/wlroots-0.16.2-r2.ebuild @@ -65,7 +65,6 @@ src_configure() { $(usev libinput) $(usev x11-backend 'x11') ) - # Separate values with a comma with this evil floating point bit hack local meson_backends=$(IFS=','; echo "${backends[*]}") local emesonargs=( $(meson_feature xcb-errors) diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild index dcfe1e4ce9e2..60a55fbde1d9 100644 --- a/gui-libs/wlroots/wlroots-9999.ebuild +++ b/gui-libs/wlroots/wlroots-9999.ebuild @@ -73,7 +73,6 @@ src_configure() { $(usev libinput) $(usev x11-backend 'x11') ) - # Separate values with a comma with this evil floating point bit hack local meson_backends=$(IFS=','; echo "${backends[*]}") local emesonargs=( $(meson_feature xcb-errors) |