summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/cmd2/ChangeLog5
-rw-r--r--dev-python/cmd2/cmd2-0.6.7.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/cmd2/ChangeLog b/dev-python/cmd2/ChangeLog
index e99226e33e52..e2b514d81155 100644
--- a/dev-python/cmd2/ChangeLog
+++ b/dev-python/cmd2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/cmd2
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cmd2/ChangeLog,v 1.5 2014/01/14 14:00:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cmd2/ChangeLog,v 1.6 2014/03/19 18:20:10 bicatali Exp $
+
+ 19 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> cmd2-0.6.7.ebuild:
+ Keyword amd64-linux and x86-linux
14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> cmd2-0.6.7.ebuild:
Stable for x86, wrt bug #495578
diff --git a/dev-python/cmd2/cmd2-0.6.7.ebuild b/dev-python/cmd2/cmd2-0.6.7.ebuild
index 3a7a61271f6b..170a899b56be 100644
--- a/dev-python/cmd2/cmd2-0.6.7.ebuild
+++ b/dev-python/cmd2/cmd2-0.6.7.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/cmd2/cmd2-0.6.7.ebuild,v 1.3 2014/01/14 14:00:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cmd2/cmd2-0.6.7.ebuild,v 1.4 2014/03/19 18:20:10 bicatali Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND=">=dev-python/pyparsing-2.0.1[${PYTHON_USEDEP}]"