diff options
author | David Seifert <soap@gentoo.org> | 2022-01-02 10:13:17 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-02 10:13:17 +0100 |
commit | 1f4e63342450fc4ced4084662a8cf063bd672283 (patch) | |
tree | c74e7c55fff696f638a776648bb4b8ce7da0de87 /app-misc | |
parent | dev-java/commons-beanutils: Drop 1.9.4 (diff) | |
download | gentoo-1f4e63342450fc4ced4084662a8cf063bd672283.tar.gz gentoo-1f4e63342450fc4ced4084662a8cf063bd672283.tar.bz2 gentoo-1f4e63342450fc4ced4084662a8cf063bd672283.zip |
app-misc/getopt: remove mintlib
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/getopt/getopt-1.1.6-r1.ebuild | 4 |
1 files 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 |