From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CA41359CA3 for ; Sun, 14 Feb 2016 17:02:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B29121C008; Sun, 14 Feb 2016 17:02:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94DA421C008 for ; Sun, 14 Feb 2016 17:02:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5CAB340BA1 for ; Sun, 14 Feb 2016 17:02:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6246915E0 for ; Sun, 14 Feb 2016 17:02:47 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1455469313.8d0706f9d3992c9732c153638cae018eb9ee6317.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/audacious-plugins/audacious-plugins-3.7.1.ebuild X-VCS-Directories: media-plugins/audacious-plugins/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 8d0706f9d3992c9732c153638cae018eb9ee6317 X-VCS-Branch: master Date: Sun, 14 Feb 2016 17:02:47 +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-Archives-Salt: 51e7c5a2-fdb8-478a-96a7-b19e9be7e9d3 X-Archives-Hash: c4cc8ba87981582ee2b87fd247e9f23c commit: 8d0706f9d3992c9732c153638cae018eb9ee6317 Author: Patrick Lauer gentoo org> AuthorDate: Sun Feb 14 17:01:40 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Sun Feb 14 17:01:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d0706f9 media-plugins/audacious-plugins: Whitespace Package-Manager: portage-2.2.27 media-plugins/audacious-plugins/audacious-plugins-3.7.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.7.1.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.7.1.ebuild index fc4405b..0a12e01 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-3.7.1.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-3.7.1.ebuild @@ -96,9 +96,9 @@ src_configure() { mp3_warning if use qt5 ;then notify="--disable-notify" - elif use libnotify ;then + elif use libnotify ;then notify="--enable-notify" - fi + fi if use gtk ;then gtk="--enable-gtk"