commit: 16f46bbe5ad188d9d08ba1d6febe55f9a4945877 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jul 22 03:45:11 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jul 22 03:45:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f46bbe
app-misc/uptimed: stabilize 0.4.2 for arm64 Signed-off-by: Sam James <sam <AT> gentoo.org> app-misc/uptimed/uptimed-0.4.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/uptimed/uptimed-0.4.2.ebuild b/app-misc/uptimed/uptimed-0.4.2.ebuild index 889f23dba92..3c37d27f078 100644 --- a/app-misc/uptimed/uptimed-0.4.2.ebuild +++ b/app-misc/uptimed/uptimed-0.4.2.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 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/rpodgorny/uptimed/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~mips ppc ppc64 sparc x86" IUSE="static-libs" RDEPEND="
