Gentoo Archives: gentoo-dev

From: Samuli Suominen <ssuominen@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] useq and hasq (RFC: eclass/ directory patch)
Date: Fri, 08 Jul 2011 15:43:36
Message-Id: 4E17252E.5030608@gentoo.org
In Reply to: Re: [gentoo-dev] useq and hasq (RFC: eclass/ directory patch) by Dane Smith
1 On 07/08/2011 03:12 PM, Dane Smith wrote:
2
3 >> profiles/arch/x86/profile.bashrc: if hasq profile ${IUSE} && useq
4 >> profile && \
5 >> profiles/arch/x86/profile.bashrc: hasq -fomit-frame-pointer ${CFLAGS}
6 >> ${CXXFLAGS}
7 >> sys-libs/glibc/files/eblits/src_install.eblit: local pthread=$(hasq
8 >> splitdebug ${FEATURES} && echo "libthread_db" || echo
9 >> "lib{pthread,thread_db}")
10 >> sys-libs/glibc/files/eblits/src_install.eblit: if ! hasq nostrip
11 >> ${FEATURES} && ! hasq splitdebug ${FEATURES} ; then
12 >> profiles/arch/x86/profile.bashrc: if hasq profile ${IUSE} && useq
13 >> profile && \
14 >> Assuming it's fine to convert these too?
15
16 These are now converted too. Nothing left to do wrt ebuilds, eclasses
17 and profiles. Far as I can see.
18
19 > The repoman check has already made it in. It seems fine to leave it in
20 > given that just because there are none left doesn't mean people won't
21 > accidentally put in another one sometime.
22
23 *nods*