diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:08:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-04 00:38:52 +0000 |
commit | e6720d8b97209798fa77b88ab1a7446456c7e942 (patch) | |
tree | 3cef26d7c2be7c02a48b6941739c4b576983ad75 /net-ftp | |
parent | Revert "net-ftp/proftpd: destabilize for ~ppc" (diff) | |
download | gentoo-e6720d8b97209798fa77b88ab1a7446456c7e942.tar.gz gentoo-e6720d8b97209798fa77b88ab1a7446456c7e942.tar.bz2 gentoo-e6720d8b97209798fa77b88ab1a7446456c7e942.zip |
Revert "net-ftp/pure-ftpd: destabilize 1.0.49-r5 for ~ppc"
This one is still useful and it's not a hassle to keep.
This reverts commit 9b33e590b31fda13cd7d6ede73609db4f1bd1bac.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/pure-ftpd/pure-ftpd-1.0.49-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.49-r5.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.49-r5.ebuild index f5c301a26721..a502b2414044 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.49-r5.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.49-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ if [[ "${PV}" == 9999 ]] ; then else SRC_URI="ftp://ftp.pureftpd.org/pub/${PN}/releases/${P}.tar.bz2 http://download.pureftpd.org/pub/${PN}/releases/${P}.tar.bz2" - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 sparc x86" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86" fi LICENSE="BSD" |