From 994fa6e66a7f9db7a61f0e6d066bacb2de88c1ed Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 28 May 2023 12:22:17 +0100 Subject: app-misc/getopt: drop dead prefix targets The removal was already done, so this is just cleanup afterwards. Signed-off-by: Sam James --- app-misc/getopt/getopt-1.1.6-r1.ebuild | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'app-misc') diff --git a/app-misc/getopt/getopt-1.1.6-r1.ebuild b/app-misc/getopt/getopt-1.1.6-r1.ebuild index 323a24f24d20..b5d1d2b68d0c 100644 --- a/app-misc/getopt/getopt-1.1.6-r1.ebuild +++ b/app-misc/getopt/getopt-1.1.6-r1.ebuild @@ -35,10 +35,6 @@ src_compile() { has_version sys-libs/glibc || libintl="-lintl" fi - [[ ${CHOST} == *-aix* ]] && libcgetopt=0 - [[ ${CHOST} == *-irix* ]] && libcgetopt=0 - [[ ${CHOST} == *-interix* ]] && libcgetopt=0 - emake CC="$(tc-getCC)" prefix="${EPREFIX}/usr" \ LIBCGETOPT=${libcgetopt} \ WITHOUT_GETTEXT=${nogettext} LIBINTL=${libintl} \ @@ -50,12 +46,6 @@ src_install() { newbin getopt getopt-long - # 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* ]] && \ - dosym getopt-long /usr/bin/getopt - newman getopt.1 getopt-long.1 dodoc getopt-*sh -- cgit v1.2.3-65-gdbad