diff options
4 files changed, 4 insertions, 4 deletions
diff --git a/sys-kernel/lolo-sources/lolo-sources-2.4.19.9_pre1.ebuild b/sys-kernel/lolo-sources/lolo-sources-2.4.19.9_pre1.ebuild index b01fcd7ecb0e..2aad5b8bff26 100644 --- a/sys-kernel/lolo-sources/lolo-sources-2.4.19.9_pre1.ebuild +++ b/sys-kernel/lolo-sources/lolo-sources-2.4.19.9_pre1.ebuild @@ -41,7 +41,7 @@ src_unpack() { # Now we need to deal with the tarball of patches. cd ${KV} - [ `use crypto` ] || rm 8* + [ `use crypt` ] || rm 8* addpatches . ${WORKDIR}/linux-${KV} cd ../linux-${KV} diff --git a/sys-kernel/lolo-sources/lolo-sources-2.4.19.9_pre2.ebuild b/sys-kernel/lolo-sources/lolo-sources-2.4.19.9_pre2.ebuild index 052ee5bc15e4..a96d49b2859f 100644 --- a/sys-kernel/lolo-sources/lolo-sources-2.4.19.9_pre2.ebuild +++ b/sys-kernel/lolo-sources/lolo-sources-2.4.19.9_pre2.ebuild @@ -40,7 +40,7 @@ src_unpack() { # Now we need to deal with the tarball of patches. cd ${KV} - [ `use crypto` ] || rm 8* + [ `use crypt` ] || rm 8* #Thers is some anti-grsecurity sentiment, so I'll #make it easy not to patch it in. #Uncomment the following line to not patch grsecurity. diff --git a/sys-kernel/lolo-sources/lolo-sources-2.4.19.9_rc1.ebuild b/sys-kernel/lolo-sources/lolo-sources-2.4.19.9_rc1.ebuild index ac6784b3aa5c..f66bc6a33d03 100644 --- a/sys-kernel/lolo-sources/lolo-sources-2.4.19.9_rc1.ebuild +++ b/sys-kernel/lolo-sources/lolo-sources-2.4.19.9_rc1.ebuild @@ -40,7 +40,7 @@ src_unpack() { # Now we need to deal with the tarball of patches. cd ${KV} - [ `use crypto` ] || rm 8* + [ `use crypt` ] || rm 8* #Thers is some anti-grsecurity sentiment, so I'll #make it easy not to patch it in. #Uncomment the following line to not patch grsecurity. diff --git a/sys-kernel/lolo-sources/lolo-sources-2.4.19.9_rc2.ebuild b/sys-kernel/lolo-sources/lolo-sources-2.4.19.9_rc2.ebuild index cd6ddf099797..dd519e10fd90 100644 --- a/sys-kernel/lolo-sources/lolo-sources-2.4.19.9_rc2.ebuild +++ b/sys-kernel/lolo-sources/lolo-sources-2.4.19.9_rc2.ebuild @@ -40,7 +40,7 @@ src_unpack() { # Now we need to deal with the tarball of patches. cd ${KV} - [ `use crypto` ] || rm 8* + [ `use crypt` ] || rm 8* #Thers is some anti-grsecurity sentiment, so I'll #make it easy not to patch it in. #Uncomment the following line to not patch grsecurity. |