summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2014-03-19 18:22:28 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2014-03-19 18:22:28 +0000
commitcd125799a683595a849d9465b2315b629f6ae345 (patch)
tree58d8331dbc38c4b5cf866680704302376c12965d /dev-python/cliff
parentKeyword amd64-linux and x86-linux (diff)
downloadgentoo-2-cd125799a683595a849d9465b2315b629f6ae345.tar.gz
gentoo-2-cd125799a683595a849d9465b2315b629f6ae345.tar.bz2
gentoo-2-cd125799a683595a849d9465b2315b629f6ae345.zip
Keyword amd64-linux and x86-linux
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'dev-python/cliff')
-rw-r--r--dev-python/cliff/ChangeLog5
-rw-r--r--dev-python/cliff/cliff-1.4.5.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/cliff/ChangeLog b/dev-python/cliff/ChangeLog
index 9c2bcc835a17..5339a44f8f8c 100644
--- a/dev-python/cliff/ChangeLog
+++ b/dev-python/cliff/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/cliff
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/ChangeLog,v 1.8 2014/03/19 18:20:55 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/ChangeLog,v 1.9 2014/03/19 18:22:28 bicatali Exp $
+
+ 19 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> cliff-1.4.5.ebuild:
+ Keyword amd64-linux and x86-linux
19 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> cliff-1.4.ebuild:
Keyword amd64-linux and x86-linux
diff --git a/dev-python/cliff/cliff-1.4.5.ebuild b/dev-python/cliff/cliff-1.4.5.ebuild
index 201a6fa77d43..399badf2547a 100644
--- a/dev-python/cliff/cliff-1.4.5.ebuild
+++ b/dev-python/cliff/cliff-1.4.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/cliff-1.4.5.ebuild,v 1.1 2013/10/23 03:23:26 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/cliff-1.4.5.ebuild,v 1.2 2014/03/19 18:22:28 bicatali 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"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""