Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/jhead/
Date: Tue, 01 Nov 2022 15:50:57
Message-Id: 1667317835.82e84be48c5a50b151016b7855ffc8adbb15c2e7.dilfridge@gentoo
1 commit: 82e84be48c5a50b151016b7855ffc8adbb15c2e7
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 15:47:50 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 15:50:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82e84be4
7
8 media-gfx/jhead: stabilize 3.06.0.1 for amd64
9
10 Bug: https://bugs.gentoo.org/879015
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 media-gfx/jhead/jhead-3.06.0.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-gfx/jhead/jhead-3.06.0.1.ebuild b/media-gfx/jhead/jhead-3.06.0.1.ebuild
17 index 637a64c4dda8..46c86ae653e2 100644
18 --- a/media-gfx/jhead/jhead-3.06.0.1.ebuild
19 +++ b/media-gfx/jhead/jhead-3.06.0.1.ebuild
20 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/Matthias-Wandel/jhead/archive/refs/tags/${PV}.tar.gz
21
22 LICENSE="public-domain"
23 SLOT="0"
24 -KEYWORDS="~alpha ~amd64 ~ia64 ppc ppc64 sparc ~x86"
25 +KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc ~x86"
26
27 PATCHES=( "${FILESDIR}/${P}-mkstemp-fix-makefile.patch" )