diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-11 11:26:40 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-11 11:26:40 +0100 |
commit | 5ecb6e3a0705d5cb66b0b7c202b316ea95363b9c (patch) | |
tree | 2542e7af8d525059ecc0461eed7e2130a2518132 /sys-kernel/linux-firmware | |
parent | dev-python/pytest: sparc stable wrt bug #577826 (diff) | |
download | gentoo-5ecb6e3a0705d5cb66b0b7c202b316ea95363b9c.tar.gz gentoo-5ecb6e3a0705d5cb66b0b7c202b316ea95363b9c.tar.bz2 gentoo-5ecb6e3a0705d5cb66b0b7c202b316ea95363b9c.zip |
sys-kernel/linux-firmware: sparc stable wrt bug #584484
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-kernel/linux-firmware')
-rw-r--r-- | sys-kernel/linux-firmware/linux-firmware-20160331.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-kernel/linux-firmware/linux-firmware-20160331.ebuild b/sys-kernel/linux-firmware/linux-firmware-20160331.ebuild index f14c9f6beffb..feb06c052934 100644 --- a/sys-kernel/linux-firmware/linux-firmware-20160331.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-20160331.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,10 +9,10 @@ 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 hppa ppc ppc64 x86" + KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86" else SRC_URI="mirror://gentoo/${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" |