diff options
author | Sam James <sam@gentoo.org> | 2021-08-03 11:59:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-03 11:59:37 +0100 |
commit | 145bedd62168e522fe63c355a777f1a6ab2ec2e0 (patch) | |
tree | 94cd56b76c06853693b3b45bc6c8c7166c1285be /net-misc/rdate | |
parent | net-misc/ndisc6: Stabilize 1.0.3 arm64, #803980 (diff) | |
download | gentoo-145bedd62168e522fe63c355a777f1a6ab2ec2e0.tar.gz gentoo-145bedd62168e522fe63c355a777f1a6ab2ec2e0.tar.bz2 gentoo-145bedd62168e522fe63c355a777f1a6ab2ec2e0.zip |
net-misc/rdate: Stabilize 1.10 arm64, #803983
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/rdate')
-rw-r--r-- | net-misc/rdate/rdate-1.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/rdate/rdate-1.10.ebuild b/net-misc/rdate/rdate-1.10.ebuild index 0703f2150756..2a7e8d09bc57 100644 --- a/net-misc/rdate/rdate-1.10.ebuild +++ b/net-misc/rdate/rdate-1.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/resurrecting-open-source-projects/${MY_P}/archive/${ LICENSE="BSD-4" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" IUSE="" DEPEND="dev-libs/libbsd" |