commit:     6b46d832f1158a246b4565e5223b56b4bff94ec1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 16:57:30 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 29 18:19:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b46d832

net-misc/mico: drop dead prefix targets

The removal was already done, so this is just cleanup afterwards.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mico/mico-2.3.13-r14.ebuild | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/net-misc/mico/mico-2.3.13-r14.ebuild 
b/net-misc/mico/mico-2.3.13-r14.ebuild
index 29c244d4c5be..637035595df9 100644
--- a/net-misc/mico/mico-2.3.13-r14.ebuild
+++ b/net-misc/mico/mico-2.3.13-r14.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="7"
@@ -85,18 +85,6 @@ src_configure() {
        # Same for gtk after patch 013, searches for gtk release.
        myconf $(use_with gtk gtk 2)
 
-       # http://www.mico.org/pipermail/mico-devel/2009-April/010285.html
-       [[ ${CHOST} == *-hpux* ]] && append-cppflags -D_XOPEN_SOURCE_EXTENDED
-
-       if [[ ${CHOST} == *-winnt* ]]; then
-               # disabling static libs, since ar on interix takes nearly
-               # one hour per library, thanks to mico's monster objects.
-               use threads &&
-               ewarn "disabling USE='threads', does not work on ${CHOST}"
-               myconf --disable-threads --disable-static --enable-final
-               append-flags -D__STDC__
-       fi
-
        econf ${myconf}
 }
 

Reply via email to