diff options
author | Fabian Groffen <grobian@gentoo.org> | 2022-01-26 19:36:19 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2022-01-26 19:40:48 +0100 |
commit | 2fb87936e4ab42b3b5a16058b4edebe804703e09 (patch) | |
tree | 05caf39cab945a1424670ff0356b80b113e6c4b0 /dev-ruby | |
parent | dev-ruby/ruby-augeas-0.5.0-r4: marked ~arm64 (diff) | |
download | gentoo-2fb87936e4ab42b3b5a16058b4edebe804703e09.tar.gz gentoo-2fb87936e4ab42b3b5a16058b4edebe804703e09.tar.bz2 gentoo-2fb87936e4ab42b3b5a16058b4edebe804703e09.zip |
dev-ruby/ruby-ldap-0.9.20-r1: marked ~arm64
Package-Manager: Portage-3.0.28, Repoman-3.0.3
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-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r1.ebuild b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r1.ebuild index a195fa0f2b51..c8d25cc5b6fd 100644 --- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r1.ebuild +++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="ssl" DEPEND=">=net-nds/openldap-2 dev-libs/cyrus-sasl |