diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-07-13 10:01:36 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-07-13 10:01:36 +0000 |
commit | 9713a00a56448bc7f903602a6389dccd360526dc (patch) | |
tree | f453fad8e10657e9086526335dca5033963deb53 /sys-kernel/linux-firmware | |
parent | Stable for ppc, wrt bug #508846 (diff) | |
download | gentoo-2-9713a00a56448bc7f903602a6389dccd360526dc.tar.gz gentoo-2-9713a00a56448bc7f903602a6389dccd360526dc.tar.bz2 gentoo-2-9713a00a56448bc7f903602a6389dccd360526dc.zip |
Stable for ppc, wrt bug #508982
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-kernel/linux-firmware')
-rw-r--r-- | sys-kernel/linux-firmware/ChangeLog | 5 | ||||
-rw-r--r-- | sys-kernel/linux-firmware/linux-firmware-20131230.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-kernel/linux-firmware/ChangeLog b/sys-kernel/linux-firmware/ChangeLog index 7b82aaa6be94..93b6a5ed1127 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.99 2014/07/09 09:31:18 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/ChangeLog,v 1.100 2014/07/13 10:01:36 ago Exp $ + + 13 Jul 2014; Agostino Sarubbo <ago@gentoo.org> linux-firmware-20131230.ebuild: + Stable for ppc, wrt bug #508982 09 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> linux-firmware-20131230.ebuild: diff --git a/sys-kernel/linux-firmware/linux-firmware-20131230.ebuild b/sys-kernel/linux-firmware/linux-firmware-20131230.ebuild index 647149e353c0..18b4a3637240 100644 --- a/sys-kernel/linux-firmware/linux-firmware-20131230.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-20131230.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-20131230.ebuild,v 1.9 2014/07/09 09:31:18 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20131230.ebuild,v 1.10 2014/07/13 10:01:36 ago Exp $ EAPI=5 inherit savedconfig @@ -12,7 +12,7 @@ if [[ ${PV} == 99999999* ]]; then KEYWORDS="" 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" |