diff options
author | Markus Meier <maekke@gentoo.org> | 2015-03-28 06:58:39 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-03-28 06:58:39 +0000 |
commit | 2d40cd1af5268509c41ff9595185ecb6ba90f52e (patch) | |
tree | 379c6426fd8370d6f9cabc6d6985ece8f3c8e735 /dev-python/linecache2 | |
parent | add ~arm, bug #543850 (diff) | |
download | gentoo-2-2d40cd1af5268509c41ff9595185ecb6ba90f52e.tar.gz gentoo-2-2d40cd1af5268509c41ff9595185ecb6ba90f52e.tar.bz2 gentoo-2-2d40cd1af5268509c41ff9595185ecb6ba90f52e.zip |
add ~arm, bug #544142
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python/linecache2')
-rw-r--r-- | dev-python/linecache2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/linecache2/linecache2-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/linecache2/ChangeLog b/dev-python/linecache2/ChangeLog index 3e9cc8d8ac94..2b0b89df7b2f 100644 --- a/dev-python/linecache2/ChangeLog +++ b/dev-python/linecache2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/linecache2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/linecache2/ChangeLog,v 1.1 2015/03/18 23:07:42 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/linecache2/ChangeLog,v 1.2 2015/03/28 06:58:39 maekke Exp $ + + 28 Mar 2015; Markus Meier <maekke@gentoo.org> linecache2-1.0.0.ebuild: + add ~arm, bug #544142 *linecache2-1.0.0 (18 Mar 2015) diff --git a/dev-python/linecache2/linecache2-1.0.0.ebuild b/dev-python/linecache2/linecache2-1.0.0.ebuild index 71fa90f72b6c..ab60f9cc6059 100644 --- a/dev-python/linecache2/linecache2-1.0.0.ebuild +++ b/dev-python/linecache2/linecache2-1.0.0.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/linecache2/linecache2-1.0.0.ebuild,v 1.1 2015/03/18 23:07:42 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/linecache2/linecache2-1.0.0.ebuild,v 1.2 2015/03/28 06:58:39 maekke Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm" IUSE="test" DEPEND=" |