diff options
author | Sam James <sam@gentoo.org> | 2024-11-23 03:27:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-23 03:27:47 +0000 |
commit | 962b2cde00f69ff18596093ae94450f36018312b (patch) | |
tree | 9fcfdf6191f867722874ea2d534a3d5d6875eaad /net-ftp | |
parent | net-ftp/pure-ftpd: Stabilize 1.0.52 ppc64, #944514 (diff) | |
download | gentoo-962b2cde00f69ff18596093ae94450f36018312b.tar.gz gentoo-962b2cde00f69ff18596093ae94450f36018312b.tar.bz2 gentoo-962b2cde00f69ff18596093ae94450f36018312b.zip |
net-ftp/pure-ftpd: Stabilize 1.0.52 ppc, #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 0c05b5143a87..4abf530d9ba0 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" |