summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2002-09-17 23:47:50 +0000
committerBrandon Low <lostlogic@gentoo.org>2002-09-17 23:47:50 +0000
commitf711cbde971e967e0bc096e57696e071de5ff3a1 (patch)
tree440fcdfd7ddb0ec9a0eb5e85a8d03078c3e9192c /sys-kernel
parentcommitted diff file (diff)
downloadgentoo-2-f711cbde971e967e0bc096e57696e071de5ff3a1.tar.gz
gentoo-2-f711cbde971e967e0bc096e57696e071de5ff3a1.tar.bz2
gentoo-2-f711cbde971e967e0bc096e57696e071de5ff3a1.zip
crypto != crypt
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/lolo-sources/lolo-sources-2.4.19.9_pre1.ebuild2
-rw-r--r--sys-kernel/lolo-sources/lolo-sources-2.4.19.9_pre2.ebuild2
-rw-r--r--sys-kernel/lolo-sources/lolo-sources-2.4.19.9_rc1.ebuild2
-rw-r--r--sys-kernel/lolo-sources/lolo-sources-2.4.19.9_rc2.ebuild2
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.