mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-24 15:51:03 +02:00
pentoo-sources: fixed incorrect use flag
This commit is contained in:
parent
fd3caf0d2c
commit
4145c1263b
2 changed files with 3 additions and 4 deletions
|
|
@ -175,4 +175,4 @@ EBUILD pentoo-sources-2.6.39.ebuild 2565 RMD160 4923bce5f860a53f957ef84c27771d70
|
|||
EBUILD pentoo-sources-3.0.3.ebuild 2585 RMD160 6a52798c6fd3536b25c8b6a6694fff5f648b833f SHA1 82f7c9182260f76841055e0c419bac36021774ff SHA256 8a496840eaf4a93d4fb936a076dd42721a04a570c22a09fbce7c916ef4b9f2f0
|
||||
EBUILD pentoo-sources-3.0.4-r1.ebuild 2629 RMD160 173b87e3440b35891bb8ce607da0a6f9c7922786 SHA1 1573a23b6001899a06fb37c4f56fa8d4bf3c8c29 SHA256 38d2ac4f80abaf0e325373b5532854a33be32fab4052e9a88f96a82233ef5e57
|
||||
EBUILD pentoo-sources-3.1.7.ebuild 1719 RMD160 86bb8a4ca8799718b1e20b95dcf422abb673e48b SHA1 34cf101c21ce30434feedfecaa7e0599bc425f20 SHA256 4e2f1306392e9f588229403992c404b6918b75f4030121805e51b8c672b7cf8d
|
||||
EBUILD pentoo-sources-3.2.2.ebuild 2473 RMD160 e7dd4152acbe47962805257b3f1e5bf1a6e8af9b SHA1 575a1bffab7c2a46a98e19c7597e540c9a4ff542 SHA256 d2980af551ec125a234d2f2b3d799c522eb43953b9410a83af549977c2079d65
|
||||
EBUILD pentoo-sources-3.2.2.ebuild 2392 RMD160 c9e0d66b48ba6d34b81b444b31e5c18dccf7e309 SHA1 1209e1f7d6bd5d9d461e8f4bced3ad853d7c0e23 SHA256 160f16dff9586b667b19915b09edfc445ba72dda7c85eeb3cb791ce60151c186
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ K_SECURITY_UNSUPPORTED="1"
|
|||
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
HOMEPAGE="http://dev.pentoo.ch/~jensp/penpatches.xhtml"
|
||||
IUSE="openfile_log pax-kernel aufs"
|
||||
IUSE="openfile_log pax_kernel aufs"
|
||||
DESCRIPTION="Full sources including the Pentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
|
||||
|
||||
PENPATCHES="penpatches-${PV}-${PENPATCHES_VER}.tar.bz2"
|
||||
|
|
@ -26,14 +26,13 @@ HGPV_URI="mirror://gentoo/hardened-patches-${HGPV}.extras.tar.bz2"
|
|||
|
||||
UNIPATCH_LIST="${DISTDIR}/${PENPATCHES} ${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
|
||||
UNIPATCH_EXCLUDE="2100_proc-mem-handling-fix.patch"
|
||||
#UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch 2100_proc-mem-handling-fix.patch"
|
||||
|
||||
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${PENPATCHES_URI} ${HGPV_URI}"
|
||||
|
||||
pkg_setup() {
|
||||
# We are proud of it, let's show it
|
||||
UNIPATCH_EXCLUDE="${UNIPATCH_EXCLUDE} 4421_grsec-remove-localversion-grsec.patch"
|
||||
if ! use pax-kernel; then
|
||||
if ! use pax_kernel; then
|
||||
UNIPATCH_EXCLUDE="${UNIPATCH_EXCLUDE} \
|
||||
4440_selinux-avc_audit-log-curr_ip.patch \
|
||||
44??-grsec*
|
||||
|
|
|
|||
Loading…
Reference in a new issue