mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
profile: merge some things from the build system into the main profile. the world will be a better place for it
This commit is contained in:
parent
803d2c48a7
commit
ae76c0b9d8
5 changed files with 32 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
#seems the normal dev-lang/rust won't build
|
||||
dev-lang/rust-bin
|
||||
|
||||
dev-ruby/thor amd64
|
||||
dev-ruby/crass amd64
|
||||
dev-ruby/loofah amd64
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
=x11-drivers/nvidia-drivers-346.22
|
||||
#this doesn't build on x86 so help prefer icedtea-bin
|
||||
dev-java/icedtea
|
||||
|
||||
#these just plain don't build on x86
|
||||
=dev-lang/rust-1.23.0-r1
|
||||
=dev-lang/rust-1.23.0
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
=media-libs/jasper-1.900.1-r6
|
||||
|
||||
~media-libs/freetype-2.7.1
|
||||
|
||||
#gpd pocket requires at least 1.1.5 but most of my testing was with 1.1.6
|
||||
#1.1.6 has different deps for python which breaks old gnuradio deps, so ease
|
||||
#the transition by allowing either version for now
|
||||
~media-libs/alsa-lib-1.1.5
|
||||
~media-libs/alsa-lib-1.1.6
|
||||
|
|
|
|||
|
|
@ -42,3 +42,13 @@ dev-python/pycrypto
|
|||
#transition from wxGTK 2.8
|
||||
dev-python/wxpython:2.8
|
||||
x11-libs/wxGTK:2.8
|
||||
|
||||
#force update
|
||||
<sys-apps/keyutils-1.5.9-r3
|
||||
<sys-devel/libtool-2.4.3-r2:2
|
||||
<sys-apps/attr-2.4.47-r2
|
||||
<sys-fs/udev-init-scripts-27
|
||||
<dev-lang/perl-5.24
|
||||
<sys-devel/gcc-6.4.0
|
||||
<sys-devel/binutils-2.29.1
|
||||
<sys-devel/binutils-libs-2.29.1
|
||||
|
|
|
|||
|
|
@ -5,3 +5,12 @@ sys-apps/hwdata-gentoo binary-drivers
|
|||
sys-apps/lm_sensors sensord
|
||||
sys-apps/usermode-utilities fuse
|
||||
sys-apps/util-linux static-libs
|
||||
|
||||
#portage really sucks with python2, significantly more stable to just remove that crap
|
||||
sys-apps/portage -python_targets_python2_7
|
||||
app-portage/gentoolkit -python_targets_python2_7
|
||||
app-portage/porthole -python_targets_python2_7
|
||||
app-portage/layman -python_targets_python2_7
|
||||
app-portage/gentoopm -python_targets_python2_7
|
||||
app-portage/smart-live-rebuild -python_targets_python2_7
|
||||
dev-java/java-config -python_targets_python2_7
|
||||
|
|
|
|||
Loading…
Reference in a new issue