diff options
-rw-r--r-- | dev-python/bottle/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/bottle/bottle-0.11.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/bottle/ChangeLog b/dev-python/bottle/ChangeLog index c21eb39c535d..088ddf6559d8 100644 --- a/dev-python/bottle/ChangeLog +++ b/dev-python/bottle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/bottle # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.5 2013/03/05 09:23:49 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.6 2013/05/03 20:34:08 pinkbyte Exp $ + + 03 May 2013; Sergey Popov <pinkbyte@gentoo.org> bottle-0.11.6.ebuild: + Add ~arm keyword, wrt bug #468426 *bottle-0.11.6 (05 Mar 2013) diff --git a/dev-python/bottle/bottle-0.11.6.ebuild b/dev-python/bottle/bottle-0.11.6.ebuild index 2f32dd20b025..74d8658c6c35 100644 --- a/dev-python/bottle/bottle-0.11.6.ebuild +++ b/dev-python/bottle/bottle-0.11.6.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/bottle/bottle-0.11.6.ebuild,v 1.1 2013/03/05 09:23:49 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.11.6.ebuild,v 1.2 2013/05/03 20:34:08 pinkbyte Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" DEPEND="" |