diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-08 23:42:22 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-08 23:42:22 +0000 |
commit | 991e2ec53c3d3110b92c7fec6d8908ed41ab04c9 (patch) | |
tree | 86bed991713df8357ecfd40cea9abdad9c74539c /dev-python/common | |
parent | x86 stable, bug 540290 (diff) | |
download | gentoo-2-991e2ec53c3d3110b92c7fec6d8908ed41ab04c9.tar.gz gentoo-2-991e2ec53c3d3110b92c7fec6d8908ed41ab04c9.tar.bz2 gentoo-2-991e2ec53c3d3110b92c7fec6d8908ed41ab04c9.zip |
x86 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/common')
-rw-r--r-- | dev-python/common/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/common/common-0.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/common/ChangeLog b/dev-python/common/ChangeLog index 9aed6decd550..e99ca17cc205 100644 --- a/dev-python/common/ChangeLog +++ b/dev-python/common/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/common # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/common/ChangeLog,v 1.4 2015/03/06 22:12:29 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/common/ChangeLog,v 1.5 2015/03/08 23:42:22 pacho Exp $ + + 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> common-0.1.1.ebuild: + x86 stable, bug 540290 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> common-0.1.1.ebuild: amd64 stable, bug 540290 diff --git a/dev-python/common/common-0.1.1.ebuild b/dev-python/common/common-0.1.1.ebuild index ec36cf7e2129..ffb608fe1a70 100644 --- a/dev-python/common/common-0.1.1.ebuild +++ b/dev-python/common/common-0.1.1.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/common/common-0.1.1.ebuild,v 1.4 2015/03/06 22:12:29 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/common/common-0.1.1.ebuild,v 1.5 2015/03/08 23:42:22 pacho Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="all-rights-reserved" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="" RESTRICT="mirror bindist" |