commit: 1e68a43302ffe51c5341a99fa3272fca45aa23e2
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 11:03:54 2016 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sat May 28 11:03:54 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e68a433
sys-apps/kbd: arm stable, bug #563350
Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"
sys-apps/kbd/kbd-2.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/kbd/kbd-2.0.3.ebuild b/sys-apps/kbd/kbd-2.0.3.ebuild
index 36df191..9233d2a 100644
--- a/sys-apps/kbd/kbd-2.0.3.ebuild
+++ b/sys-apps/kbd/kbd-2.0.3.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_BRANCH="master"
else
SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/kbd/${P}.tar.xz"
- KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64
~s390 ~sh ~sparc ~x86"
+ KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64
~s390 ~sh ~sparc ~x86"
fi
inherit autotools eutils ${SCM}