commit: 0ba773b820ac879c3ef7f935aeb05e070362240e Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Wed Jan 10 01:42:06 2018 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Wed Jan 10 01:42:38 2018 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=0ba773b8
world: add sys-block/parted at cycle 4 core/etc/grs/world.conf | 3 +++ core/var/lib/portage/world.CYCLE.4 | 1 + 2 files changed, 4 insertions(+) diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf index e39b547..c0f8d8c 100644 --- a/core/etc/grs/world.conf +++ b/core/etc/grs/world.conf @@ -1321,6 +1321,9 @@ package.use : sys-auth/pambase:0 -consolekit -debug -gnome-keyring -minimal -mkt [sys-auth/skey:0] package.use : sys-auth/skey:0 static-libs +[sys-block/parted:0] +package.use : sys-block/parted:0 -device-mapper -selinux -static-libs debug nls readline + [sys-boot/grub:2] package.use : sys-boot/grub:2 -debug -device-mapper -doc -efiemu -grub_platforms_coreboot -grub_platforms_efi-32 -grub_platforms_emu -grub_platforms_ieee1275 -grub_platforms_loongson -grub_platforms_multiboot -grub_platforms_qemu -grub_platforms_qemu-mips -grub_platforms_uboot -grub_platforms_xen -grub_platforms_xen-32 -libzfs -mount -multislot -sdl -static -test -truetype fonts grub_platforms_efi-64 grub_platforms_pc nls themes diff --git a/core/var/lib/portage/world.CYCLE.4 b/core/var/lib/portage/world.CYCLE.4 index f0fa2bb..cd9f47c 100644 --- a/core/var/lib/portage/world.CYCLE.4 +++ b/core/var/lib/portage/world.CYCLE.4 @@ -45,6 +45,7 @@ sys-apps/gradm sys-apps/less sys-apps/paxctl sys-apps/pciutils +sys-block/parted sys-boot/grub sys-boot/lilo sys-devel/gdb
