Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/monotonic/
Date: Sun, 03 May 2020 21:55:44
Message-Id: 1588542933.0964cb1f1a890184b357f53478df3e175d47f79b.slyfox@gentoo
1 commit: 0964cb1f1a890184b357f53478df3e175d47f79b
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 3 21:53:06 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 21:55:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0964cb1f
7
8 dev-python/monotonic: keyworded 1.5-r1 for ia64, bug #717276
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 RepoMan-Options: --include-arches="ia64"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-python/monotonic/monotonic-1.5-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/monotonic/monotonic-1.5-r1.ebuild b/dev-python/monotonic/monotonic-1.5-r1.ebuild
18 index a41e2355c8d..a8592accc67 100644
19 --- a/dev-python/monotonic/monotonic-1.5-r1.ebuild
20 +++ b/dev-python/monotonic/monotonic-1.5-r1.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
22
23 LICENSE="Apache-2.0"
24 SLOT="0"
25 -KEYWORDS="amd64 ~arm arm64 x86"
26 +KEYWORDS="amd64 ~arm arm64 ~ia64 x86"
27 IUSE=""
28
29 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"