Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/notify2/
Date: Sat, 16 Feb 2019 10:21:14
Message-Id: 1550312195.d96a15d7bb88bb0c6cdc15db5fb7f5b62600758a.maekke@gentoo
1 commit: d96a15d7bb88bb0c6cdc15db5fb7f5b62600758a
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 10:16:35 2019 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 10:16:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d96a15d7
7
8 dev-python/notify2: arm stable, bug #676054
9
10 Signed-off-by: Markus Meier <maekke <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="arm"
13
14 dev-python/notify2/notify2-0.3.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/notify2/notify2-0.3.ebuild b/dev-python/notify2/notify2-0.3.ebuild
18 index 80734c4f82b..1f378e27871 100644
19 --- a/dev-python/notify2/notify2-0.3.ebuild
20 +++ b/dev-python/notify2/notify2-0.3.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
22
23 LICENSE="BSD"
24 SLOT="0"
25 -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
26 +KEYWORDS="amd64 arm ~ppc ~ppc64 ~x86"
27 IUSE="examples"
28
29 RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]"