diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-19 10:16:25 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-19 10:16:25 +0000 |
commit | fae456cfdaa58cbe5ff9c619546de42229db2556 (patch) | |
tree | 53747b959c24a5575a1114b5d426445c66dffaeb | |
parent | Stable for amd64, wrt bug #470458 (diff) | |
download | gentoo-2-fae456cfdaa58cbe5ff9c619546de42229db2556.tar.gz gentoo-2-fae456cfdaa58cbe5ff9c619546de42229db2556.tar.bz2 gentoo-2-fae456cfdaa58cbe5ff9c619546de42229db2556.zip |
Stable for amd64, wrt bug #470462
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
-rw-r--r-- | dev-python/stomper/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/stomper/stomper-0.2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/stomper/ChangeLog b/dev-python/stomper/ChangeLog index 6924f6cb1862..3221581c80a7 100644 --- a/dev-python/stomper/ChangeLog +++ b/dev-python/stomper/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/stomper # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v 1.15 2013/04/08 06:17:32 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v 1.16 2013/05/19 10:16:25 ago Exp $ + + 19 May 2013; Agostino Sarubbo <ago@gentoo.org> stomper-0.2.5.ebuild: + Stable for amd64, wrt bug #470462 *stomper-0.2.5 (08 Apr 2013) diff --git a/dev-python/stomper/stomper-0.2.5.ebuild b/dev-python/stomper/stomper-0.2.5.ebuild index eb875c1c27c7..67017c7afa5c 100644 --- a/dev-python/stomper/stomper-0.2.5.ebuild +++ b/dev-python/stomper/stomper-0.2.5.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/stomper/stomper-0.2.5.ebuild,v 1.1 2013/04/08 06:17:32 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/stomper-0.2.5.ebuild,v 1.2 2013/05/19 10:16:25 ago Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="examples" DEPEND="dev-python/setuptools" |