Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/hdl_dump/
Date: Tue, 20 Apr 2021 11:56:51
Message-Id: 1618919793.c67ca0a21c632c597a877a8d62b53ae14f6ad5d1.sam@gentoo
1 commit: c67ca0a21c632c597a877a8d62b53ae14f6ad5d1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 20 11:56:33 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 20 11:56:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67ca0a2
7
8 dev-games/hdl_dump: Stabilize 0.9.2.20180722 x86, #783657
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-games/hdl_dump/hdl_dump-0.9.2.20180722.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-games/hdl_dump/hdl_dump-0.9.2.20180722.ebuild b/dev-games/hdl_dump/hdl_dump-0.9.2.20180722.ebuild
16 index d35f64fad47..63b1891982a 100644
17 --- a/dev-games/hdl_dump/hdl_dump-0.9.2.20180722.ebuild
18 +++ b/dev-games/hdl_dump/hdl_dump-0.9.2.20180722.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/AKuHAK/hdl-dump/archive/${COMMIT}.tar.gz -> ${P}.tar
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="~amd64 x86"
31 IUSE="debug"
32
33 S="${WORKDIR}/${PN//_/-}-${COMMIT}"