summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-10-31 10:00:54 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-10-31 10:00:54 +0000
commit3ab2b47402cc84a18bb8db76b3525781e7a45238 (patch)
treeb296813e15f505c88ce159980ab2f4d9c0a8b52a /dev-python/columnize
parentFix Bug #362731 & Bug #425706 (diff)
downloadgentoo-2-3ab2b47402cc84a18bb8db76b3525781e7a45238.tar.gz
gentoo-2-3ab2b47402cc84a18bb8db76b3525781e7a45238.tar.bz2
gentoo-2-3ab2b47402cc84a18bb8db76b3525781e7a45238.zip
Adding ~x86 keyword
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/columnize')
-rw-r--r--dev-python/columnize/ChangeLog8
-rw-r--r--dev-python/columnize/columnize-0.3.3.ebuild6
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-python/columnize/ChangeLog b/dev-python/columnize/ChangeLog
index f437ed2325e5..27614ea31bcf 100644
--- a/dev-python/columnize/ChangeLog
+++ b/dev-python/columnize/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/columnize
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/columnize/ChangeLog,v 1.3 2011/12/04 21:17:31 hwoarang Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/columnize/ChangeLog,v 1.4 2012/10/31 10:00:54 patrick Exp $
+
+ 31 Oct 2012; Patrick Lauer <patrick@gentoo.org> columnize-0.3.3.ebuild:
+ Adding ~x86 keyword
04 Dec 2011; Markos Chandras <hwoarang@gentoo.org> columnize-0.3.3.ebuild:
Update LICENSE. Patch by Arfrever.
@@ -16,4 +19,3 @@
25 Dec 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+columnize-0.3.2.ebuild, +metadata.xml:
Initial addition. Ebuild written by me.
-
diff --git a/dev-python/columnize/columnize-0.3.3.ebuild b/dev-python/columnize/columnize-0.3.3.ebuild
index 5fc234e75255..467b6d278911 100644
--- a/dev-python/columnize/columnize-0.3.3.ebuild
+++ b/dev-python/columnize/columnize-0.3.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/columnize/columnize-0.3.3.ebuild,v 1.2 2011/12/04 21:17:31 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/columnize/columnize-0.3.3.ebuild,v 1.3 2012/10/31 10:00:54 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -16,7 +16,7 @@ SRC_URI="http://pycolumnize.googlecode.com/files/${P}.tar.gz"
LICENSE="PSF-2"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools"