Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnsdist/
Date: Fri, 30 Jun 2017 20:17:45
Message-Id: 1498853852.2cad26e8e9270fc545baea4345a8238d949b9004.mgorny@gentoo
1 commit: 2cad26e8e9270fc545baea4345a8238d949b9004
2 Author: bgo <bgo <AT> 9dt <DOT> de>
3 AuthorDate: Wed Jun 14 14:26:35 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 30 20:17:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cad26e8
7
8 net-dns/dnsdist: add ~x86 keyword
9
10 Closes: https://github.com/gentoo/gentoo/pull/4931
11
12 net-dns/dnsdist/dnsdist-1.1.0-r1.ebuild | 2 +-
13 net-dns/dnsdist/dnsdist-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-dns/dnsdist/dnsdist-1.1.0-r1.ebuild b/net-dns/dnsdist/dnsdist-1.1.0-r1.ebuild
17 index 074be54e645..765c8a19663 100644
18 --- a/net-dns/dnsdist/dnsdist-1.1.0-r1.ebuild
19 +++ b/net-dns/dnsdist/dnsdist-1.1.0-r1.ebuild
20 @@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]]; then
21 S="${WORKDIR}/${P}/pdns/dnsdistdist"
22 else
23 SRC_URI="https://downloads.powerdns.com/releases/${P}.tar.bz2"
24 - KEYWORDS="~amd64"
25 + KEYWORDS="~amd64 ~x86"
26 fi
27
28 LICENSE="GPL-2"
29
30 diff --git a/net-dns/dnsdist/dnsdist-9999.ebuild b/net-dns/dnsdist/dnsdist-9999.ebuild
31 index 10e8fc26584..75b3d1113da 100644
32 --- a/net-dns/dnsdist/dnsdist-9999.ebuild
33 +++ b/net-dns/dnsdist/dnsdist-9999.ebuild
34 @@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]]; then
35 S="${WORKDIR}/${P}/pdns/dnsdistdist"
36 else
37 SRC_URI="https://downloads.powerdns.com/releases/${P}.tar.bz2"
38 - KEYWORDS="~amd64"
39 + KEYWORDS="~amd64 ~x86"
40 fi
41
42 LICENSE="GPL-2"