wok diff activesupport/receipt @ rev 21619

gcc83-lib-base: revert to gcc-lib-base post install
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 25 14:09:45 2019 +0300 (2019-05-25)
parents 2a5cc8208d36
children ce1a118be92e
line diff
     1.1 --- a/activesupport/receipt	Sun Oct 20 22:08:25 2013 +0000
     1.2 +++ b/activesupport/receipt	Sat May 25 14:09:45 2019 +0300
     1.3 @@ -7,8 +7,8 @@
     1.4  MAINTAINER="erjo@slitaz.org"
     1.5  LICENSE="MIT"
     1.6  TARBALL="$PACKAGE-$VERSION.gem"
     1.7 -WEB_SITE="http://rubygems.org/gems/activesupport"
     1.8 -WGET_URL="http://rubygems.org/downloads/$TARBALL"
     1.9 +WEB_SITE="https://rubygems.org/gems/activesupport"
    1.10 +WGET_URL="https://rubygems.org/downloads/$TARBALL"
    1.11  COOK_OPT="!repack_src !unpack"
    1.12  
    1.13  DEPENDS="ruby"