summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2012-05-15 16:24:51 +0000
committerJeremy Olexa <darkside@gentoo.org>2012-05-15 16:24:51 +0000
commit7fc1d37b4bdf5b5143298a5dd8f502f0bae4eeee (patch)
tree9855c2576f54707c4cf4b4d97aa4e4f00cb92747 /dev-python/optcomplete
parentAdd prefix keywords and one small offset fix, bug 416019 (diff)
downloadgentoo-2-7fc1d37b4bdf5b5143298a5dd8f502f0bae4eeee.tar.gz
gentoo-2-7fc1d37b4bdf5b5143298a5dd8f502f0bae4eeee.tar.bz2
gentoo-2-7fc1d37b4bdf5b5143298a5dd8f502f0bae4eeee.zip
add ~x86-linux, bug 416007 by Dan Wallis
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/optcomplete')
-rw-r--r--dev-python/optcomplete/ChangeLog5
-rw-r--r--dev-python/optcomplete/optcomplete-1.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/optcomplete/ChangeLog b/dev-python/optcomplete/ChangeLog
index bd85dcd6221a..b7540c028735 100644
--- a/dev-python/optcomplete/ChangeLog
+++ b/dev-python/optcomplete/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/optcomplete
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/optcomplete/ChangeLog,v 1.8 2012/02/01 21:58:58 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/optcomplete/ChangeLog,v 1.9 2012/05/15 16:24:51 darkside Exp $
+
+ 15 May 2012; Jeremy Olexa <darkside@gentoo.org> optcomplete-1.2.ebuild:
+ add ~x86-linux, bug 416007 by Dan Wallis
01 Feb 2012; Brent Baude <ranger@gentoo.org> optcomplete-1.2.ebuild:
Marking optcomplete-1.2 ppc for bug 386723
diff --git a/dev-python/optcomplete/optcomplete-1.2.ebuild b/dev-python/optcomplete/optcomplete-1.2.ebuild
index 10d8d0b429cf..5a9207d3ddd3 100644
--- a/dev-python/optcomplete/optcomplete-1.2.ebuild
+++ b/dev-python/optcomplete/optcomplete-1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.8 2012/02/01 21:58:58 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/optcomplete/optcomplete-1.2.ebuild,v 1.9 2012/05/15 16:24:51 darkside 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 ~x86-linux"
IUSE="examples"
DEPEND=""