diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-04-12 19:21:45 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-04-12 19:26:11 +0100 |
commit | 4e20c67fea47b985c710b493dc583bd0dd375611 (patch) | |
tree | 196c6fd925d1e79b9653444de41b4273c4fef4e3 /gnome-base/gnome-shell | |
parent | www-client/opera-beta: Remove all the scala pigs... (diff) | |
download | gentoo-4e20c67fea47b985c710b493dc583bd0dd375611.tar.gz gentoo-4e20c67fea47b985c710b493dc583bd0dd375611.tar.bz2 gentoo-4e20c67fea47b985c710b493dc583bd0dd375611.zip |
*/*: dekeyword ruby on ia64
ruby-2.7 removed support for coroutines on ia64 (requires
a bit of manual stack management):
https://github.com/ruby/ruby/commit/d17344cfc56edc4599252041b3ec0d46af0851fd
Previous ruby versions were not very stable.
The change dekeywords ruby. As a result webkit-gtk got dekeyworded
and pulled out a few gnome packages as well.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'gnome-base/gnome-shell')
-rw-r--r-- | gnome-base/gnome-shell/gnome-shell-3.26.2-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-base/gnome-shell/gnome-shell-3.26.2-r4.ebuild b/gnome-base/gnome-shell/gnome-shell-3.26.2-r4.ebuild index 31536117ad67..32a0b65e2037 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.26.2-r4.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.26.2-r4.ebuild @@ -16,7 +16,7 @@ IUSE="+bluetooth +browser-extension elogind +ibus +networkmanager nsplugin syste REQUIRED_USE="${PYTHON_REQUIRED_USE} ?? ( elogind systemd )" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86" # libXfixes-5.0 needed for pointer barriers and #include <X11/extensions/Xfixes.h> # FIXME: |