sys-kernel/aufs-sources: Drop deblob support completely

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=610622

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2017-02-25 19:38:30 +00:00
parent 77bea11ff7
commit 30b4c7a527
3 changed files with 2 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ AUFS_URI="https://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}"
KEYWORDS="~amd64 ~x86"
HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/"
IUSE="deblob experimental module vanilla"
IUSE="experimental module vanilla"
DESCRIPTION="Full sources including the Gentoo patchset for the linux kernel tree and aufs4 support"
SRC_URI="

View File

@@ -17,7 +17,7 @@ AUFS_URI="https://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}"
KEYWORDS="~amd64 ~x86"
HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/"
IUSE="deblob experimental module vanilla"
IUSE="experimental module vanilla"
DESCRIPTION="Full sources including the Gentoo patchset for the linux kernel tree and aufs4 support"
SRC_URI="

View File

@@ -5,10 +5,6 @@
<email>jlec@gentoo.org</email>
</maintainer>
<use>
<flag name="deblob">
Remove binary blobs from kernel sources to provide libre license
compliance.
</flag>
<flag name="experimental">
Apply experimental patches; for more information,
see "https://wiki.gentoo.org/wiki/Project:Kernel/Experimental".