diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-13 16:21:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-15 15:28:13 +0200 |
commit | 3400099ac1bc83fc136c673d380732e1d4ca44b5 (patch) | |
tree | e3c471b13b47043b9132e6296b15fe31bc7e21ff /profiles | |
parent | profiles/desc: Remove RUBY_TARGETS: jruby (diff) | |
download | gentoo-3400099ac1bc83fc136c673d380732e1d4ca44b5.tar.gz gentoo-3400099ac1bc83fc136c673d380732e1d4ca44b5.tar.bz2 gentoo-3400099ac1bc83fc136c673d380732e1d4ca44b5.zip |
profiles: Clean up obsolete jruby entries
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/x86/use.mask | 4 | ||||
-rw-r--r-- | profiles/base/package.use.force | 6 | ||||
-rw-r--r-- | profiles/base/use.mask | 3 | ||||
-rw-r--r-- | profiles/features/prefix/use.mask | 6 |
5 files changed, 1 insertions, 22 deletions
diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index 777df9d521f6..6a106a3063b5 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -81,10 +81,6 @@ # Add support for Ruby Enterprise Edition targets where rubyee is available # -ruby_targets_ree18 -# 2010/01/08 - Diego E. Pettenò <flameeyes@gentoo.org> -# Add support for JRuby targets where jruby is available -# -ruby_targets_jruby - # 2011/10/21 - Hans de Graaff <graaff@gentoo.org> # Add support for Rubinius targets where rbx is available #-ruby_targets_rbx diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index 8acf7bfa1792..7bf76dee8fae 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/use.mask @@ -88,10 +88,6 @@ # Add support for Ruby Enterprise Edition targets where rubyee is available # -ruby_targets_ree18 -# 2010/01/08 - Diego E. Pettenò <flameeyes@gentoo.org> -# Add support for JRuby targets where jruby is available -#-ruby_targets_jruby - # pbbuttonsd and macbook for KDE and pbuttonsd it #-pbbuttonsd -macbook diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 808e047a337d..2aff3395afb1 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -87,9 +87,3 @@ dev-lang/python wide-unicode # Forcing w.r.t. bug 265336. When unicode use-flag is # turned off, ABI is broken without a .so bump. dev-libs/libpcre unicode - -# Diego E. Pettenò <flameeyes@gentoo.org> (14 Jan 2010) -# List of packages working on a single (non-default) Ruby -# implementation that cannot, thus, be turned off. -dev-ruby/bitescript ruby_targets_jruby -dev-ruby/duby ruby_targets_jruby diff --git a/profiles/base/use.mask b/profiles/base/use.mask index f9daf416e60e..56d0f62d859a 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -11,9 +11,6 @@ elogind # CURL_SSL=winssl is for prefix/windows/winnt only curl_ssl_winssl -# on the way out -ruby_targets_jruby - # masking here and unmasking in default/linux/ kmod diff --git a/profiles/features/prefix/use.mask b/profiles/features/prefix/use.mask index e215812cfd89..61f29a075894 100644 --- a/profiles/features/prefix/use.mask +++ b/profiles/features/prefix/use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # prefix USE flag should always be unmasked in prefix profiles @@ -18,10 +18,6 @@ pam # USE=udev just does not make sense in Gentoo Prefix. bug 293480 udev -# The JRuby stack adds *alot* of non-tested ebuilds. If someone has time and -# motivation, please look into porting this to Gentoo Prefix. bug 302563 -ruby_targets_jruby - # suid requires root privilege, which is not support by prefix in general # one example: bug 447340. suid |