diff options
author | Sam James <sam@gentoo.org> | 2022-02-06 07:43:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-06 07:44:01 +0000 |
commit | a15dd6898c40d29c722a4f19da0ec9a99a0ddd81 (patch) | |
tree | 1887d3e9919dd4819a238926af0be9fd8baebb15 /net-dns/resolvconf-symlink | |
parent | net-dns/resolvconf-symlink: Keyword 0 arm64, #831409 (diff) | |
download | gentoo-a15dd6898c40d29c722a4f19da0ec9a99a0ddd81.tar.gz gentoo-a15dd6898c40d29c722a4f19da0ec9a99a0ddd81.tar.bz2 gentoo-a15dd6898c40d29c722a4f19da0ec9a99a0ddd81.zip |
net-dns/resolvconf-symlink: keyword 0 for ~alpha, ~mips, ~ppc, ~ppc64, ~s390
Let's do it ALLARCHES given how simple the ebuild is to avoid
wasting CPU/time.
Also, if there were any issues, it would've shown up on the
arches (some exotic) tested already.
Closes: https://bugs.gentoo.org/831409
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns/resolvconf-symlink')
-rw-r--r-- | net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild b/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild index a42f8692f4e2..fae0e1958df1 100644 --- a/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild +++ b/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild @@ -10,7 +10,7 @@ S=${WORKDIR} LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~riscv ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="+symlink" pkg_preinst() { |