diff options
author | Markus Meier <maekke@gentoo.org> | 2018-01-07 13:37:04 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2018-01-07 13:39:12 +0100 |
commit | 80388056ae2df0f5fa40d78d66ccf095d0fd26f2 (patch) | |
tree | d24530786ce454545304e8a6773ddc451453a539 /app-shells | |
parent | app-text/calibre: version bump to 3.15.0 (diff) | |
download | gentoo-80388056ae2df0f5fa40d78d66ccf095d0fd26f2.tar.gz gentoo-80388056ae2df0f5fa40d78d66ccf095d0fd26f2.tar.bz2 gentoo-80388056ae2df0f5fa40d78d66ccf095d0fd26f2.zip |
app-shells/mksh: add ~arm, bug #595138
Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/mksh/mksh-53a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/mksh/mksh-53a.ebuild b/app-shells/mksh/mksh-53a.ebuild index fd3888862257..6f40bc3ba701 100644 --- a/app-shells/mksh/mksh-53a.ebuild +++ b/app-shells/mksh/mksh-53a.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ HOMEPAGE="http://mirbsd.de/mksh" SRC_URI="http://www.mirbsd.org/MirOS/dist/mir/mksh/${PN}-R${PV}.tgz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="static" DEPEND="static? ( dev-libs/klibc )" RDEPEND="" |