Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/maradns/
Date: Tue, 18 Aug 2020 11:22:14
Message-Id: 1597749612.e4f8f71e1fb6ecfc26cc080e761951bf404cdcb1.ago@gentoo
1 commit: e4f8f71e1fb6ecfc26cc080e761951bf404cdcb1
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 18 11:20:12 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 18 11:20:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f8f71e
7
8 net-dns/maradns: x86 stable wrt bug #735390
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 net-dns/maradns/maradns-3.5.0005.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-dns/maradns/maradns-3.5.0005.ebuild b/net-dns/maradns/maradns-3.5.0005.ebuild
18 index f27d6cd542c..4ce9ee6ad43 100644
19 --- a/net-dns/maradns/maradns-3.5.0005.ebuild
20 +++ b/net-dns/maradns/maradns-3.5.0005.ebuild
21 @@ -14,7 +14,7 @@ SRC_URI="https://maradns.samiam.org/download/${PV%.*}/${PV}/${P}.tar.xz"
22 # The GPL-2 covers the init script, bug 426018.
23 LICENSE="BSD-2 GPL-2"
24 SLOT="0"
25 -KEYWORDS="amd64 ~mips ~ppc ~x86"
26 +KEYWORDS="amd64 ~mips ~ppc x86"
27 IUSE="examples ipv6"
28
29 DEPEND="${PYTHON_DEPS}"