diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-24 12:49:20 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-24 12:49:20 +0000 |
commit | 887b2565c0d74b52facf679e9dc217e98f3c3e65 (patch) | |
tree | bf0a65ae0fe65166348127b1b0db2f2c9d43daca /dev-python/serpent | |
parent | Stable for x86, wrt bug #494262 (diff) | |
download | gentoo-2-887b2565c0d74b52facf679e9dc217e98f3c3e65.tar.gz gentoo-2-887b2565c0d74b52facf679e9dc217e98f3c3e65.tar.bz2 gentoo-2-887b2565c0d74b52facf679e9dc217e98f3c3e65.zip |
Stable for x86, wrt bug #494262
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/serpent')
-rw-r--r-- | dev-python/serpent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/serpent/serpent-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/serpent/ChangeLog b/dev-python/serpent/ChangeLog index 860c7e864328..c44fc7e5e9c2 100644 --- a/dev-python/serpent/ChangeLog +++ b/dev-python/serpent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/serpent # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/ChangeLog,v 1.5 2013/09/18 06:29:07 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/ChangeLog,v 1.6 2013/12/24 12:49:20 ago Exp $ + + 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> serpent-1.4.ebuild: + Stable for x86, wrt bug #494262 *serpent-1.4 (18 Sep 2013) diff --git a/dev-python/serpent/serpent-1.4.ebuild b/dev-python/serpent/serpent-1.4.ebuild index c3c5ae40529b..38519c4cc6ae 100644 --- a/dev-python/serpent/serpent-1.4.ebuild +++ b/dev-python/serpent/serpent-1.4.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/serpent/serpent-1.4.ebuild,v 1.1 2013/09/18 06:29:07 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/serpent-1.4.ebuild,v 1.2 2013/12/24 12:49:20 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) @@ -13,5 +13,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" |