diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-15 14:34:09 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-15 14:34:09 +0000 |
commit | 5614406b31a7df4a98698d533d1478e66be79664 (patch) | |
tree | f0112ac3afc55c7ce3e5f798de390a33dd965567 /sys-kernel | |
parent | Stable for amd64, wrt bug #469508 (diff) | |
download | gentoo-2-5614406b31a7df4a98698d533d1478e66be79664.tar.gz gentoo-2-5614406b31a7df4a98698d533d1478e66be79664.tar.bz2 gentoo-2-5614406b31a7df4a98698d533d1478e66be79664.zip |
Stable for amd64, wrt bug #469508
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/vanilla-sources/ChangeLog | 5 | ||||
-rw-r--r-- | sys-kernel/vanilla-sources/vanilla-sources-3.8.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-kernel/vanilla-sources/ChangeLog b/sys-kernel/vanilla-sources/ChangeLog index 9c4e28b1a200..1604fcc4d4b6 100644 --- a/sys-kernel/vanilla-sources/ChangeLog +++ b/sys-kernel/vanilla-sources/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-kernel/vanilla-sources # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.1170 2013/05/15 02:17:59 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.1171 2013/05/15 14:34:09 ago Exp $ + + 15 May 2013; Agostino Sarubbo <ago@gentoo.org> vanilla-sources-3.8.13.ebuild: + Stable for amd64, wrt bug #469508 15 May 2013; Jeff Horelick <jdhore@gentoo.org> vanilla-sources-3.8.13.ebuild: x86 stable wrt bug 469508 (and security bug 469854) diff --git a/sys-kernel/vanilla-sources/vanilla-sources-3.8.13.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-3.8.13.ebuild index 79b8640c5925..d717881751b1 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-3.8.13.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-3.8.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.8.13.ebuild,v 1.2 2013/05/15 02:17:59 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.8.13.ebuild,v 1.3 2013/05/15 14:34:09 ago Exp $ EAPI="5" K_NOUSENAME="yes" @@ -15,5 +15,5 @@ DESCRIPTION="Full sources for the Linux kernel" HOMEPAGE="http://www.kernel.org" SRC_URI="${KERNEL_URI}" -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="deblob" |