diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-12-07 22:37:54 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-12-07 22:37:54 +0000 |
commit | 1067ce7decd4e1038d0cea1654d0ce75eeb4f44c (patch) | |
tree | 94b15220797edddafc8b5d5aeb7c97502bf68f0a /dev-python/python-sqlparse | |
parent | x86 stable, bug #481896 (diff) | |
download | gentoo-2-1067ce7decd4e1038d0cea1654d0ce75eeb4f44c.tar.gz gentoo-2-1067ce7decd4e1038d0cea1654d0ce75eeb4f44c.tar.bz2 gentoo-2-1067ce7decd4e1038d0cea1654d0ce75eeb4f44c.zip |
x86 stable, bug #481896
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/python-sqlparse')
-rw-r--r-- | dev-python/python-sqlparse/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/python-sqlparse/python-sqlparse-0.1.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/python-sqlparse/ChangeLog b/dev-python/python-sqlparse/ChangeLog index 9cbe273235d6..74ecc49db650 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v 1.16 2013/09/23 17:42:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v 1.17 2013/12/07 22:37:54 pacho Exp $ + + 07 Dec 2013; Pacho Ramos <pacho@gentoo.org> python-sqlparse-0.1.5-r1.ebuild: + x86 stable, bug #481896 23 Sep 2013; Agostino Sarubbo <ago@gentoo.org> python-sqlparse-0.1.5-r1.ebuild: diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.5-r1.ebuild b/dev-python/python-sqlparse/python-sqlparse-0.1.5-r1.ebuild index 83b043357957..1e0edabceecd 100644 --- a/dev-python/python-sqlparse/python-sqlparse-0.1.5-r1.ebuild +++ b/dev-python/python-sqlparse/python-sqlparse-0.1.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.5-r1.ebuild,v 1.7 2013/09/23 17:42:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.5-r1.ebuild,v 1.8 2013/12/07 22:37:54 pacho Exp $ EAPI=5 @@ -13,7 +13,7 @@ HOMEPAGE="http://code.google.com/p/python-sqlparse/ https://github.com/andialbre SRC_URI="http://python-sqlparse.googlecode.com/files/${P#python-}.tar.gz" SLOT="0" -KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" LICENSE="BSD-2" IUSE="" |