summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-03 03:12:08 +0100
committerSam James <sam@gentoo.org>2023-06-10 11:23:55 +0100
commit25d99355502f9657f6c13d5d8a9ba16b909bc294 (patch)
tree5f895d3fee648ffa3b15454ce6d663db0230048f /app-crypt/ekeyd
parentapache-2.eclass: drop dead prefix targets (diff)
downloadgentoo-25d99355502f9657f6c13d5d8a9ba16b909bc294.tar.gz
gentoo-25d99355502f9657f6c13d5d8a9ba16b909bc294.tar.bz2
gentoo-25d99355502f9657f6c13d5d8a9ba16b909bc294.zip
app-crypt/ekeyd: drop dead prefix targets
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/ekeyd')
-rw-r--r--app-crypt/ekeyd/ekeyd-1.1.5-r101.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/app-crypt/ekeyd/ekeyd-1.1.5-r101.ebuild b/app-crypt/ekeyd/ekeyd-1.1.5-r101.ebuild
index 2c084ce419f0..583f31b28010 100644
--- a/app-crypt/ekeyd/ekeyd-1.1.5-r101.ebuild
+++ b/app-crypt/ekeyd/ekeyd-1.1.5-r101.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -60,12 +60,6 @@ src_compile() {
case ${CHOST} in
*-linux-*)
osname=linux;;
- *-freebsd*)
- osname=freebsd;;
- *-kfrebsd-gnu)
- osname=gnukfreebsd;;
- *-openbsd*)
- osname=openbsd;;
*)
die "Unsupported operating system!"
;;