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-extra/gnome-contacts | |
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-extra/gnome-contacts')
3 files changed, 3 insertions, 3 deletions
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.30.2.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.30.2.ebuild index 8ee3bff9f587..dd9c437ba343 100644 --- a/gnome-extra/gnome-contacts/gnome-contacts-3.30.2.ebuild +++ b/gnome-extra/gnome-contacts/gnome-contacts-3.30.2.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts" LICENSE="GPL-2+" SLOT="0" IUSE="telepathy v4l" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86" VALA_DEPEND=" $(vala_depend) diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.32.1.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.32.1.ebuild index 7c22863f6525..c8e2bc7791a2 100644 --- a/gnome-extra/gnome-contacts/gnome-contacts-3.32.1.ebuild +++ b/gnome-extra/gnome-contacts/gnome-contacts-3.32.1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts" LICENSE="GPL-2+" SLOT="0" IUSE="telepathy v4l" -KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~sparc x86" VALA_DEPEND=" $(vala_depend) diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.34.1.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.34.1.ebuild index ae3a1368f985..fdb577de924c 100644 --- a/gnome-extra/gnome-contacts/gnome-contacts-3.34.1.ebuild +++ b/gnome-extra/gnome-contacts/gnome-contacts-3.34.1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts" LICENSE="GPL-2+" SLOT="0" IUSE="telepathy v4l" -KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86" VALA_DEPEND=" $(vala_depend) |