Hi! Thanks for the report! The issues should be fixed by now.
Regards, Karl 2015-03-01 11:53 GMT+01:00 Denis Sokolovsky <[email protected]>: > Hi. > > Just tried to install media-radio/liquidsoap and encounter following errors: > > dev-ml/ocaml-taglib-0.2.0::proaudio (required by > media-radio/liquidsoap-1.0.1::proaudio[taglib]) > missing dependency on media-libs/taglib, build fails with message: > "configure: error: taglib not found" > > media-radio/liquidsoap-1.0.1::proaudio > missing dependency on specific version of dev-ml/ocaml-dtools, build > fails with message: > "checking for ocaml dtools module >= 0.3.0... configure: error: > requires version >= 0.3.0 found 0.2.2." > > > While first one is easy to fix with patch > diff -u ocaml-taglib-0.2.0.ebuild ocaml-taglib-0.2.0-r1.ebuild > --- ocaml-taglib-0.2.0.ebuild 2015-02-28 16:06:30.175824944 +0100 > +++ ocaml-taglib-0.2.0-r1.ebuild 2015-03-01 11:46:33.135839262 +0100 > @@ -14,7 +14,8 @@ > KEYWORDS="~x86 ~amd64" > IUSE="examples" > > -RDEPEND="dev-lang/ocaml" > +RDEPEND="dev-lang/ocaml > + media-libs/taglib" > DEPEND="${RDEPEND} > dev-ml/findlib > virtual/pkgconfig" > === cut === > second one is much more harder, for me, as I don't know where I can > get >=dev-ml/ocaml-dtools-0.3.0 > > -- > Denis Sokolovsky
