diff options
author | Sam James <sam@gentoo.org> | 2023-01-10 04:14:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-10 04:14:53 +0000 |
commit | 147f3b7895318392a3db6f719dfefc1fca470b9d (patch) | |
tree | aaecaf1b87c6f7ec7615b4c1e078d2b0fdb069e0 /net-misc | |
parent | dev-util/gef: enable py3.11 (diff) | |
download | gentoo-147f3b7895318392a3db6f719dfefc1fca470b9d.tar.gz gentoo-147f3b7895318392a3db6f719dfefc1fca470b9d.tar.bz2 gentoo-147f3b7895318392a3db6f719dfefc1fca470b9d.zip |
net-misc/rdate: Stabilize 1.11 x86, #890315
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/rdate/rdate-1.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/rdate/rdate-1.11.ebuild b/net-misc/rdate/rdate-1.11.ebuild index 29e33f3c2cd9..deae0ee8dbb8 100644 --- a/net-misc/rdate/rdate-1.11.ebuild +++ b/net-misc/rdate/rdate-1.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}-${PV}" LICENSE="BSD-4" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86" DEPEND="dev-libs/libbsd" RDEPEND="${DEPEND}" |