summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbgo <bgo@9dt.de>2017-06-14 16:26:35 +0200
committerMichał Górny <mgorny@gentoo.org>2017-06-30 22:17:32 +0200
commit2cad26e8e9270fc545baea4345a8238d949b9004 (patch)
treeb708dd90e2b76e1c967f82c355b6f9875acda15c /net-dns/dnsdist/dnsdist-9999.ebuild
parentdev-perl/Gtk2-Notify: Cleanup old re bug #616950 (diff)
downloadgentoo-2cad26e8e9270fc545baea4345a8238d949b9004.tar.gz
gentoo-2cad26e8e9270fc545baea4345a8238d949b9004.tar.bz2
gentoo-2cad26e8e9270fc545baea4345a8238d949b9004.zip
net-dns/dnsdist: add ~x86 keyword
Closes: https://github.com/gentoo/gentoo/pull/4931
Diffstat (limited to 'net-dns/dnsdist/dnsdist-9999.ebuild')
-rw-r--r--net-dns/dnsdist/dnsdist-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/dnsdist/dnsdist-9999.ebuild b/net-dns/dnsdist/dnsdist-9999.ebuild
index 10e8fc265847..75b3d1113da0 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"