diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-08-11 22:01:51 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-08-11 22:01:51 +0800 |
commit | 012de8a8c30852e9d4f6c6292642629530b5d55d (patch) | |
tree | 29cd2c50da72d0c380eef1556731320d204e618f /net-ftp | |
parent | net-ftp/tnftp: Keyword 20210827 arm64, #850538 (diff) | |
download | gentoo-012de8a8c30852e9d4f6c6292642629530b5d55d.tar.gz gentoo-012de8a8c30852e9d4f6c6292642629530b5d55d.tar.bz2 gentoo-012de8a8c30852e9d4f6c6292642629530b5d55d.zip |
net-ftp/uftpd: Keyword 2.15 arm64, #850538
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/uftpd/uftpd-2.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/uftpd/uftpd-2.15.ebuild b/net-ftp/uftpd/uftpd-2.15.ebuild index abc498a16b38..b185fb645db4 100644 --- a/net-ftp/uftpd/uftpd-2.15.ebuild +++ b/net-ftp/uftpd/uftpd-2.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="test" RESTRICT="!test? ( test )" |