commit: 25d99355502f9657f6c13d5d8a9ba16b909bc294
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 3 02:12:08 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 10:23:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25d99355
app-crypt/ekeyd: drop dead prefix targets
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/ekeyd/ekeyd-1.1.5-r101.ebuild | 8 +-------
1 file changed, 1 insertion(+), 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!"
;;