Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/pypolicyd-spf/
Date: Fri, 01 Mar 2019 01:14:18
Message-Id: 1551402813.6d52f4eb478559b92d51b24a8ad59def1077d892.whissi@gentoo
1 commit: 6d52f4eb478559b92d51b24a8ad59def1077d892
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 1 01:10:04 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 1 01:13:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d52f4eb
7
8 mail-filter/pypolicyd-spf: x86 stable (bug #678718)
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.2.ebuild b/mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.2.ebuild
17 index d5169e8a55a..8d1c4211862 100644
18 --- a/mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.2.ebuild
19 +++ b/mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
27
28 LICENSE="Apache-2.0"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="~amd64 x86"
32 IUSE=""
33
34 DEPEND="dev-python/pyspf[${PYTHON_USEDEP}]"