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 /net-im/empathy | |
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-im/empathy')
-rw-r--r-- | net-im/empathy/empathy-3.12.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/empathy/empathy-3.12.14.ebuild b/net-im/empathy/empathy-3.12.14.ebuild index c17003cc09c7..cc9ca279dfdf 100644 --- a/net-im/empathy/empathy-3.12.14.ebuild +++ b/net-im/empathy/empathy-3.12.14.ebuild @@ -14,7 +14,7 @@ LICENSE="GPL-2 CC-BY-SA-3.0 FDL-1.3 LGPL-2.1" SLOT="0" IUSE="debug +geolocation gnome gnome-online-accounts +map spell test +v4l" RESTRICT="!test? ( test )" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~sparc x86 ~x86-linux" # False positives caused by nested configure scripts QA_CONFIGURE_OPTIONS=".*" |