projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
646cb8e
)
media-sound/mpc: fix wrongly arranged options
author
Mikle Kolyada
<zlogene@gentoo.org>
Sat, 8 Sep 2018 12:41:47 +0000
(15:41 +0300)
committer
Mikle Kolyada
<zlogene@gentoo.org>
Sat, 8 Sep 2018 12:42:23 +0000
(15:42 +0300)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-sound/mpc/mpc-0.30.ebuild
patch
|
blob
|
history
diff --git
a/media-sound/mpc/mpc-0.30.ebuild
b/media-sound/mpc/mpc-0.30.ebuild
index ba3eaf1311a86225e2861d132ed9c5f456f33034..edabc4d0253faf63492759f966bea086c4376077 100644
(file)
--- a/
media-sound/mpc/mpc-0.30.ebuild
+++ b/
media-sound/mpc/mpc-0.30.ebuild
@@
-24,8
+24,8
@@
DEPEND="${RDEPEND}
src_configure() {
local emesonargs=(
- -Dtest=$(usex
iconv
true false)
- -Diconv=$(usex
test
true false)
+ -Dtest=$(usex
test
true false)
+ -Diconv=$(usex
iconv
true false)
)
meson_src_configure
}