Re: [proaudio] [2668] media-sound/mididings: import |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [proaudio] [2668] media-sound/mididings: import
- From: Gavin Pryke <gavinlee303@xxxxxxxxx>
- Date: Wed, 17 Apr 2013 21:11:53 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=m0PVxCv9rNJOZaX8D5SI5QhF7US+ebJGX7Q4VfmnMig=; b=V3z9yjqQ7W8yIYhssWBClVv7QuI7EgVH/w5IvbtdC2PSyfk6Bw6atnMxmYrvWbJb9r CQMOpANIOhO1qa0K194GMOXYUnRo32iX+Ke6sIGerPN31YXiXwVGmDWTYfsq85xFBMKx RlmGo1iA90wYjyOxV1CZEOGgspa3G0v2T05o2+N9svYMDNbEhMrsLHR8YhhzGOqa+Tia oWB5G0rgVeilMDCKBcPEVd3cEZg8w8D0f2F+Wvy+S98kfTosCspTPC8WcnuzqWkSpKtJ BF2Gz7H4vHuv9AUzUGLfg+hr5AgQRI5HsMzNGN8WVCxFh6s3jd93ABVSmVhOnfsKOPR+ AAMw==
On Wednesday 17 April 2013 21:27:23 Karl Lindén wrote:
> This looks good! Although i have not tested it.
>
> However, I would suggest changing
>
> $(use x && echo "--enable-y" || echo "--disable-y"), where x and y are
> arbitrary strings,
>
> into
>
> $(use_enable x y), where x and y corresponds to x and y in the last one.
>
> Please note that $(use_enable x x) == $(use_enable x). So if x == y
> you do not need to specify y.
>
You're right. Thanks for checking it.
This confuses me because I have put use_enable in ebuilds before, I need to
look where in fact use_enable exists because I couldn't find documentation
last times I looked.
The ebuild needs more checking, I'm now getting conflicts on emerge world
after having mididings installed. I will have a look when I get home.
WBR
Gavin