diff options
-rw-r--r-- | virtual/linux-sources/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/linux-sources/linux-sources-1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/linux-sources/ChangeLog b/virtual/linux-sources/ChangeLog index 1027046a05f0..61fd584f0837 100644 --- a/virtual/linux-sources/ChangeLog +++ b/virtual/linux-sources/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/linux-sources # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/linux-sources/ChangeLog,v 1.22 2014/07/30 15:27:01 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/linux-sources/ChangeLog,v 1.23 2014/07/30 15:59:47 blueness Exp $ + + 30 Jul 2014; Anthony G. Basile <blueness@gentoo.org> linux-sources-1.ebuild: + Stable ppc and ppc64, bug #512846 30 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> linux-sources-1.ebuild: amd64 stable wrt bug #512846 diff --git a/virtual/linux-sources/linux-sources-1.ebuild b/virtual/linux-sources/linux-sources-1.ebuild index 492feaf93c5b..5d031c9ac5fa 100644 --- a/virtual/linux-sources/linux-sources-1.ebuild +++ b/virtual/linux-sources/linux-sources-1.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/virtual/linux-sources/linux-sources-1.ebuild,v 1.6 2014/07/30 15:27:01 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/linux-sources/linux-sources-1.ebuild,v 1.7 2014/07/30 15:59:47 blueness Exp $ EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86" IUSE="firmware" DEPEND="firmware? ( sys-kernel/linux-firmware )" |