Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/makedepend/
Date: Wed, 02 Feb 2022 07:29:18
Message-Id: 1643786925.5debc86934084fb525d98031c4e20571bbe861b4.sam@gentoo
1 commit: 5debc86934084fb525d98031c4e20571bbe861b4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 2 07:28:45 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 2 07:28:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5debc869
7
8 x11-misc/makedepend: Stabilize 1.0.6 hppa, #832457
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 x11-misc/makedepend/makedepend-1.0.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-misc/makedepend/makedepend-1.0.6.ebuild b/x11-misc/makedepend/makedepend-1.0.6.ebuild
16 index b8a9c80500f0..6b6e9c2882e9 100644
17 --- a/x11-misc/makedepend/makedepend-1.0.6.ebuild
18 +++ b/x11-misc/makedepend/makedepend-1.0.6.ebuild
19 @@ -1,11 +1,11 @@
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 inherit xorg-3
26
27 DESCRIPTION="create dependencies in makefiles"
28 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
29 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
30 IUSE=""
31
32 RDEPEND=""