Summary: | specimen-0.4.5.ebuild, new dep media-libs/phat | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | mikael söderholm <gnarlie> |
Component: | New packages | Assignee: | Chris White (RETIRED) <chriswhite> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | EBUILD |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 66879 | ||
Bug Blocks: | |||
Attachments: | specimen-0.4.5.ebuild |
Description
mikael söderholm
2004-10-09 08:41:37 UTC
Created attachment 41426 [details]
specimen-0.4.5.ebuild
Checking the ebuild right now. And commited too :). +# $Header: $ header again. -KEYWORDS="x86 ~ppc -amd64" +#KEYWORDS="~x86 ~ppc -amd64" - ppc team, please uncomment this when you guys +# get media-libs/phat marked stable - Chris +KEYWORDS="~x86 -amd64" Had to adjust ppc keywords because phat isn't ppc marked. - local myconf; - use ladcca || myconf="${myconf} --disable-ladcca" - use debug || myconf="${myconf} --disable-debug" - econf ${myconf} || die + + econf \ + $(use_enable ladcca) \ + $(use_enable debug) || die + Same thing with the USE logic here. - dodoc AUTHORS COPYING ChangeLog NEWS README TODO + dodoc AUTHORS ChangeLog NEWS README TODO Same thing with COPYING. Other than that, great job again :). |