diff options
author | Sam James <sam@gentoo.org> | 2023-05-28 12:31:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 19:18:51 +0100 |
commit | ecaeb232310a988fe18d25e40d0a15a5bf69e5c5 (patch) | |
tree | 8184cdb79b99e55f9eedcb7445c95783939e0950 /dev-lang/perl | |
parent | dev-lang/ghc: drop dead prefix targets (diff) | |
download | gentoo-ecaeb232310a988fe18d25e40d0a15a5bf69e5c5.tar.gz gentoo-ecaeb232310a988fe18d25e40d0a15a5bf69e5c5.tar.bz2 gentoo-ecaeb232310a988fe18d25e40d0a15a5bf69e5c5.zip |
dev-lang/perl: drop dead prefix targets
The removal was already done, so this is just cleanup afterwards.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/perl')
-rw-r--r-- | dev-lang/perl/perl-5.34.1-r4.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/perl/perl-5.36.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/perl/perl-5.36.0-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/perl/perl-5.36.1-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/perl/perl-5.36.1.ebuild | 4 |
5 files changed, 0 insertions, 20 deletions
diff --git a/dev-lang/perl/perl-5.34.1-r4.ebuild b/dev-lang/perl/perl-5.34.1-r4.ebuild index 8afad57bbf3d..175835e0c9d5 100644 --- a/dev-lang/perl/perl-5.34.1-r4.ebuild +++ b/dev-lang/perl/perl-5.34.1-r4.ebuild @@ -645,10 +645,6 @@ src_configure() { [[ ${CHOST} == *-darwin* && ${CHOST##*darwin} -le 9 ]] && tc-is-gcc && \ append-cflags -Dinline=__inline__ -DPERL_DARWIN - # flock on 32-bit sparc Solaris is broken, fall back to fcntl - [[ ${CHOST} == sparc-*-solaris* ]] && \ - myconf -Ud_flock - # Prefix: the host system needs not to follow Gentoo multilib stuff, and in # Prefix itself we don't do multilib either, so make sure perl can find # something compatible. diff --git a/dev-lang/perl/perl-5.36.0-r1.ebuild b/dev-lang/perl/perl-5.36.0-r1.ebuild index 0b1e5c494634..871d19122f2b 100644 --- a/dev-lang/perl/perl-5.36.0-r1.ebuild +++ b/dev-lang/perl/perl-5.36.0-r1.ebuild @@ -628,10 +628,6 @@ src_configure() { [[ ${CHOST} == *-darwin* && ${CHOST##*darwin} -le 9 ]] && tc-is-gcc && \ append-cflags -Dinline=__inline__ -DPERL_DARWIN - # flock on 32-bit sparc Solaris is broken, fall back to fcntl - [[ ${CHOST} == sparc-*-solaris* ]] && \ - myconf -Ud_flock - # Prefix: the host system needs not to follow Gentoo multilib stuff, and in # Prefix itself we don't do multilib either, so make sure perl can find # something compatible. diff --git a/dev-lang/perl/perl-5.36.0-r2.ebuild b/dev-lang/perl/perl-5.36.0-r2.ebuild index 04f2ba877964..2d18c6997a8f 100644 --- a/dev-lang/perl/perl-5.36.0-r2.ebuild +++ b/dev-lang/perl/perl-5.36.0-r2.ebuild @@ -631,10 +631,6 @@ src_configure() { [[ ${CHOST} == *-darwin* && ${CHOST##*darwin} -le 9 ]] && tc-is-gcc && \ append-cflags -Dinline=__inline__ -DPERL_DARWIN - # flock on 32-bit sparc Solaris is broken, fall back to fcntl - [[ ${CHOST} == sparc-*-solaris* ]] && \ - myconf -Ud_flock - # Prefix: the host system needs not to follow Gentoo multilib stuff, and in # Prefix itself we don't do multilib either, so make sure perl can find # something compatible. diff --git a/dev-lang/perl/perl-5.36.1-r2.ebuild b/dev-lang/perl/perl-5.36.1-r2.ebuild index 859e6f4e5921..1ec9ff961ca7 100644 --- a/dev-lang/perl/perl-5.36.1-r2.ebuild +++ b/dev-lang/perl/perl-5.36.1-r2.ebuild @@ -632,10 +632,6 @@ src_configure() { [[ ${CHOST} == *-darwin* && ${CHOST##*darwin} -le 9 ]] && tc-is-gcc && \ append-cflags -Dinline=__inline__ -DPERL_DARWIN - # flock on 32-bit sparc Solaris is broken, fall back to fcntl - [[ ${CHOST} == sparc-*-solaris* ]] && \ - myconf -Ud_flock - # Prefix: the host system needs not to follow Gentoo multilib stuff, and in # Prefix itself we don't do multilib either, so make sure perl can find # something compatible. diff --git a/dev-lang/perl/perl-5.36.1.ebuild b/dev-lang/perl/perl-5.36.1.ebuild index 645849c0a0b6..56cb67eb8d0c 100644 --- a/dev-lang/perl/perl-5.36.1.ebuild +++ b/dev-lang/perl/perl-5.36.1.ebuild @@ -628,10 +628,6 @@ src_configure() { [[ ${CHOST} == *-darwin* && ${CHOST##*darwin} -le 9 ]] && tc-is-gcc && \ append-cflags -Dinline=__inline__ -DPERL_DARWIN - # flock on 32-bit sparc Solaris is broken, fall back to fcntl - [[ ${CHOST} == sparc-*-solaris* ]] && \ - myconf -Ud_flock - # Prefix: the host system needs not to follow Gentoo multilib stuff, and in # Prefix itself we don't do multilib either, so make sure perl can find # something compatible. |