Bug 92795 - `euses' is a small utility written in C to look up USE flag descriptions fast
|
Bug#:
92795
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: chainsaw@gentoo.org
|
Reported By: jer@gentoo.org
|
|
Component: Ebuilds
|
|
|
URL:
http://www.xs4all.nl/~rooversj/gentoo/euses-2.3.ebuild
|
|
Summary: `euses' is a small utility written in C to look up USE flag descriptions fast
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2005-05-16 08:00 0000
|
Created an attachment (id=70745) [details]
euses-2.3.ebuild
I have removed the libc depend. All C programs need this; none that I know of
have it in the ebuild.
The ordering of the src_compile has changed a bit; autoreconf does all that you
were doing; and ebegin makes it seem prettier.
Keywords reduced to ~x86 as that is all I can test on for now.
This is in portage. Thanks for your report and initial ebuild :)
(In reply to comment #6)
> Created an attachment (id=70745) [edit] [details]
> euses-2.3.ebuild
>
> I have removed the libc depend. All C programs need this; none that I know of
> have it in the ebuild.
> The ordering of the src_compile has changed a bit; autoreconf does all that
you
> were doing; and ebegin makes it seem prettier.
> Keywords reduced to ~x86 as that is all I can test on for now.
Thanks. Little did I know back when I wrote the original ebuild.