diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-09-17 23:47:50 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-09-17 23:47:50 +0000 |
commit | f711cbde971e967e0bc096e57696e071de5ff3a1 (patch) | |
tree | 440fcdfd7ddb0ec9a0eb5e85a8d03078c3e9192c /sys-kernel | |
parent | committed diff file (diff) | |
download | gentoo-2-f711cbde971e967e0bc096e57696e071de5ff3a1.tar.gz gentoo-2-f711cbde971e967e0bc096e57696e071de5ff3a1.tar.bz2 gentoo-2-f711cbde971e967e0bc096e57696e071de5ff3a1.zip |
crypto != crypt
Diffstat (limited to 'sys-kernel')
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. |