Re: [gentoo-dev] [RFC] Removing barely used global flags

2018-10-22 Thread James Le Cuirot
On Sat, 20 Oct 2018 12:41:03 +0200 Michał Górny wrote: > We seem to have a lot of global flags that are used only by a few > packages. How about moving them to local flags? List of flags with > less than 5 packages using them, ordered by use count, follows. Where > applicable, local flag

[gentoo-dev] Re: [PATCH 0/2] app-emulation/qemu-9999: Couple of sync patches

2018-10-22 Thread Matthias Maier
On Mon, Oct 22, 2018, at 08:21 CDT, Michal Privoznik wrote: > QEMU upstream has changed a bit and thus we must update our ebuild. > > Michal Privoznik (2): > app-emulation/qemu-: Drop gtk2 use flag > app-emulation/qemu-: Drop sdl-1.2 support > >

[gentoo-dev] [PATCH 2/2] app-emulation/qemu-9999: Drop sdl-1.2 support

2018-10-22 Thread Michal Privoznik
QEMU has deprecated sdl-1.2 support nearly a year ago (in upstream commit of e52c6ba3414). It's not removed yet, but it soon will be. Therefore, drop support for it in our ebuild. This is achieved by basically dropping old 'sdl' use flag and then renaming 'sdl2' to 'sdl'. Signed-off-by: Michal

[gentoo-dev] [PATCH 1/2] app-emulation/qemu-9999: Drop gtk2 use flag

2018-10-22 Thread Michal Privoznik
QEMU has deprecated gtk2 support nearly a year ago, and recently it dropped the support completely (upstream commit 89d85cde75143). Reflect this change in the live ebuild. Signed-off-by: Michal Privoznik --- app-emulation/qemu/qemu-.ebuild | 16 1 file changed, 4

[gentoo-dev] [PATCH 0/2] app-emulation/qemu-9999: Couple of sync patches

2018-10-22 Thread Michal Privoznik
QEMU upstream has changed a bit and thus we must update our ebuild. Michal Privoznik (2): app-emulation/qemu-: Drop gtk2 use flag app-emulation/qemu-: Drop sdl-1.2 support app-emulation/qemu/qemu-.ebuild | 31 - 1 file changed, 8 insertions(+), 23