Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/dateutils/
Date: Mon, 31 Jan 2022 18:50:50
Message-Id: 1643654985.4e0bbd4f22fca91c9b27a84f46506c7a3f877e21.sam@gentoo
1 commit: 4e0bbd4f22fca91c9b27a84f46506c7a3f877e21
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 31 18:49:45 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 31 18:49:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e0bbd4f
7
8 app-misc/dateutils: Stabilize 0.4.9 amd64, #828330
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-misc/dateutils/dateutils-0.4.9.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-misc/dateutils/dateutils-0.4.9.ebuild b/app-misc/dateutils/dateutils-0.4.9.ebuild
16 index 3e16869e3d11..f43ba34ea1fe 100644
17 --- a/app-misc/dateutils/dateutils-0.4.9.ebuild
18 +++ b/app-misc/dateutils/dateutils-0.4.9.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -13,7 +13,7 @@ case "${PV}" in
26 ;;
27 *)
28 SRC_URI="https://github.com/hroptatyr/dateutils/releases/download/v${PV}/${P}.tar.xz"
29 - KEYWORDS="~amd64 ~x86"
30 + KEYWORDS="amd64 ~x86"
31 esac
32
33 LICENSE="BSD"