diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-12 08:53:59 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-12 08:53:59 +0000 |
commit | b405704b12e4bacfb28ec5d09b3835721aa07671 (patch) | |
tree | 56d5ca91bb61c3dd7c106de818d9d56587c02fa8 /sys-kernel | |
parent | Stable for x86, wrt bug #522572 (diff) | |
download | gentoo-2-b405704b12e4bacfb28ec5d09b3835721aa07671.tar.gz gentoo-2-b405704b12e4bacfb28ec5d09b3835721aa07671.tar.bz2 gentoo-2-b405704b12e4bacfb28ec5d09b3835721aa07671.zip |
Stable for x86, wrt bug #521380
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/linux-firmware/ChangeLog | 5 | ||||
-rw-r--r-- | sys-kernel/linux-firmware/linux-firmware-20140603.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-kernel/linux-firmware/ChangeLog b/sys-kernel/linux-firmware/ChangeLog index 7d765da2977d..d288a75fc54d 100644 --- a/sys-kernel/linux-firmware/ChangeLog +++ b/sys-kernel/linux-firmware/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-kernel/linux-firmware # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/ChangeLog,v 1.107 2014/10/10 15:21:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/ChangeLog,v 1.108 2014/10/12 08:53:59 ago Exp $ + + 12 Oct 2014; Agostino Sarubbo <ago@gentoo.org> linux-firmware-20140603.ebuild: + Stable for x86, wrt bug #521380 10 Oct 2014; Agostino Sarubbo <ago@gentoo.org> linux-firmware-20140603.ebuild: Stable for amd64, wrt bug #521380 diff --git a/sys-kernel/linux-firmware/linux-firmware-20140603.ebuild b/sys-kernel/linux-firmware/linux-firmware-20140603.ebuild index 09327ee6c36d..3d393681f075 100644 --- a/sys-kernel/linux-firmware/linux-firmware-20140603.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-20140603.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20140603.ebuild,v 1.4 2014/10/10 15:21:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20140603.ebuild,v 1.5 2014/10/12 08:53:59 ago Exp $ EAPI=5 inherit savedconfig @@ -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="amd64 arm hppa" + KEYWORDS="amd64 arm hppa 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" |