mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
profile: remove deplicate ruby setting.
also ease ruby transition by forcing a few rebuilds
This commit is contained in:
parent
6273df40b9
commit
94b94d1718
2 changed files with 5 additions and 2 deletions
|
|
@ -60,8 +60,6 @@ INSTALL_MASK="/usr/lib/debug"
|
|||
DISTDIR="${PORTDIR}/distfiles"
|
||||
PKGDIR="${PORTDIR}/packages"
|
||||
|
||||
RUBY_TARGETS="ruby25"
|
||||
|
||||
ACCEPT_LICENSE="* -@EULA intel-ucode-20180807 FraunhoferFDK"
|
||||
|
||||
GPSD_PROTOCOLS="nmea0183 nmea2000"
|
||||
|
|
|
|||
|
|
@ -350,6 +350,11 @@ fi
|
|||
# fi
|
||||
#fi
|
||||
|
||||
#migrate what we can from ruby 2.4
|
||||
if [ -n "$(portageq match / '<dev-lang/ruby-2.5')" ]; then
|
||||
revdep-rebuild --library 'libruby24.so.2.4' -- --buildpkg=y --usepkg=n --changed-deps --exclude ruby
|
||||
fi
|
||||
|
||||
#before we begin main installs, let's remove what may need removing
|
||||
#handle hard blocks here, and like this
|
||||
removeme=$(portageq match / '<dev-python/setuptools_scm-3')
|
||||
|
|
|
|||
Loading…
Reference in a new issue