Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpc/
Date: Fri, 07 Sep 2018 17:32:59
Message-Id: 1536341563.15a62639cae3ee5cac7f887d7e55ad1e0ec4df8a.zlogene@gentoo
1 commit: 15a62639cae3ee5cac7f887d7e55ad1e0ec4df8a
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 7 17:32:43 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 7 17:32:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a62639
7
8 media-sound/mpc: less ugly formatting
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 media-sound/mpc/mpc-0.30.ebuild | 17 +++++++++--------
13 1 file changed, 9 insertions(+), 8 deletions(-)
14
15 diff --git a/media-sound/mpc/mpc-0.30.ebuild b/media-sound/mpc/mpc-0.30.ebuild
16 index c21d944d3fb..e098391e765 100644
17 --- a/media-sound/mpc/mpc-0.30.ebuild
18 +++ b/media-sound/mpc/mpc-0.30.ebuild
19 @@ -15,18 +15,19 @@ KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
20 IUSE="iconv test"
21
22 RDEPEND="media-libs/libmpdclient
23 - iconv? ( virtual/libiconv )"
24 + iconv? ( virtual/libiconv )"
25 +
26 DEPEND="${RDEPEND}
27 - dev-python/sphinx
28 - virtual/pkgconfig
29 - test? ( dev-libs/check )"
30 + dev-python/sphinx
31 + virtual/pkgconfig
32 + test? ( dev-libs/check )"
33
34 src_configure() {
35 local emesonargs=(
36 - -Dtest=$(usex iconv true false)
37 - -Diconv=$(usex test true false)
38 - )
39 - meson_src_configure
40 + -Dtest=$(usex iconv true false)
41 + -Diconv=$(usex test true false)
42 + )
43 + meson_src_configure
44 }
45
46 src_install() {