summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2015-07-10 00:55:01 +0000
committerMike Gilbert <floppym@gentoo.org>2015-07-10 00:55:01 +0000
commit7f24a33b63c7d92b23db24af70c745737546f167 (patch)
tree42c86cccd2b86ca987ed302247a796d64702499e /dev-python
parentEliminate unifont dependency by fetching a copy in SRC_URI. (diff)
downloadgentoo-2-7f24a33b63c7d92b23db24af70c745737546f167.tar.gz
gentoo-2-7f24a33b63c7d92b23db24af70c745737546f167.tar.bz2
gentoo-2-7f24a33b63c7d92b23db24af70c745737546f167.zip
Copy keywords from systemd to satisfy net-analyzer/fail2ban.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-systemd/ChangeLog5
-rw-r--r--dev-python/python-systemd/python-systemd-230.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/python-systemd/ChangeLog b/dev-python/python-systemd/ChangeLog
index c26602971a4c..d01d86f7448c 100644
--- a/dev-python/python-systemd/ChangeLog
+++ b/dev-python/python-systemd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-systemd
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-systemd/ChangeLog,v 1.1 2015/07/09 02:26:10 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-systemd/ChangeLog,v 1.2 2015/07/10 00:55:01 floppym Exp $
+
+ 10 Jul 2015; Mike Gilbert <floppym@gentoo.org> python-systemd-230.ebuild:
+ Copy keywords from systemd to satisfy net-analyzer/fail2ban.
*python-systemd-230 (09 Jul 2015)
diff --git a/dev-python/python-systemd/python-systemd-230.ebuild b/dev-python/python-systemd/python-systemd-230.ebuild
index bd3fad1d7197..9426fa51f155 100644
--- a/dev-python/python-systemd/python-systemd-230.ebuild
+++ b/dev-python/python-systemd/python-systemd-230.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-systemd/python-systemd-230.ebuild,v 1.1 2015/07/09 02:26:10 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-systemd/python-systemd-230.ebuild,v 1.2 2015/07/10 00:55:01 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/systemd/python-systemd/archive/v${PV}.tar.gz -> ${P}
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND="sys-apps/systemd"