summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-03-26 15:21:21 +0000
committerJustin Lecher <jlec@gentoo.org>2014-03-26 15:21:21 +0000
commitb24ead9e43ca7c7125fd594daa599ac9dab219f7 (patch)
tree4fef1b898a5e01d5cc4638150c6ab7433399c7ec /dev-python/sh
parentUpdate to new upstream url. Thanks to Thomas Schneider for the report and patch. (diff)
downloadgentoo-2-b24ead9e43ca7c7125fd594daa599ac9dab219f7.tar.gz
gentoo-2-b24ead9e43ca7c7125fd594daa599ac9dab219f7.tar.bz2
gentoo-2-b24ead9e43ca7c7125fd594daa599ac9dab219f7.zip
dev-python/sh: Add ~x86
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-python/sh')
-rw-r--r--dev-python/sh/ChangeLog5
-rw-r--r--dev-python/sh/sh-1.09.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/sh/ChangeLog b/dev-python/sh/ChangeLog
index e8b084ed9cbd..cc7b642d8a77 100644
--- a/dev-python/sh/ChangeLog
+++ b/dev-python/sh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/sh
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sh/ChangeLog,v 1.5 2014/02/08 11:03:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sh/ChangeLog,v 1.6 2014/03/26 15:21:21 jlec Exp $
+
+ 26 Mar 2014; Justin Lecher <jlec@gentoo.org> sh-1.09.ebuild:
+ Add ~x86
*sh-1.09 (08 Feb 2014)
diff --git a/dev-python/sh/sh-1.09.ebuild b/dev-python/sh/sh-1.09.ebuild
index 72db02201e85..52c6f69f5dc7 100644
--- a/dev-python/sh/sh-1.09.ebuild
+++ b/dev-python/sh/sh-1.09.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/sh/sh-1.09.ebuild,v 1.1 2014/02/08 11:03:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sh/sh-1.09.ebuild,v 1.2 2014/03/26 15:21:21 jlec Exp $
EAPI=5
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=""