diff options
-rw-r--r-- | net-ftp/pure-ftpd/pure-ftpd-1.0.47.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.47.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.47.ebuild index 6e61fbe0d05f..230c6974a75f 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.47.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.47.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit flag-o-matic -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" DESCRIPTION="Fast, production-quality, standard-conformant FTP server" HOMEPAGE="http://www.pureftpd.org/" |