commit: e4078f4f05e91aad681952dc7d7408b48fc15943
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 3 02:08:51 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 10:23:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4078f4f
dev-util/duma: drop dead prefix targets
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/duma/duma-2.5.15-r2.ebuild | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/dev-util/duma/duma-2.5.15-r2.ebuild
b/dev-util/duma/duma-2.5.15-r2.ebuild
index 92aff79a7b79..0a069e304e5d 100644
--- a/dev-util/duma/duma-2.5.15-r2.ebuild
+++ b/dev-util/duma/duma-2.5.15-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -38,14 +38,6 @@ src_configure() {
OS=solaris;;
*-darwin*)
OS=osx;;
- *-freebsd*)
- OS=freebsd;;
- *-netbsd*)
- OS=netbsd;;
- *-cygwin*)
- OS=cygwin;;
- **-irix**)
- OS=irix;;
esac
export OS="${OS}"
elog "Detected OS is: ${OS}"