diff options
author | Mamut Ghiunhan <V3n3RiX@users.noreply.github.com> | 2015-06-11 22:38:12 +0100 |
---|---|---|
committer | Mamut Ghiunhan <V3n3RiX@users.noreply.github.com> | 2015-06-11 22:38:12 +0100 |
commit | 1729246c6bc42131f91d9d2a43ebfcfdaecbbdd7 (patch) | |
tree | 295c246d267c697543e2064fa4c0d809cbb6a1a2 | |
parent | 1880919048cea0667f85854296a2416a2c929203 (diff) | |
parent | bcdb211b3d967e28f96f59f9bcfa54f3d3fe2d1f (diff) |
Merge pull request #17 from V3n3RiX/master
fix some useflags to avoid libav, mask newer portage releases due to entropy failures
3 files changed, 10 insertions, 0 deletions
diff --git a/conf/intel/portage/package.keywords/00-kogaion.package.keywords b/conf/intel/portage/package.keywords/00-kogaion.package.keywords index a6050cc..6c0c256 100644 --- a/conf/intel/portage/package.keywords/00-kogaion.package.keywords +++ b/conf/intel/portage/package.keywords/00-kogaion.package.keywords @@ -13,6 +13,7 @@ >=x11-themes/kogaion-artwork-isolinux-2.1 ~amd64 ~x86 =x11-themes/kogaion-artwork-lxde-1.1-r2 ~amd64 ~x86 =x11-themes/kogaion-dark-theme-2.1 ~amd64 ~x86 +=x11-themes/kogaion-light-theme-2.1 ~amd64 ~x86 =x11-themes/kogaion-elementary-icons-1.0 ~amd64 ~x86 =x11-themes/zukitwo-brave-0.1 ~amd64 ~x86 =x11-themes/numix-icon-theme-9999 ** diff --git a/conf/intel/portage/package.mask/00-kogaion.package.mask b/conf/intel/portage/package.mask/00-kogaion.package.mask index f34d177..05a8418 100644 --- a/conf/intel/portage/package.mask/00-kogaion.package.mask +++ b/conf/intel/portage/package.mask/00-kogaion.package.mask @@ -3,3 +3,5 @@ sys-boot/grub:0::gentoo sys-boot/grub:2::gentoo # mask nvidia-drivers from gentoo x11-drivers/nvidia-drivers::gentoo +# mask newer portage as it breaks entropy +>=sys-apps/portage-2.2.14::gentoo diff --git a/conf/intel/portage/package.use/00-kogaion.package.use b/conf/intel/portage/package.use/00-kogaion.package.use index 1ac6232..df9cffd 100644 --- a/conf/intel/portage/package.use/00-kogaion.package.use +++ b/conf/intel/portage/package.use/00-kogaion.package.use @@ -1181,3 +1181,10 @@ dev-qt/qtwidgets:5 gtkstyle dev-libs/libpcre pcre16 x11-libs/libxcb xkb sys-auth/polkit-qt qt5 + +# required to disable libav +media-video/ffmpeg jpeg2k +virtual/ffmpeg jpeg2k + +# udisks support in thunar +xfce-base/thunar udisks |