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: Sun, 19 Mar 2023 19:20:33
Message-Id: 1679253616.d2d171e677420be53574a240b246c11375003564.sam@gentoo
1 commit: d2d171e677420be53574a240b246c11375003564
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 19 19:00:36 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 19:20:16 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2d171e6
7
8 app-misc/dateutils: destabilize 0.4.10 for ~amd64, ~x86
9
10 Sorry, I didn't mean to push this as stable. I think I did this when
11 syncing the live ebuild.
12
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 app-misc/dateutils/dateutils-0.4.10.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-misc/dateutils/dateutils-0.4.10.ebuild b/app-misc/dateutils/dateutils-0.4.10.ebuild
19 index 0f24dadd469b..5d54f490994d 100644
20 --- a/app-misc/dateutils/dateutils-0.4.10.ebuild
21 +++ b/app-misc/dateutils/dateutils-0.4.10.ebuild
22 @@ -13,7 +13,7 @@ case "${PV}" in
23 ;;
24 *)
25 SRC_URI="https://github.com/hroptatyr/dateutils/releases/download/v${PV}/${P}.tar.xz"
26 - KEYWORDS="amd64 x86"
27 + KEYWORDS="~amd64 ~x86"
28 esac
29
30 LICENSE="BSD"