Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/resolvconf-symlink/
Date: Sun, 06 Feb 2022 07:44:41
Message-Id: 1644133441.a15dd6898c40d29c722a4f19da0ec9a99a0ddd81.sam@gentoo
1 commit: a15dd6898c40d29c722a4f19da0ec9a99a0ddd81
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 6 07:43:39 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 6 07:44:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a15dd689
7
8 net-dns/resolvconf-symlink: keyword 0 for ~alpha, ~mips, ~ppc, ~ppc64, ~s390
9
10 Let's do it ALLARCHES given how simple the ebuild is to avoid
11 wasting CPU/time.
12
13 Also, if there were any issues, it would've shown up on the
14 arches (some exotic) tested already.
15
16 Closes: https://bugs.gentoo.org/831409
17 Signed-off-by: Sam James <sam <AT> gentoo.org>
18
19 net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 diff --git a/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild b/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
23 index a42f8692f4e2..fae0e1958df1 100644
24 --- a/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
25 +++ b/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
26 @@ -10,7 +10,7 @@ S=${WORKDIR}
27
28 LICENSE="public-domain"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~riscv ~sparc ~x86"
31 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
32 IUSE="+symlink"
33
34 pkg_preinst() {