Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/waybar/
Date: Thu, 12 Sep 2019 08:52:14
Message-Id: 1568278264.0012854d026b104b5a0531351ce9eb7d355a7feb.soap@gentoo
1 commit: 0012854d026b104b5a0531351ce9eb7d355a7feb
2 Author: Bernardo Meurer <bernardo <AT> standard <DOT> ai>
3 AuthorDate: Mon Sep 9 21:33:21 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 12 08:51:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0012854d
7
8 gui-apps/waybar: remove libcxx useflag
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Bernardo Meurer <bernardo <AT> standard.ai>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 gui-apps/waybar/metadata.xml | 1 -
15 gui-apps/waybar/waybar-0.8.0.ebuild | 4 +---
16 gui-apps/waybar/waybar-9999.ebuild | 4 +---
17 3 files changed, 2 insertions(+), 7 deletions(-)
18
19 diff --git a/gui-apps/waybar/metadata.xml b/gui-apps/waybar/metadata.xml
20 index 3ff34b03135..c61fcb56512 100644
21 --- a/gui-apps/waybar/metadata.xml
22 +++ b/gui-apps/waybar/metadata.xml
23 @@ -13,7 +13,6 @@
24 Highly customizable Wayland bar for Sway and Wlroots based compositors.
25 </longdescription>
26 <use>
27 - <flag name="libcxx">Build with Clang's libc++ instead of libstdc++ on Linux.</flag>
28 <flag name="mpd">Enable support for the Music Player Daemon</flag>
29 <flag name="network">Enable libnl support for network related features</flag>
30 <flag name="tray">Enable support for tray</flag>
31
32 diff --git a/gui-apps/waybar/waybar-0.8.0.ebuild b/gui-apps/waybar/waybar-0.8.0.ebuild
33 index 64cd54c2c49..8cd23063c51 100644
34 --- a/gui-apps/waybar/waybar-0.8.0.ebuild
35 +++ b/gui-apps/waybar/waybar-0.8.0.ebuild
36 @@ -18,7 +18,7 @@ fi
37
38 LICENSE="MIT"
39 SLOT="0"
40 -IUSE="libcxx mpd network pulseaudio tray +udev"
41 +IUSE="mpd network pulseaudio tray +udev"
42
43 BDEPEND="
44 >=app-text/scdoc-1.9.2
45 @@ -35,7 +35,6 @@ DEPEND="
46 dev-libs/wayland
47 dev-libs/wayland-protocols
48 gui-libs/wlroots
49 - libcxx? ( sys-libs/libcxx )
50 mpd? ( media-libs/libmpdclient )
51 network? ( dev-libs/libnl:3 )
52 pulseaudio? ( media-sound/pulseaudio )
53 @@ -56,7 +55,6 @@ src_configure() {
54 $(meson_feature pulseaudio)
55 $(meson_feature tray dbusmenu-gtk)
56 $(meson_feature udev libudev)
57 - $(meson_use libcxx)
58 )
59 meson_src_configure
60 }
61
62 diff --git a/gui-apps/waybar/waybar-9999.ebuild b/gui-apps/waybar/waybar-9999.ebuild
63 index 64cd54c2c49..8cd23063c51 100644
64 --- a/gui-apps/waybar/waybar-9999.ebuild
65 +++ b/gui-apps/waybar/waybar-9999.ebuild
66 @@ -18,7 +18,7 @@ fi
67
68 LICENSE="MIT"
69 SLOT="0"
70 -IUSE="libcxx mpd network pulseaudio tray +udev"
71 +IUSE="mpd network pulseaudio tray +udev"
72
73 BDEPEND="
74 >=app-text/scdoc-1.9.2
75 @@ -35,7 +35,6 @@ DEPEND="
76 dev-libs/wayland
77 dev-libs/wayland-protocols
78 gui-libs/wlroots
79 - libcxx? ( sys-libs/libcxx )
80 mpd? ( media-libs/libmpdclient )
81 network? ( dev-libs/libnl:3 )
82 pulseaudio? ( media-sound/pulseaudio )
83 @@ -56,7 +55,6 @@ src_configure() {
84 $(meson_feature pulseaudio)
85 $(meson_feature tray dbusmenu-gtk)
86 $(meson_feature udev libudev)
87 - $(meson_use libcxx)
88 )
89 meson_src_configure
90 }