diff options
-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="" |