Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/getopt/
Date: Sun, 02 Jan 2022 09:13:53
Message-Id: 1641114797.1f4e63342450fc4ced4084662a8cf063bd672283.soap@gentoo
1 commit: 1f4e63342450fc4ced4084662a8cf063bd672283
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 09:13:17 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 09:13:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f4e6334
7
8 app-misc/getopt: remove mintlib
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 app-misc/getopt/getopt-1.1.6-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-misc/getopt/getopt-1.1.6-r1.ebuild b/app-misc/getopt/getopt-1.1.6-r1.ebuild
16 index 718e4cae3c65..60ad9f36bf5b 100644
17 --- a/app-misc/getopt/getopt-1.1.6-r1.ebuild
18 +++ b/app-misc/getopt/getopt-1.1.6-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -53,7 +53,7 @@ src_install() {
26 # at least on interix, the system getopt is ... broken...
27 # util-linux, which would provide the getopt binary, does not build &
28 # install on interix/prefix, so, this has to provide it.
29 - [[ ${CHOST} == *-interix* || ${CHOST} == *-mint* ]] && \
30 + [[ ${CHOST} == *-interix* ]] && \
31 dosym getopt-long /usr/bin/getopt
32
33 newman getopt.1 getopt-long.1