commit: 2cad26e8e9270fc545baea4345a8238d949b9004 Author: bgo <bgo <AT> 9dt <DOT> de> AuthorDate: Wed Jun 14 14:26:35 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jun 30 20:17:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cad26e8
net-dns/dnsdist: add ~x86 keyword Closes: https://github.com/gentoo/gentoo/pull/4931 net-dns/dnsdist/dnsdist-1.1.0-r1.ebuild | 2 +- net-dns/dnsdist/dnsdist-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dns/dnsdist/dnsdist-1.1.0-r1.ebuild b/net-dns/dnsdist/dnsdist-1.1.0-r1.ebuild index 074be54e645..765c8a19663 100644 --- a/net-dns/dnsdist/dnsdist-1.1.0-r1.ebuild +++ b/net-dns/dnsdist/dnsdist-1.1.0-r1.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]]; then S="${WORKDIR}/${P}/pdns/dnsdistdist" else SRC_URI="https://downloads.powerdns.com/releases/${P}.tar.bz2" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-2" diff --git a/net-dns/dnsdist/dnsdist-9999.ebuild b/net-dns/dnsdist/dnsdist-9999.ebuild index 10e8fc26584..75b3d1113da 100644 --- a/net-dns/dnsdist/dnsdist-9999.ebuild +++ b/net-dns/dnsdist/dnsdist-9999.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]]; then S="${WORKDIR}/${P}/pdns/dnsdistdist" else SRC_URI="https://downloads.powerdns.com/releases/${P}.tar.bz2" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-2"
