Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/
Date: Mon, 09 Jul 2018 01:29:29
Message-Id: 1531099743.449b0fd31f57b38e808f0ece9e90e628f3a8d676.whissi@gentoo
1 commit: 449b0fd31f57b38e808f0ece9e90e628f3a8d676
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 9 01:22:50 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 9 01:29:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449b0fd3
7
8 app-text/htmlmin: x86 stable (bug #647078)
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 app-text/htmlmin/htmlmin-0.1.12.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-text/htmlmin/htmlmin-0.1.12.ebuild b/app-text/htmlmin/htmlmin-0.1.12.ebuild
16 index 3f036caef84..51c505e8f90 100644
17 --- a/app-text/htmlmin/htmlmin-0.1.12.ebuild
18 +++ b/app-text/htmlmin/htmlmin-0.1.12.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
26 LICENSE="BSD"
27
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="~amd64 x86"
31 IUSE=""
32
33 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"