diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-14 12:51:27 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-14 12:51:27 +0000 |
commit | 82272adf3ff4b08f6737f2d5c9446162cb347366 (patch) | |
tree | 57a50b714f4d7a396e1946ccc1031d2144061282 /dev-python/testrepository | |
parent | Stable for ia64, wrt bug #540290 (diff) | |
download | gentoo-2-82272adf3ff4b08f6737f2d5c9446162cb347366.tar.gz gentoo-2-82272adf3ff4b08f6737f2d5c9446162cb347366.tar.bz2 gentoo-2-82272adf3ff4b08f6737f2d5c9446162cb347366.zip |
Stable for ia64, wrt bug #540290
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/testrepository')
-rw-r--r-- | dev-python/testrepository/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/testrepository/testrepository-0.0.18-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/testrepository/ChangeLog b/dev-python/testrepository/ChangeLog index bac5872f8522..a8e70db2e49e 100644 --- a/dev-python/testrepository/ChangeLog +++ b/dev-python/testrepository/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/testrepository # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v 1.23 2015/04/13 09:13:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v 1.24 2015/04/14 12:51:27 ago Exp $ + + 14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> + testrepository-0.0.18-r1.ebuild: + Stable for ia64, wrt bug #540290 13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> testrepository-0.0.18-r1.ebuild: diff --git a/dev-python/testrepository/testrepository-0.0.18-r1.ebuild b/dev-python/testrepository/testrepository-0.0.18-r1.ebuild index 442d6a29f7e6..6f07732944ff 100644 --- a/dev-python/testrepository/testrepository-0.0.18-r1.ebuild +++ b/dev-python/testrepository/testrepository-0.0.18-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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-r1.ebuild,v 1.11 2015/04/13 09:13:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild,v 1.12 2015/04/14 12:51:27 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |