diff options
author | 2020-04-12 19:21:45 +0100 | |
---|---|---|
committer | 2020-04-12 19:26:11 +0100 | |
commit | 4e20c67fea47b985c710b493dc583bd0dd375611 (patch) | |
tree | 196c6fd925d1e79b9653444de41b4273c4fef4e3 /net-libs/gnome-online-accounts | |
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 'net-libs/gnome-online-accounts')
-rw-r--r-- | net-libs/gnome-online-accounts/gnome-online-accounts-3.32.1.ebuild | 2 | ||||
-rw-r--r-- | net-libs/gnome-online-accounts/gnome-online-accounts-3.34.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.32.1.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.32.1.ebuild index 3c1547f7abea..603ccca0aba2 100644 --- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.32.1.ebuild +++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.32.1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts" LICENSE="LGPL-2+" SLOT="0/1" -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~ppc ~ppc64 ~sparc x86" IUSE="debug gnome +introspection kerberos +vala" REQUIRED_USE="vala? ( introspection )" diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.34.1.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.34.1.ebuild index f2f39420fa86..b280642f31f7 100644 --- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.34.1.ebuild +++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.34.1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts" LICENSE="LGPL-2+" SLOT="0/1" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" IUSE="debug gnome +introspection kerberos +vala" REQUIRED_USE="vala? ( introspection )" |