commit:     1f4e63342450fc4ced4084662a8cf063bd672283
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  2 09:13:17 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan  2 09:13:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f4e6334

app-misc/getopt: remove mintlib

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-misc/getopt/getopt-1.1.6-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/getopt/getopt-1.1.6-r1.ebuild 
b/app-misc/getopt/getopt-1.1.6-r1.ebuild
index 718e4cae3c65..60ad9f36bf5b 100644
--- a/app-misc/getopt/getopt-1.1.6-r1.ebuild
+++ b/app-misc/getopt/getopt-1.1.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -53,7 +53,7 @@ src_install() {
        # at least on interix, the system getopt is ... broken...
        # util-linux, which would provide the getopt binary, does not build &
        # install on interix/prefix, so, this has to provide it.
-       [[ ${CHOST} == *-interix* || ${CHOST} == *-mint* ]] && \
+       [[ ${CHOST} == *-interix* ]] && \
                dosym getopt-long /usr/bin/getopt
 
        newman getopt.1 getopt-long.1

Reply via email to