summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-06-28 18:04:52 +0000
committerJeroen Roovers <jer@gentoo.org>2014-06-28 18:04:52 +0000
commit7535a88c6c93be95cf3475befa1062c0255bed71 (patch)
treed9df0ac56a372b1730d93ee0a04ee082b77591a6 /dev-python/bottle
parentFix python installation (#501224) (diff)
downloadgentoo-2-7535a88c6c93be95cf3475befa1062c0255bed71.tar.gz
gentoo-2-7535a88c6c93be95cf3475befa1062c0255bed71.tar.bz2
gentoo-2-7535a88c6c93be95cf3475befa1062c0255bed71.zip
Marked ~hppa (bug #515610).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-python/bottle')
-rw-r--r--dev-python/bottle/ChangeLog5
-rw-r--r--dev-python/bottle/bottle-0.12.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/bottle/ChangeLog b/dev-python/bottle/ChangeLog
index dff57aa02f21..5310ef80f80a 100644
--- a/dev-python/bottle/ChangeLog
+++ b/dev-python/bottle/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/bottle
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.26 2014/06/06 15:49:11 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.27 2014/06/28 18:04:52 jer Exp $
+
+ 28 Jun 2014; Jeroen Roovers <jer@gentoo.org> bottle-0.12.6.ebuild:
+ Marked ~hppa (bug #515610).
06 Jun 2014; Dirkjan Ochtman <djc@gentoo.org> -bottle-0.10.9.ebuild,
-bottle-0.11.3.ebuild, -bottle-0.11.6.ebuild:
diff --git a/dev-python/bottle/bottle-0.12.6.ebuild b/dev-python/bottle/bottle-0.12.6.ebuild
index e944e77fd7e2..7bcf9f121ac0 100644
--- a/dev-python/bottle/bottle-0.12.6.ebuild
+++ b/dev-python/bottle/bottle-0.12.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.12.6.ebuild,v 1.1 2014/06/06 15:47:25 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.12.6.ebuild,v 1.2 2014/06/28 18:04:52 jer Exp $
EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND=""