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 76887138334 for ; Fri, 7 Sep 2018 17:32:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F390E0843; Fri, 7 Sep 2018 17:32:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 500FEE0843 for ; Fri, 7 Sep 2018 17:32:58 +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 A637E335C7D for ; Fri, 7 Sep 2018 17:32:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EA693BC for ; Fri, 7 Sep 2018 17:32:54 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1536341563.15a62639cae3ee5cac7f887d7e55ad1e0ec4df8a.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mpc/mpc-0.30.ebuild X-VCS-Directories: media-sound/mpc/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 15a62639cae3ee5cac7f887d7e55ad1e0ec4df8a X-VCS-Branch: master Date: Fri, 7 Sep 2018 17:32:54 +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: 57a68951-a9ce-45fa-8ad3-d89efcde6f55 X-Archives-Hash: 4d972ad267429e7c2e0acf0a34ad9fe3 commit: 15a62639cae3ee5cac7f887d7e55ad1e0ec4df8a Author: Mikle Kolyada gentoo org> AuthorDate: Fri Sep 7 17:32:43 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Sep 7 17:32:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a62639 media-sound/mpc: less ugly formatting Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-sound/mpc/mpc-0.30.ebuild | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/media-sound/mpc/mpc-0.30.ebuild b/media-sound/mpc/mpc-0.30.ebuild index c21d944d3fb..e098391e765 100644 --- a/media-sound/mpc/mpc-0.30.ebuild +++ b/media-sound/mpc/mpc-0.30.ebuild @@ -15,18 +15,19 @@ KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="iconv test" RDEPEND="media-libs/libmpdclient - iconv? ( virtual/libiconv )" + iconv? ( virtual/libiconv )" + DEPEND="${RDEPEND} - dev-python/sphinx - virtual/pkgconfig - test? ( dev-libs/check )" + dev-python/sphinx + virtual/pkgconfig + test? ( dev-libs/check )" src_configure() { local emesonargs=( - -Dtest=$(usex iconv true false) - -Diconv=$(usex test true false) - ) - meson_src_configure + -Dtest=$(usex iconv true false) + -Diconv=$(usex test true false) + ) + meson_src_configure } src_install() {