diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-04-19 07:02:14 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-04-19 07:02:14 +0000 |
commit | 0ee634f57a561fa9409f4be7d12e9d613de8b35c (patch) | |
tree | 3d707199f7c0108bf25ae421237f65e885e3b540 /dev-python | |
parent | x86 stable wrt bug #529512 (diff) | |
download | gentoo-2-0ee634f57a561fa9409f4be7d12e9d613de8b35c.tar.gz gentoo-2-0ee634f57a561fa9409f4be7d12e9d613de8b35c.tar.bz2 gentoo-2-0ee634f57a561fa9409f4be7d12e9d613de8b35c.zip |
x86 stable wrt bug #530474
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/html2text/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/html2text/html2text-2014.4.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/html2text/ChangeLog b/dev-python/html2text/ChangeLog index 397e4a7f0280..b8ef1580548f 100644 --- a/dev-python/html2text/ChangeLog +++ b/dev-python/html2text/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/html2text # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.21 2015/03/27 16:26:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.22 2015/04/19 07:02:14 pacho Exp $ + + 19 Apr 2015; Pacho Ramos <pacho@gentoo.org> html2text-2014.4.5-r1.ebuild: + x86 stable wrt bug #530474 27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> html2text-2014.4.5-r1.ebuild: Stable for amd64, wrt bug #530474 diff --git a/dev-python/html2text/html2text-2014.4.5-r1.ebuild b/dev-python/html2text/html2text-2014.4.5-r1.ebuild index 26883974f28c..7b52e303df36 100644 --- a/dev-python/html2text/html2text-2014.4.5-r1.ebuild +++ b/dev-python/html2text/html2text-2014.4.5-r1.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/html2text/html2text-2014.4.5-r1.ebuild,v 1.6 2015/03/27 16:26:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild,v 1.7 2015/04/19 07:02:14 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -14,7 +14,7 @@ SRC_URI="https://github.com/Alir3z4/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="dev-python/chardet[${PYTHON_USEDEP}] |