diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-03-28 19:13:11 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-03-28 19:13:11 +0000 |
commit | ba5edfb7cc3ada460e9a84ffc9cf10a747a10642 (patch) | |
tree | b5a08c2c3261ac1e42051af6ce5d6d0566218ac0 /dev-python/sh | |
parent | dev-python/sh: Version Bump (diff) | |
download | gentoo-2-ba5edfb7cc3ada460e9a84ffc9cf10a747a10642.tar.gz gentoo-2-ba5edfb7cc3ada460e9a84ffc9cf10a747a10642.tar.bz2 gentoo-2-ba5edfb7cc3ada460e9a84ffc9cf10a747a10642.zip |
dev-python/sh: Keyword for ~-linux
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'dev-python/sh')
-rw-r--r-- | dev-python/sh/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/sh/sh-1.08.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/sh/ChangeLog b/dev-python/sh/ChangeLog index 1cec893b2f8b..5b6941877f55 100644 --- a/dev-python/sh/ChangeLog +++ b/dev-python/sh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/sh # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sh/ChangeLog,v 1.2 2013/03/28 19:11:49 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sh/ChangeLog,v 1.3 2013/03/28 19:13:11 jlec Exp $ + + 28 Mar 2013; Justin Lecher <jlec@gentoo.org> sh-1.08.ebuild: + Keyword for ~-linux *sh-1.08 (28 Mar 2013) diff --git a/dev-python/sh/sh-1.08.ebuild b/dev-python/sh/sh-1.08.ebuild index 6dfe20cf22c9..1db9bf61cf28 100644 --- a/dev-python/sh/sh-1.08.ebuild +++ b/dev-python/sh/sh-1.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sh/sh-1.08.ebuild,v 1.1 2013/03/28 19:11:49 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sh/sh-1.08.ebuild,v 1.2 2013/03/28 19:13:11 jlec Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/amoffat/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~amd64-linux ~x86-linux" IUSE="" DEPEND="" |