diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-04-16 02:25:05 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-04-16 02:25:05 +0000 |
commit | 079d50c934aea7ebd30c1040bfe7fe847e6893ce (patch) | |
tree | 031156ac3e3abad120d8ac71e299402371b373f0 /dev-python/beaker | |
parent | Marked ~hppa (bug #411761). (diff) | |
download | gentoo-2-079d50c934aea7ebd30c1040bfe7fe847e6893ce.tar.gz gentoo-2-079d50c934aea7ebd30c1040bfe7fe847e6893ce.tar.bz2 gentoo-2-079d50c934aea7ebd30c1040bfe7fe847e6893ce.zip |
Marked ~hppa (bug #411761).
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/beaker')
-rw-r--r-- | dev-python/beaker/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/beaker/beaker-1.6.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/beaker/ChangeLog b/dev-python/beaker/ChangeLog index 6e7b223cabef..7a244f2dd850 100644 --- a/dev-python/beaker/ChangeLog +++ b/dev-python/beaker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/beaker -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beaker/ChangeLog,v 1.35 2011/12/26 09:06:09 patrick Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beaker/ChangeLog,v 1.36 2012/04/16 02:25:05 jer Exp $ + + 16 Apr 2012; Jeroen Roovers <jer@gentoo.org> beaker-1.6.2.ebuild: + Marked ~hppa (bug #411761). 26 Dec 2011; Patrick Lauer <patrick@gentoo.org> beaker-1.6.2.ebuild: Restricting py 2.4 as things won't work there diff --git a/dev-python/beaker/beaker-1.6.2.ebuild b/dev-python/beaker/beaker-1.6.2.ebuild index abeb22b205ee..d0d616e5ef4b 100644 --- a/dev-python/beaker/beaker-1.6.2.ebuild +++ b/dev-python/beaker/beaker-1.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beaker/beaker-1.6.2.ebuild,v 1.2 2011/12/26 09:06:09 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beaker/beaker-1.6.2.ebuild,v 1.3 2012/04/16 02:25:05 jer Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -20,7 +20,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="test" DEPEND="dev-python/setuptools |