| Summary: | media-libs/giflib-4.1.6: ebuild is broken | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Martin Mokrejš <mmokrejs> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | CC: | mbartoszkiewicz |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Martin Mokrejš
2008-02-12 23:23:35 UTC
The only thing that is broken is clearly your bash... The ebuild hasn't been touched for over a month and works perfectly fine. His bash isn't broken:
src_compile starts with:
econf \
$(use_enable X x11) \
$(
# prevent circular depend #111455
has_version media-libs/urt \
|| --disable-rle \
&& use_enable rle \
) \
--disable-gl \
|| die
Please note, that || --disable-rle will try to execute '--disable-rle' and fail.
It probably should be || echo --disable-rle or something like that.
|