diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-14 16:01:17 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-14 16:01:17 +0000 |
commit | 03eb6bf93514377b914786ca9f4c761a910677b0 (patch) | |
tree | 79609ec3ecad7e1d48981fefe354070f08c00138 /dev-python/simpleparse | |
parent | Stable for amd64, wrt bug #415599 (diff) | |
download | historical-03eb6bf93514377b914786ca9f4c761a910677b0.tar.gz historical-03eb6bf93514377b914786ca9f4c761a910677b0.tar.bz2 historical-03eb6bf93514377b914786ca9f4c761a910677b0.zip |
Stable for amd64, wrt bug #415857
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'dev-python/simpleparse')
-rw-r--r-- | dev-python/simpleparse/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/simpleparse/simpleparse-2.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/simpleparse/ChangeLog b/dev-python/simpleparse/ChangeLog index 701182691872..f04e179c7c18 100644 --- a/dev-python/simpleparse/ChangeLog +++ b/dev-python/simpleparse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/simpleparse # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/ChangeLog,v 1.27 2012/02/20 15:06:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/ChangeLog,v 1.28 2012/05/14 16:01:17 ago Exp $ + + 14 May 2012; Agostino Sarubbo <ago@gentoo.org> simpleparse-2.1.1.ebuild: + Stable for amd64, wrt bug #415857 20 Feb 2012; Patrick Lauer <patrick@gentoo.org> simpleparse-2.1.1.ebuild, simpleparse-2.1.1_alpha2.ebuild: diff --git a/dev-python/simpleparse/simpleparse-2.1.1.ebuild b/dev-python/simpleparse/simpleparse-2.1.1.ebuild index ee77eb358975..f569f22f2e8b 100644 --- a/dev-python/simpleparse/simpleparse-2.1.1.ebuild +++ b/dev-python/simpleparse/simpleparse-2.1.1.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/simpleparse/simpleparse-2.1.1.ebuild,v 1.3 2012/02/20 15:06:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/simpleparse-2.1.1.ebuild,v 1.4 2012/05/14 16:01:17 ago Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="as-is eGenixPublic-1.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="doc examples" DEPEND="" |