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 /dev-ruby/ruby-ldap | |
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 'dev-ruby/ruby-ldap')
-rw-r--r-- | dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild | 2 | ||||
-rw-r--r-- | dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild b/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild index 2c044bfa3837..bdbfa84e3bb8 100644 --- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild +++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="A Ruby interface to some LDAP libraries" HOMEPAGE="https://github.com/bearded/ruby-ldap" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-macos" +KEYWORDS="amd64 ~arm hppa ppc ~ppc64 ~sparc x86 ~x86-macos" IUSE="ssl" DEPEND=">=net-nds/openldap-2 dev-libs/cyrus-sasl diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild index 01a110e665a0..c64019245aa4 100644 --- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild +++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="A Ruby interface to some LDAP libraries" HOMEPAGE="https://github.com/bearded/ruby-ldap" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-macos" IUSE="ssl" DEPEND=">=net-nds/openldap-2 dev-libs/cyrus-sasl |