Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/
Date: Thu, 01 Oct 2015 20:50:39
Message-Id: 1443732627.9a39bf68cb7a30a2fb42791e3336cb5f3d7c4b4d.maekke@gentoo
1 commit: 9a39bf68cb7a30a2fb42791e3336cb5f3d7c4b4d
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 20:50:27 2015 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 20:50:27 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a39bf68
7
8 net-dns/pdns-recursor: add ~arm, bug #559806
9
10 Package-Manager: portage-2.2.20.1
11 RepoMan-Options: --include-arches="arm"
12
13 net-dns/pdns-recursor/pdns-recursor-3.7.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-dns/pdns-recursor/pdns-recursor-3.7.3.ebuild b/net-dns/pdns-recursor/pdns-recursor-3.7.3.ebuild
17 index 5b5d2c8..0e22875 100644
18 --- a/net-dns/pdns-recursor/pdns-recursor-3.7.3.ebuild
19 +++ b/net-dns/pdns-recursor/pdns-recursor-3.7.3.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.bz2"
21
22 LICENSE="GPL-2"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~x86"
25 +KEYWORDS="~amd64 ~arm ~x86"
26 IUSE="lua"
27
28 DEPEND="lua? ( >=dev-lang/lua-5.1 )"