diff options
author | Sam James <sam@gentoo.org> | 2024-11-23 03:27:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-23 03:27:44 +0000 |
commit | 3f1b52605d570eaa3ca78ff3d9b6509f83e0d6f3 (patch) | |
tree | 0a28acc8298b5ebce18cfec4d826399d5e4afc78 /net-ftp | |
parent | net-ftp/pure-ftpd: Stabilize 1.0.52 sparc, #944514 (diff) | |
download | gentoo-3f1b52605d570eaa3ca78ff3d9b6509f83e0d6f3.tar.gz gentoo-3f1b52605d570eaa3ca78ff3d9b6509f83e0d6f3.tar.bz2 gentoo-3f1b52605d570eaa3ca78ff3d9b6509f83e0d6f3.zip |
net-ftp/pure-ftpd: Stabilize 1.0.52 arm, #944514
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/pure-ftpd/pure-ftpd-1.0.52.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.52.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.52.ebuild index a69af881f464..6634d84ec2e5 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.52.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.52.ebuild @@ -12,7 +12,7 @@ if [[ "${PV}" == 9999 ]] ; then EGIT_REPO_URI="https://github.com/jedisct1/pure-ftpd.git" else SRC_URI="https://download.pureftpd.org/pub/${PN}/releases/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86" fi LICENSE="BSD GPL-2" |