diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-05-26 17:12:54 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-05-26 17:12:54 +0000 |
commit | cc15a76fb03118cf8dbc9e5e736f074a46f13d04 (patch) | |
tree | c05d1c2c2a52feff04b37580eb65e6ae4a699ec0 /dev-python/feedparser | |
parent | alpha/ia64/sparc stable wrt #417203 (diff) | |
download | gentoo-2-cc15a76fb03118cf8dbc9e5e736f074a46f13d04.tar.gz gentoo-2-cc15a76fb03118cf8dbc9e5e736f074a46f13d04.tar.bz2 gentoo-2-cc15a76fb03118cf8dbc9e5e736f074a46f13d04.zip |
alpha/ia64/sparc stable wrt #417351
(Portage version: 2.1.10.53/cvs/Linux ia64)
Diffstat (limited to 'dev-python/feedparser')
-rw-r--r-- | dev-python/feedparser/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/feedparser/feedparser-5.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/feedparser/ChangeLog b/dev-python/feedparser/ChangeLog index 30e0a152c4a1..db1a8e895c2c 100644 --- a/dev-python/feedparser/ChangeLog +++ b/dev-python/feedparser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/feedparser # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.36 2012/05/25 08:57:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.37 2012/05/26 17:12:54 armin76 Exp $ + + 26 May 2012; Raúl Porcel <armin76@gentoo.org> feedparser-5.1.2.ebuild: + alpha/ia64/sparc stable wrt #417351 25 May 2012; Agostino Sarubbo <ago@gentoo.org> feedparser-5.1.2.ebuild: Stable for amd64, wrt bug #417351 diff --git a/dev-python/feedparser/feedparser-5.1.2.ebuild b/dev-python/feedparser/feedparser-5.1.2.ebuild index 72212e971da7..a3fcad9ef229 100644 --- a/dev-python/feedparser/feedparser-5.1.2.ebuild +++ b/dev-python/feedparser/feedparser-5.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-5.1.2.ebuild,v 1.2 2012/05/25 08:57:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-5.1.2.ebuild,v 1.3 2012/05/26 17:12:54 armin76 Exp $ EAPI="4" SUPPORT_PYTHON_ABIS="1" @@ -16,7 +16,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" # sgmllib is licensed under PSF-2. LICENSE="BSD-2 PSF-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="" DEPEND="dev-python/setuptools" |