diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2025-01-10 13:08:57 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2025-01-10 13:08:57 +0200 |
commit | b23f04cbeeb1f548e5337c6cfcbcd031d8ee6ce3 (patch) | |
tree | 8ee5f510b31ee2124cb7f8331db0d805fa8d27fd /app-misc/dateutils | |
parent | app-containers/cosign: Stabilize 2.4.0 amd64, #947808 (diff) | |
download | gentoo-b23f04cbeeb1f548e5337c6cfcbcd031d8ee6ce3.tar.gz gentoo-b23f04cbeeb1f548e5337c6cfcbcd031d8ee6ce3.tar.bz2 gentoo-b23f04cbeeb1f548e5337c6cfcbcd031d8ee6ce3.zip |
app-misc/dateutils: Stabilize 0.4.10 amd64, #945612
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-misc/dateutils')
-rw-r--r-- | app-misc/dateutils/dateutils-0.4.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/dateutils/dateutils-0.4.10.ebuild b/app-misc/dateutils/dateutils-0.4.10.ebuild index 3191e93aa50f..58b1ee2c92ef 100644 --- a/app-misc/dateutils/dateutils-0.4.10.ebuild +++ b/app-misc/dateutils/dateutils-0.4.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ case "${PV}" in ;; *) SRC_URI="https://github.com/hroptatyr/dateutils/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~amd64 x86" + KEYWORDS="amd64 x86" esac LICENSE="BSD" |