diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-04-25 14:26:31 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-04-25 14:26:31 +0000 |
commit | f7cc9dd71bf94d0389d82b7a446819df972de00a (patch) | |
tree | a6eba4727ceb7f321b450afb0650485354012a6f /dev-python/testrepository | |
parent | Marked ~hppa (bug #508282). (diff) | |
download | gentoo-2-f7cc9dd71bf94d0389d82b7a446819df972de00a.tar.gz gentoo-2-f7cc9dd71bf94d0389d82b7a446819df972de00a.tar.bz2 gentoo-2-f7cc9dd71bf94d0389d82b7a446819df972de00a.zip |
Marked ~hppa (bug #508282).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-python/testrepository')
-rw-r--r-- | dev-python/testrepository/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/testrepository/testrepository-0.0.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/testrepository/ChangeLog b/dev-python/testrepository/ChangeLog index 09f5275c12c2..0f752eaa607b 100644 --- a/dev-python/testrepository/ChangeLog +++ b/dev-python/testrepository/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/testrepository # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v 1.7 2014/03/31 07:32:44 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v 1.8 2014/04/25 14:26:31 jer Exp $ + + 25 Apr 2014; Jeroen Roovers <jer@gentoo.org> testrepository-0.0.18.ebuild: + Marked ~hppa (bug #508282). 31 Mar 2014; Patrick Lauer <patrick@gentoo.org> testrepository-0.0.18.ebuild: Fix bad dep strings diff --git a/dev-python/testrepository/testrepository-0.0.18.ebuild b/dev-python/testrepository/testrepository-0.0.18.ebuild index deff85720bcd..678054f77ae9 100644 --- a/dev-python/testrepository/testrepository-0.0.18.ebuild +++ b/dev-python/testrepository/testrepository-0.0.18.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/testrepository/testrepository-0.0.18.ebuild,v 1.4 2014/03/31 07:32:44 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/testrepository-0.0.18.ebuild,v 1.5 2014/04/25 14:26:31 jer Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3} ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |