Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/olefile/
Date: Wed, 02 Jan 2019 03:30:21
Message-Id: 1546399768.ed03bfbe2ea00b36e3c31a2dbaf1fd7dcc5bff68.mattst88@gentoo
1 commit: ed03bfbe2ea00b36e3c31a2dbaf1fd7dcc5bff68
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 2 03:29:28 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 2 03:29:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed03bfbe
7
8 dev-python/olefile-0.46: added ~alpha, bug 659320
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-python/olefile/olefile-0.46.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/olefile/olefile-0.46.ebuild b/dev-python/olefile/olefile-0.46.ebuild
16 index e879ea93c7f..5ed10fe7317 100644
17 --- a/dev-python/olefile/olefile-0.46.ebuild
18 +++ b/dev-python/olefile/olefile-0.46.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/decalage2/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
20
21 LICENSE="BSD-2"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
25 IUSE="doc"
26
27 RDEPEND=""