summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2011-10-12 10:27:19 +0000
committerTony Vroon <chainsaw@gentoo.org>2011-10-12 10:27:19 +0000
commit603fb5412608c99552179906f3c7dbe434b3a39e (patch)
treef77a1b24bfff62bf3875f37c3731ac9be5564d3f /dev-python/optcomplete
parentalpha/ia64/m68k/s390/sh/sparc stable wrt #380673 (diff)
downloadgentoo-2-603fb5412608c99552179906f3c7dbe434b3a39e.tar.gz
gentoo-2-603fb5412608c99552179906f3c7dbe434b3a39e.tar.bz2
gentoo-2-603fb5412608c99552179906f3c7dbe434b3a39e.zip
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian "idella4" Delaney in bug #386723.
(Portage version: 2.1.10.27/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/optcomplete')
-rw-r--r--dev-python/optcomplete/ChangeLog6
-rw-r--r--dev-python/optcomplete/optcomplete-1.2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/optcomplete/ChangeLog b/dev-python/optcomplete/ChangeLog
index ab9be76e64ea..b387c758b598 100644
--- a/dev-python/optcomplete/ChangeLog
+++ b/dev-python/optcomplete/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/optcomplete
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/optcomplete/ChangeLog,v 1.5 2011/06/08 16:15:44 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/optcomplete/ChangeLog,v 1.6 2011/10/12 10:27:19 chainsaw Exp $
+
+ 12 Oct 2011; Tony Vroon <chainsaw@gentoo.org> optcomplete-1.2.ebuild:
+ Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian
+ "idella4" Delaney in bug #386723.
08 Jun 2011; Kacper Kowalik <xarthisius@gentoo.org> optcomplete-1.2.ebuild:
Marked ~ppc wrt #366541
diff --git a/dev-python/optcomplete/optcomplete-1.2.ebuild b/dev-python/optcomplete/optcomplete-1.2.ebuild
index caf5b30f3448..75326116f74c 100644
--- a/dev-python/optcomplete/optcomplete-1.2.ebuild
+++ b/dev-python/optcomplete/optcomplete-1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/optcomplete/optcomplete-1.2.ebuild,v 1.5 2011/06/08 16:15:44 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/optcomplete/optcomplete-1.2.ebuild,v 1.6 2011/10/12 10:27:19 chainsaw Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@ SRC_URI="http://furius.ca/downloads/${PN}/releases/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE="examples"
DEPEND=""