diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-03-02 09:27:25 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-03-02 09:27:25 +0000 |
commit | cbceecbd43d46c1a7fc112ecab68521ea95d23ec (patch) | |
tree | 34fe1a223778785e94150576ce407461917f2ed7 /dev-python/python-sqlparse | |
parent | Stable for ppc, wrt bug #520342 (diff) | |
download | gentoo-2-cbceecbd43d46c1a7fc112ecab68521ea95d23ec.tar.gz gentoo-2-cbceecbd43d46c1a7fc112ecab68521ea95d23ec.tar.bz2 gentoo-2-cbceecbd43d46c1a7fc112ecab68521ea95d23ec.zip |
Stable for ppc, wrt bug #530586
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/python-sqlparse')
-rw-r--r-- | dev-python/python-sqlparse/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/python-sqlparse/ChangeLog b/dev-python/python-sqlparse/ChangeLog index f8472acfd79e..2a2054194713 100644 --- a/dev-python/python-sqlparse/ChangeLog +++ b/dev-python/python-sqlparse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/python-sqlparse -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v 1.40 2014/12/30 10:24:38 jer Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v 1.41 2015/03/02 09:27:25 ago Exp $ + + 02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> python-sqlparse-0.1.13.ebuild: + Stable for ppc, wrt bug #530586 30 Dec 2014; Jeroen Roovers <jer@gentoo.org> python-sqlparse-0.1.13.ebuild: Stable for HPPA (bug #530600). diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild b/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild index 9e3c67b16d27..4b6904d4c282 100644 --- a/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild +++ b/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild,v 1.4 2014/12/30 10:24:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild,v 1.5 2015/03/02 09:27:25 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ HOMEPAGE="http://code.google.com/p/python-sqlparse/ https://github.com/andialbre SRC_URI="https://github.com/andialbrecht/sqlparse/archive/${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" -KEYWORDS="~amd64 arm hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 arm hppa ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" LICENSE="BSD-2" IUSE="doc examples test" |