diff options
author | Mike Gilbert <floppym@gentoo.org> | 2021-11-18 15:35:49 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-11-18 15:35:49 -0500 |
commit | ba9ed16ca8aa888b7e01b19070e0c86a63c95597 (patch) | |
tree | baa08f6c3fe19798f9d250f72abbedfc9fdff711 /x11-misc | |
parent | sys-apps/busybox: Stabilize 1.34.1 arm64, #824226 (diff) | |
download | gentoo-ba9ed16ca8aa888b7e01b19070e0c86a63c95597.tar.gz gentoo-ba9ed16ca8aa888b7e01b19070e0c86a63c95597.tar.bz2 gentoo-ba9ed16ca8aa888b7e01b19070e0c86a63c95597.zip |
x11-misc/colord: drop 'examples' meson option
Closes: https://bugs.gentoo.org/823836
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/colord/colord-1.4.5-r1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-misc/colord/colord-1.4.5-r1.ebuild b/x11-misc/colord/colord-1.4.5-r1.ebuild index c4774663d9e0..afdeda302e57 100644 --- a/x11-misc/colord/colord-1.4.5-r1.ebuild +++ b/x11-misc/colord/colord-1.4.5-r1.ebuild @@ -84,7 +84,6 @@ src_prepare() { multilib_src_configure() { local emesonargs=( $(meson_native_true daemon) - -Dexamples=false -Dbash_completion=false $(meson_use udev udev_rules) $(meson_native_use_bool systemd) |