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 | d8cd583bf99af725c00b5f8fe3e00286b7f2f005 (patch) | |
tree | 40c53cac62ff41b01ed6aed5012a433a38c6ae74 /sys-kernel | |
parent | committed diff file (diff) | |
download | historical-d8cd583bf99af725c00b5f8fe3e00286b7f2f005.tar.gz historical-d8cd583bf99af725c00b5f8fe3e00286b7f2f005.tar.bz2 historical-d8cd583bf99af725c00b5f8fe3e00286b7f2f005.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. |