Re: [gentoo-portage-dev] custom profiles?

2015-03-12 Thread Joakim Tjernlund
On Sun, 2015-03-08 at 11:58 -0700, Zac Medico wrote: On 03/08/2015 10:01 AM, Joakim Tjernlund wrote: On Sun, 2015-03-08 at 15:47 +, Joakim Tjernlund wrote: package.use/package.use.force is a bit different though: cat /etc/portage/package.use/qemu app-emulation/qemu vde -alsa

[gentoo-portage-dev] Re: RFC: emerge manpage options categorization

2015-03-12 Thread Duncan
Kent Fredric posted on Thu, 12 Mar 2015 15:23:59 +1300 as excerpted: On 12 March 2015 at 15:19, Duncan 1i5t5.dun...@cox.net wrote: Comments? A less radical change would be some sort of tagging notation on each feature to indicate their usage. That way, it doesn't impede the current

[gentoo-portage-dev] Re: RFC: emerge manpage options categorization

2015-03-12 Thread Duncan
Alexander Berntsen posted on Thu, 12 Mar 2015 12:25:31 +0100 as excerpted: On 12/03/15 03:19, Duncan wrote: Comments? Sure. Patches welcome. LOL. I was expecting that[1]. =:^) While I don't know the (presumably) roff markup I've seen in the manpage patches, it'd definitely be useful to

Re: [gentoo-portage-dev] Re: running ebuild in src tree

2015-03-12 Thread Joakim Tjernlund
On Thu, 2015-03-12 at 01:27 +, Duncan wrote: Zac Medico posted on Wed, 11 Mar 2015 12:03:10 -0700 as excerpted: On 03/11/2015 11:56 AM, Joakim Tjernlund wrote: On Wed, 2015-03-11 at 11:34 -0700, Zac Medico wrote: On 03/11/2015 09:03 AM, Joakim Tjernlund wrote: When developing

[gentoo-portage-dev] ROOT=/usr/src/initramfs emerge -ave busybox cause host rebuilds

2015-03-12 Thread Joakim Tjernlund
ROOT=/usr/src/initramfs emerge -ave busybox givs [ebuild R ] app-arch/xz-utils-5.0.8 USE=nls threads -static-libs [ebuild R ] sys-libs/zlib-1.2.8-r1 USE=-minizip -static-libs [ebuild R ] virtual/libintl-0-r1 [ebuild R ] sys-libs/ncurses-5.9-r3 USE=cxx unicode -ada -debug

Re: [gentoo-portage-dev] ROOT=/usr/src/initramfs emerge -ave busybox cause host rebuilds

2015-03-12 Thread Zac Medico
On 03/12/2015 10:39 AM, Joakim Tjernlund wrote: ROOT=/usr/src/initramfs emerge -ave busybox givs [ebuild R ] app-arch/xz-utils-5.0.8 USE=nls threads -static-libs [ebuild R ] sys-libs/zlib-1.2.8-r1 USE=-minizip -static-libs [ebuild R ] virtual/libintl-0-r1 [ebuild R ]

Re: [gentoo-portage-dev] custom profiles?

2015-03-12 Thread Zac Medico
On 03/12/2015 02:43 PM, Joakim Tjernlund wrote: Why is --dynamic-deps=y default? This feels like lying about your true deps, I am probably missing something here, an example would be great:) It's a legacy behavior, since portage has always behaved this way, and ebuild developers

Re: [gentoo-portage-dev] custom profiles?

2015-03-12 Thread Joakim Tjernlund
Why is --dynamic-deps=y default? This feels like lying about your true deps, I am probably missing something here, an example would be great:) It's a legacy behavior, since portage has always behaved this way, and ebuild developers have relied upon it (resulting in broken

Re: [gentoo-portage-dev] RFC: emerge manpage options categorization

2015-03-12 Thread Alexander Berntsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 12/03/15 03:19, Duncan wrote: Comments? Sure. Patches welcome. - -- Alexander berna...@gentoo.org https://secure.plaimi.net/~alexander -BEGIN PGP SIGNATURE- Version: GnuPG v2

[gentoo-portage-dev] [PATCH] dispatch-conf.conf: less-opts --quit-if-one-screen for bug 501886

2015-03-12 Thread Zac Medico
From: Marc Schiffbauer msch...@gentoo.org Use --quit-if-one-screen instead of --QUIT-AT-EOF, so that less doesn't quit automatically when the user has scrolled to the bottom. X-Gentoo-Bug: 501886 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=501886 Signed-off-by: Zac Medico