From: Sven Vermeulen Date: Wed, 1 Feb 2017 17:23:24 +0000 (+0100) Subject: app-admin/setools: Drop arm, arm64 and mips keywords (needed deps are not available) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1257e173db7fa43a4e71db82f237379928189deb;p=gentoo.git app-admin/setools: Drop arm, arm64 and mips keywords (needed deps are not available) Package-Manager: portage-2.3.3 --- diff --git a/app-admin/setools/setools-9999.ebuild b/app-admin/setools/setools-9999.ebuild index 5a1f0d61ead6..c26cdd4e2e26 100644 --- a/app-admin/setools/setools-9999.ebuild +++ b/app-admin/setools/setools-9999.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/TresysTechnology/setools.git" else SRC_URI="https://github.com/TresysTechnology/setools/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-2 LGPL-2.1"