diff options
author | 2011-04-25 06:45:37 +0000 | |
---|---|---|
committer | 2011-04-25 06:45:37 +0000 | |
commit | bfdc7c34fcd5f1d13313683f8ec466e759b62d96 (patch) | |
tree | 06d4fa1538625f4b3fa13f85bfee7792b5911354 /sys-kernel/mips-sources/mips-sources-2.6.34.7.ebuild | |
parent | Fix unwanted taint laundering in lc(), uc() et al. CVE-2011-1487 (#362025) (diff) | |
download | gentoo-2-bfdc7c34fcd5f1d13313683f8ec466e759b62d96.tar.gz gentoo-2-bfdc7c34fcd5f1d13313683f8ec466e759b62d96.tar.bz2 gentoo-2-bfdc7c34fcd5f1d13313683f8ec466e759b62d96.zip |
Remove redundant PROVIDE line, virtual/linux-sources is already provided via kernel-2.eclass, bug 118442.
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'sys-kernel/mips-sources/mips-sources-2.6.34.7.ebuild')
-rw-r--r-- | sys-kernel/mips-sources/mips-sources-2.6.34.7.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-kernel/mips-sources/mips-sources-2.6.34.7.ebuild b/sys-kernel/mips-sources/mips-sources-2.6.34.7.ebuild index 555e9832e26d..c5418357521e 100644 --- a/sys-kernel/mips-sources/mips-sources-2.6.34.7.ebuild +++ b/sys-kernel/mips-sources/mips-sources-2.6.34.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/mips-sources-2.6.34.7.ebuild,v 1.3 2011/03/19 18:20:48 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/mips-sources-2.6.34.7.ebuild,v 1.4 2011/04/25 06:45:37 ulm Exp $ # INCLUDED: # 1) linux sources from kernel.org @@ -40,7 +40,6 @@ F_KV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}" # Portage Vars HOMEPAGE="http://www.linux-mips.org/ http://www.gentoo.org/" SLOT="${OKV}" -PROVIDE="virtual/linux-sources" KEYWORDS="-* ~mips" IUSE="cobalt ip27 ip28 ip30 ip32r10k impactdebug" DEPEND=">=sys-devel/gcc-4.1.1" |