sys-devel/native-cctools: drop dead prefix targets

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

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-05-28 12:22:28 +01:00
parent 79b33c73e9
commit 116e6844f6
2 changed files with 2 additions and 24 deletions

View File

@@ -12,8 +12,6 @@ SRC_URI=""
LICENSE="GPL-2" # actually, we don't know, the wrapper is
SLOT="0"
AIX_V='aix-2'
KEYWORDS="~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
IUSE=""
@@ -39,18 +37,9 @@ src_install() {
*-solaris*)
nativepath=/usr/sfw/bin
;;
*-aix*)
nativepath=/usr/ccs/bin
wrappers=("${wrappers[@]}" "ld=${FILESDIR}/${AIX_V}/ld")
wrappers=("${wrappers[@]}" "nm=${FILESDIR}/${AIX_V}/nm")
wrappers=("${wrappers[@]}" "mkexpfile=${FILESDIR}/${AIX_V}/mkexpfile")
;;
*-apple-darwin*|*-netbsd*|*-openbsd*)
*-apple-darwin*)
nativepath=/usr/bin
;;
*-interix*)
nativepath=/opt/gcc.3.3/bin
;;
*)
die "Don't know where the native linker for your platform is"
;;

View File

@@ -12,8 +12,6 @@ SRC_URI=""
LICENSE="GPL-2" # actually, we don't know, the wrapper is
SLOT="0"
AIX_V='aix-2'
KEYWORDS="~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
IUSE=""
@@ -39,18 +37,9 @@ src_install() {
*-solaris*)
nativepath=/usr/sfw/bin
;;
*-aix*)
nativepath=/usr/ccs/bin
wrappers=("${wrappers[@]}" "ld=${FILESDIR}/${AIX_V}/ld")
wrappers=("${wrappers[@]}" "nm=${FILESDIR}/${AIX_V}/nm")
wrappers=("${wrappers[@]}" "mkexpfile=${FILESDIR}/${AIX_V}/mkexpfile")
;;
*-apple-darwin*|*-netbsd*|*-openbsd*)
*-apple-darwin*)
nativepath=/usr/bin
;;
*-interix*)
nativepath=/opt/gcc.3.3/bin
;;
*)
die "Don't know where the native linker for your platform is"
;;