summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-04-26 07:43:10 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-04-26 07:43:10 +0000
commitf44735839f47e74034c138a0e2232bb11dc6aeca (patch)
tree1b349a4df100e9fc4f8519f0ac2734078738d744 /sys-kernel
parentUpdate Manifest for deblob support in kernel-2 eclass. (diff)
downloadgentoo-2-f44735839f47e74034c138a0e2232bb11dc6aeca.tar.gz
gentoo-2-f44735839f47e74034c138a0e2232bb11dc6aeca.tar.bz2
gentoo-2-f44735839f47e74034c138a0e2232bb11dc6aeca.zip
Update Manifest for deblob support in kernel-2 eclass. Also block the 2.6.34 series from using unblob as it is not yet available for that version.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/git-sources/ChangeLog15
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.34_rc4-r1.ebuild3
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.34_rc4-r2.ebuild3
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.34_rc4-r3.ebuild3
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.34_rc4-r4.ebuild3
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.34_rc4-r5.ebuild3
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.34_rc4-r6.ebuild3
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.34_rc4.ebuild3
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.34_rc5-r1.ebuild3
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.34_rc5-r2.ebuild3
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.34_rc5-r3.ebuild3
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.34_rc5-r4.ebuild3
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.34_rc5-r5.ebuild3
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.34_rc5-r6.ebuild3
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.34_rc5-r7.ebuild3
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.34_rc5.ebuild3
-rw-r--r--sys-kernel/git-sources/metadata.xml3
17 files changed, 47 insertions, 16 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog
index 4dd5a7e88a72..a26c536ee056 100644
--- a/sys-kernel/git-sources/ChangeLog
+++ b/sys-kernel/git-sources/ChangeLog
@@ -1,6 +1,19 @@
# ChangeLog for sys-kernel/git-sources
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.799 2010/04/26 01:01:09 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.800 2010/04/26 07:43:10 robbat2 Exp $
+
+ 26 Apr 2010; Robin H. Johnson <robbat2@gentoo.org>
+ git-sources-2.6.34_rc4.ebuild, git-sources-2.6.34_rc4-r1.ebuild,
+ git-sources-2.6.34_rc4-r2.ebuild, git-sources-2.6.34_rc4-r3.ebuild,
+ git-sources-2.6.34_rc4-r4.ebuild, git-sources-2.6.34_rc4-r5.ebuild,
+ git-sources-2.6.34_rc4-r6.ebuild, git-sources-2.6.34_rc5.ebuild,
+ git-sources-2.6.34_rc5-r1.ebuild, git-sources-2.6.34_rc5-r2.ebuild,
+ git-sources-2.6.34_rc5-r3.ebuild, git-sources-2.6.34_rc5-r4.ebuild,
+ git-sources-2.6.34_rc5-r5.ebuild, git-sources-2.6.34_rc5-r6.ebuild,
+ git-sources-2.6.34_rc5-r7.ebuild, metadata.xml:
+ Update Manifest for deblob support in kernel-2 eclass. Also block the
+ 2.6.34 series from using unblob as it is not yet available for that
+ version.
*git-sources-2.6.34_rc5-r7 (26 Apr 2010)
diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc4-r1.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc4-r1.ebuild
index 693b5878a630..d6bc5797010a 100644
--- a/sys-kernel/git-sources/git-sources-2.6.34_rc4-r1.ebuild
+++ b/sys-kernel/git-sources/git-sources-2.6.34_rc4-r1.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc4-r1.ebuild,v 1.1 2010/04/14 00:24:32 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc4-r1.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_NOUSEPR="yes"
K_SECURITY_UNSUPPORTED="yes"
+K_DEBLOB_AVAILABLE=0
ETYPE="sources"
CKV="${PVR/-r/-git}"
# only use this if it's not an _rc/_pre release
diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc4-r2.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc4-r2.ebuild
index d9177a7fc633..47f83cd43ce4 100644
--- a/sys-kernel/git-sources/git-sources-2.6.34_rc4-r2.ebuild
+++ b/sys-kernel/git-sources/git-sources-2.6.34_rc4-r2.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc4-r2.ebuild,v 1.1 2010/04/14 12:19:24 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc4-r2.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_NOUSEPR="yes"
K_SECURITY_UNSUPPORTED="yes"
+K_DEBLOB_AVAILABLE=0
ETYPE="sources"
CKV="${PVR/-r/-git}"
# only use this if it's not an _rc/_pre release
diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc4-r3.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc4-r3.ebuild
index 038c6aab8cbf..a8ea66653563 100644
--- a/sys-kernel/git-sources/git-sources-2.6.34_rc4-r3.ebuild
+++ b/sys-kernel/git-sources/git-sources-2.6.34_rc4-r3.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc4-r3.ebuild,v 1.1 2010/04/15 15:35:04 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc4-r3.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_NOUSEPR="yes"
K_SECURITY_UNSUPPORTED="yes"
+K_DEBLOB_AVAILABLE=0
ETYPE="sources"
CKV="${PVR/-r/-git}"
# only use this if it's not an _rc/_pre release
diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc4-r4.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc4-r4.ebuild
index 8ac65aa32888..789e34620035 100644
--- a/sys-kernel/git-sources/git-sources-2.6.34_rc4-r4.ebuild
+++ b/sys-kernel/git-sources/git-sources-2.6.34_rc4-r4.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc4-r4.ebuild,v 1.1 2010/04/16 01:09:05 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc4-r4.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_NOUSEPR="yes"
K_SECURITY_UNSUPPORTED="yes"
+K_DEBLOB_AVAILABLE=0
ETYPE="sources"
CKV="${PVR/-r/-git}"
# only use this if it's not an _rc/_pre release
diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc4-r5.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc4-r5.ebuild
index d5983e47ba05..11a590e4ea7a 100644
--- a/sys-kernel/git-sources/git-sources-2.6.34_rc4-r5.ebuild
+++ b/sys-kernel/git-sources/git-sources-2.6.34_rc4-r5.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc4-r5.ebuild,v 1.1 2010/04/18 17:16:15 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc4-r5.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_NOUSEPR="yes"
K_SECURITY_UNSUPPORTED="yes"
+K_DEBLOB_AVAILABLE=0
ETYPE="sources"
CKV="${PVR/-r/-git}"
# only use this if it's not an _rc/_pre release
diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc4-r6.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc4-r6.ebuild
index ab32e6794324..8eb505e014ad 100644
--- a/sys-kernel/git-sources/git-sources-2.6.34_rc4-r6.ebuild
+++ b/sys-kernel/git-sources/git-sources-2.6.34_rc4-r6.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc4-r6.ebuild,v 1.1 2010/04/18 17:22:54 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc4-r6.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_NOUSEPR="yes"
K_SECURITY_UNSUPPORTED="yes"
+K_DEBLOB_AVAILABLE=0
ETYPE="sources"
CKV="${PVR/-r/-git}"
# only use this if it's not an _rc/_pre release
diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc4.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc4.ebuild
index 009f29be7228..7890f3837698 100644
--- a/sys-kernel/git-sources/git-sources-2.6.34_rc4.ebuild
+++ b/sys-kernel/git-sources/git-sources-2.6.34_rc4.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc4.ebuild,v 1.1 2010/04/13 12:52:06 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc4.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_NOUSEPR="yes"
K_SECURITY_UNSUPPORTED="yes"
+K_DEBLOB_AVAILABLE=0
ETYPE="sources"
CKV="${PVR/-r/-git}"
# only use this if it's not an _rc/_pre release
diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r1.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r1.ebuild
index d7a3d265380c..97a90f012d34 100644
--- a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r1.ebuild
+++ b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r1.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc5-r1.ebuild,v 1.1 2010/04/21 01:19:14 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc5-r1.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_NOUSEPR="yes"
K_SECURITY_UNSUPPORTED="yes"
+K_DEBLOB_AVAILABLE=0
ETYPE="sources"
CKV="${PVR/-r/-git}"
# only use this if it's not an _rc/_pre release
diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r2.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r2.ebuild
index 09f4e7e7548e..95d6e7c61b62 100644
--- a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r2.ebuild
+++ b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r2.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc5-r2.ebuild,v 1.1 2010/04/22 00:59:52 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc5-r2.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_NOUSEPR="yes"
K_SECURITY_UNSUPPORTED="yes"
+K_DEBLOB_AVAILABLE=0
ETYPE="sources"
CKV="${PVR/-r/-git}"
# only use this if it's not an _rc/_pre release
diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r3.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r3.ebuild
index 5bb220aeeea7..b4fc45f7ccdf 100644
--- a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r3.ebuild
+++ b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r3.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc5-r3.ebuild,v 1.1 2010/04/23 14:46:10 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc5-r3.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_NOUSEPR="yes"
K_SECURITY_UNSUPPORTED="yes"
+K_DEBLOB_AVAILABLE=0
ETYPE="sources"
CKV="${PVR/-r/-git}"
# only use this if it's not an _rc/_pre release
diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r4.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r4.ebuild
index 4491de288146..c454f637fc37 100644
--- a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r4.ebuild
+++ b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r4.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc5-r4.ebuild,v 1.1 2010/04/23 14:46:10 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc5-r4.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_NOUSEPR="yes"
K_SECURITY_UNSUPPORTED="yes"
+K_DEBLOB_AVAILABLE=0
ETYPE="sources"
CKV="${PVR/-r/-git}"
# only use this if it's not an _rc/_pre release
diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r5.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r5.ebuild
index ab83101bbf54..29812002a3e6 100644
--- a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r5.ebuild
+++ b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r5.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc5-r5.ebuild,v 1.1 2010/04/24 01:28:30 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc5-r5.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_NOUSEPR="yes"
K_SECURITY_UNSUPPORTED="yes"
+K_DEBLOB_AVAILABLE=0
ETYPE="sources"
CKV="${PVR/-r/-git}"
# only use this if it's not an _rc/_pre release
diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r6.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r6.ebuild
index ea5b025e4fa8..f4bfc3fc499c 100644
--- a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r6.ebuild
+++ b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r6.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc5-r6.ebuild,v 1.1 2010/04/25 00:37:45 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc5-r6.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_NOUSEPR="yes"
K_SECURITY_UNSUPPORTED="yes"
+K_DEBLOB_AVAILABLE=0
ETYPE="sources"
CKV="${PVR/-r/-git}"
# only use this if it's not an _rc/_pre release
diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r7.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r7.ebuild
index bb388ed99f7b..5944308c0b81 100644
--- a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r7.ebuild
+++ b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r7.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc5-r7.ebuild,v 1.1 2010/04/26 01:01:09 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc5-r7.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_NOUSEPR="yes"
K_SECURITY_UNSUPPORTED="yes"
+K_DEBLOB_AVAILABLE=0
ETYPE="sources"
CKV="${PVR/-r/-git}"
# only use this if it's not an _rc/_pre release
diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc5.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc5.ebuild
index 9678e271b89e..35756a3e39bd 100644
--- a/sys-kernel/git-sources/git-sources-2.6.34_rc5.ebuild
+++ b/sys-kernel/git-sources/git-sources-2.6.34_rc5.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc5.ebuild,v 1.1 2010/04/20 19:42:20 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc5.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_NOUSEPR="yes"
K_SECURITY_UNSUPPORTED="yes"
+K_DEBLOB_AVAILABLE=0
ETYPE="sources"
CKV="${PVR/-r/-git}"
# only use this if it's not an _rc/_pre release
diff --git a/sys-kernel/git-sources/metadata.xml b/sys-kernel/git-sources/metadata.xml
index 2fc933851806..2c3e42276132 100644
--- a/sys-kernel/git-sources/metadata.xml
+++ b/sys-kernel/git-sources/metadata.xml
@@ -11,4 +11,7 @@
<longdescription>
-git sources sources, for people who like to have the absolute latest kernel available
</longdescription>
+ <use>
+ <flag name='deblob'>Remove binary blobs from kernel sources to provide libre license compliance.</flag>
+ </use>
</pkgmetadata>