diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-12-05 18:11:21 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-12-05 18:12:11 +0300 |
commit | 973efc86201ee3978fa5beb49b4a32515c8283b9 (patch) | |
tree | 877d908e8ed1b78a4a20987fc4feaf733adb896c /app-shells/mksh | |
parent | sci-libs/pcl: bump to 1.9.1 (diff) | |
download | gentoo-973efc86201ee3978fa5beb49b4a32515c8283b9.tar.gz gentoo-973efc86201ee3978fa5beb49b4a32515c8283b9.tar.bz2 gentoo-973efc86201ee3978fa5beb49b4a32515c8283b9.zip |
app-shells/mksh: Drop arm keyword
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-shells/mksh')
-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 6f40bc3ba701..467ac8e62606 100644 --- a/app-shells/mksh/mksh-53a.ebuild +++ b/app-shells/mksh/mksh-53a.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # 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 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="static" DEPEND="static? ( dev-libs/klibc )" RDEPEND="" |