From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D3D9138335 for ; Mon, 12 Aug 2019 00:53:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF1C2E05C1; Mon, 12 Aug 2019 00:53:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8AA1BE05C1 for ; Mon, 12 Aug 2019 00:53:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 885A234992B for ; Mon, 12 Aug 2019 00:52:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4178760 for ; Mon, 12 Aug 2019 00:52:57 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1565570874.a2f6ede96f0da8b14c0dbc25fbf20c174e07efd5.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/waybar/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/waybar/waybar-0.7.2.ebuild gui-apps/waybar/waybar-9999.ebuild X-VCS-Directories: gui-apps/waybar/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: a2f6ede96f0da8b14c0dbc25fbf20c174e07efd5 X-VCS-Branch: master Date: Mon, 12 Aug 2019 00:52:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 06a913aa-cc8b-4cc3-b389-66bde3604938 X-Archives-Hash: ed0b49aa961d937c839f6fa47aaa6d61 commit: a2f6ede96f0da8b14c0dbc25fbf20c174e07efd5 Author: Aaron Bauman gentoo org> AuthorDate: Mon Aug 12 00:47:54 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Aug 12 00:47:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f6ede9 gui-apps/waybar: stylistic changes Signed-off-by: Aaron Bauman gentoo.org> gui-apps/waybar/waybar-0.7.2.ebuild | 14 +++++--------- gui-apps/waybar/waybar-9999.ebuild | 14 +++++--------- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/gui-apps/waybar/waybar-0.7.2.ebuild b/gui-apps/waybar/waybar-0.7.2.ebuild index bfcfa38df7f..fc844ec121d 100644 --- a/gui-apps/waybar/waybar-0.7.2.ebuild +++ b/gui-apps/waybar/waybar-0.7.2.ebuild @@ -30,20 +30,16 @@ DEPEND=" dev-libs/wayland dev-libs/wayland-protocols gui-libs/wlroots - libcxx? ( sys-libs/libcxx ) mpd? ( media-libs/libmpdclient ) network? ( dev-libs/libnl:3 ) pulseaudio? ( media-sound/pulseaudio ) tray? ( dev-libs/libdbusmenu[gtk3] ) - udev? ( virtual/libudev:= ) -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - virtual/pkgconfig -" + udev? ( virtual/libudev:= )" + +RDEPEND="${DEPEND}" + +BDEPEND="virtual/pkgconfig" if [[ ${PV} != 9999 ]]; then S="${WORKDIR}/${PN^}-${PV}" diff --git a/gui-apps/waybar/waybar-9999.ebuild b/gui-apps/waybar/waybar-9999.ebuild index bfcfa38df7f..fc844ec121d 100644 --- a/gui-apps/waybar/waybar-9999.ebuild +++ b/gui-apps/waybar/waybar-9999.ebuild @@ -30,20 +30,16 @@ DEPEND=" dev-libs/wayland dev-libs/wayland-protocols gui-libs/wlroots - libcxx? ( sys-libs/libcxx ) mpd? ( media-libs/libmpdclient ) network? ( dev-libs/libnl:3 ) pulseaudio? ( media-sound/pulseaudio ) tray? ( dev-libs/libdbusmenu[gtk3] ) - udev? ( virtual/libudev:= ) -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - virtual/pkgconfig -" + udev? ( virtual/libudev:= )" + +RDEPEND="${DEPEND}" + +BDEPEND="virtual/pkgconfig" if [[ ${PV} != 9999 ]]; then S="${WORKDIR}/${PN^}-${PV}"