diff options
author | 2021-01-06 19:22:33 +0100 | |
---|---|---|
committer | 2021-01-06 19:32:09 +0100 | |
commit | 9980581f8d99092ed3313c075416b72a1e4397bb (patch) | |
tree | 5b0bcf2b3ab6ad11ab52113355e69b4b074fa351 /dev-ruby | |
parent | dev-ruby/rubygems: drop x86-macos (diff) | |
download | gentoo-9980581f8d99092ed3313c075416b72a1e4397bb.tar.gz gentoo-9980581f8d99092ed3313c075416b72a1e4397bb.tar.bz2 gentoo-9980581f8d99092ed3313c075416b72a1e4397bb.zip |
dev-ruby/ruby-ldap: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 565b8910eadd..6c6eb0f71947 100644 --- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild +++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 ppc ~ppc64 ~sparc x86 ~x86-macos" +KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 ~sparc x86" IUSE="ssl" DEPEND=">=net-nds/openldap-2 dev-libs/cyrus-sasl |