diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-06-10 17:07:06 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-06-10 17:07:06 +0200 |
commit | 9e5ec15133c35d26639386562dc5836c09c99e44 (patch) | |
tree | 0e8c6bd5fa208403d5f76c4fe81cc192628dc598 /sys-kernel/linux-firmware | |
parent | dev-python/paramiko: ia64 stable wrt bug #614236 (diff) | |
download | gentoo-9e5ec15133c35d26639386562dc5836c09c99e44.tar.gz gentoo-9e5ec15133c35d26639386562dc5836c09c99e44.tar.bz2 gentoo-9e5ec15133c35d26639386562dc5836c09c99e44.zip |
sys-kernel/linux-firmware: ia64 stable wrt bug #619358
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-kernel/linux-firmware')
-rw-r--r-- | sys-kernel/linux-firmware/linux-firmware-20170314.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/linux-firmware/linux-firmware-20170314.ebuild b/sys-kernel/linux-firmware/linux-firmware-20170314.ebuild index 385425683c2c..3b23fb500322 100644 --- a/sys-kernel/linux-firmware/linux-firmware-20170314.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-20170314.ebuild @@ -8,11 +8,11 @@ if [[ ${PV} == 99999999* ]]; then inherit git-2 SRC_URI="" EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git" - KEYWORDS="alpha amd64 arm ppc ppc64 sparc x86" + KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86" else GIT_COMMIT="e39f0e3e6897ad865b3704f61218ae83f98a85da" SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${GIT_COMMIT}.tar.xz -> ${P}.tar.xz" - KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" + KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" fi DESCRIPTION="Linux firmware files" |