profile: remove deplicate ruby setting.

also ease ruby transition by forcing a few rebuilds
This commit is contained in:
Rick Farina (Zero_Chaos) 2020-02-18 14:02:55 -05:00
parent 6273df40b9
commit 94b94d1718
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 5 additions and 2 deletions

View file

@ -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"

View file

@ -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')