diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-04-26 07:29:42 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-04-26 07:29:42 -0400 |
commit | 5787abf1bfaee23c224e51ed82c3b12ec4cf3492 (patch) | |
tree | 7ab105f879dd3bc346b9caa6bd69b71a90414558 /virtual/gsasl | |
parent | net-mail/mailutils: stable on arm64 (diff) | |
download | gentoo-5787abf1bfaee23c224e51ed82c3b12ec4cf3492.tar.gz gentoo-5787abf1bfaee23c224e51ed82c3b12ec4cf3492.tar.bz2 gentoo-5787abf1bfaee23c224e51ed82c3b12ec4cf3492.zip |
virtual/gsasl: stable on arm64
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'virtual/gsasl')
-rw-r--r-- | virtual/gsasl/gsasl-2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/gsasl/gsasl-2.ebuild b/virtual/gsasl/gsasl-2.ebuild index 6b375ab09cbd..de77d6864177 100644 --- a/virtual/gsasl/gsasl-2.ebuild +++ b/virtual/gsasl/gsasl-2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="Virtual for the GNU SASL library" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" RDEPEND="|| ( net-libs/libgsasl net-misc/gsasl )" |