diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-01-13 21:27:16 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-01-13 21:29:11 -0500 |
commit | 164fb58a4ee589476f18d9aa83c1d74397e7b41b (patch) | |
tree | f02a4d24896522132083146a94f6ec9dd43aaffb /sys-apps/hwids | |
parent | sys-fs/udev: mark 225 arm64/m68k/s390/sh stable (diff) | |
download | gentoo-164fb58a4ee589476f18d9aa83c1d74397e7b41b.tar.gz gentoo-164fb58a4ee589476f18d9aa83c1d74397e7b41b.tar.bz2 gentoo-164fb58a4ee589476f18d9aa83c1d74397e7b41b.zip |
sys-apps/hwids: mark 20150717-r1 arm64/m68k/s390/sh stable
Diffstat (limited to 'sys-apps/hwids')
-rw-r--r-- | sys-apps/hwids/hwids-20150717-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/hwids/hwids-20150717-r1.ebuild b/sys-apps/hwids/hwids-20150717-r1.ebuild index 405d24451d19..1993b6a3c766 100644 --- a/sys-apps/hwids/hwids-20150717-r1.ebuild +++ b/sys-apps/hwids/hwids-20150717-r1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == "99999999" ]]; then inherit git-2 else SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz" - KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux" + KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux" fi LICENSE="|| ( GPL-2 BSD ) public-domain" |