diff options
author | Steev Klimaszewski <steev@gentoo.org> | 2020-09-19 14:39:07 -0500 |
---|---|---|
committer | Steev Klimaszewski <steev@gentoo.org> | 2020-09-19 15:05:34 -0500 |
commit | 04761b50101fe5be215295ad72bee1ff3a66d445 (patch) | |
tree | 1260d2ab2cafa28fdc70ee281c4df4cef02bdb8e /net-mail | |
parent | gnome-extra/libgda: Drop USE reports to kill python2 (diff) | |
download | gentoo-04761b50101fe5be215295ad72bee1ff3a66d445.tar.gz gentoo-04761b50101fe5be215295ad72bee1ff3a66d445.tar.bz2 gentoo-04761b50101fe5be215295ad72bee1ff3a66d445.zip |
net-mail/fdm: Add ~arm64
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Stephen Klimaszewski <steev@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/fdm/fdm-2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/fdm/fdm-2.0.ebuild b/net-mail/fdm/fdm-2.0.ebuild index 72b297c3ac2f..4646a55c96e1 100644 --- a/net-mail/fdm/fdm-2.0.ebuild +++ b/net-mail/fdm/fdm-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/nicm/fdm/releases/download/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="examples libressl pcre" DEPEND="!libressl? ( dev-libs/openssl:0= ) |