mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 23:51:07 +02:00
sys-libs/readline: Sync with Gentoo
It's from Gentoo commit 177da4fbf8b568a3a1dda09dd749a82f66dc7fa6.
This commit is contained in:
parent
caab323b45
commit
368e052191
@ -1,10 +1,10 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/chetramey.asc
|
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/chetramey.asc
|
||||||
inherit flag-o-matic multilib multilib-minimal preserve-libs toolchain-funcs usr-ldscript verify-sig
|
inherit flag-o-matic multilib multilib-minimal preserve-libs toolchain-funcs verify-sig
|
||||||
|
|
||||||
# Official patches
|
# Official patches
|
||||||
# See ftp://ftp.cwru.edu/pub/bash/readline-8.1-patches/
|
# See ftp://ftp.cwru.edu/pub/bash/readline-8.1-patches/
|
||||||
@ -189,8 +189,6 @@ multilib_src_install() {
|
|||||||
default
|
default
|
||||||
|
|
||||||
if multilib_is_native_abi ; then
|
if multilib_is_native_abi ; then
|
||||||
gen_usr_ldscript -a readline history #4411
|
|
||||||
|
|
||||||
if use utils && ! tc-is-cross-compiler; then
|
if use utils && ! tc-is-cross-compiler; then
|
||||||
dobin examples/rlfe/rlfe
|
dobin examples/rlfe/rlfe
|
||||||
fi
|
fi
|
||||||
|
@ -61,7 +61,7 @@ esac
|
|||||||
LICENSE="GPL-3+"
|
LICENSE="GPL-3+"
|
||||||
SLOT="0/8" # subslot matches SONAME major
|
SLOT="0/8" # subslot matches SONAME major
|
||||||
[[ ${PV} == *_rc* ]] || \
|
[[ ${PV} == *_rc* ]] || \
|
||||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
||||||
IUSE="static-libs +unicode utils"
|
IUSE="static-libs +unicode utils"
|
||||||
|
|
||||||
RDEPEND=">=sys-libs/ncurses-5.9-r3:=[static-libs?,unicode(+)?,${MULTILIB_USEDEP}]"
|
RDEPEND=">=sys-libs/ncurses-5.9-r3:=[static-libs?,unicode(+)?,${MULTILIB_USEDEP}]"
|
||||||
|
@ -8,7 +8,7 @@ EAPI=7
|
|||||||
# in general.
|
# in general.
|
||||||
QA_PKGCONFIG_VERSION=$(ver_cut 1-2)
|
QA_PKGCONFIG_VERSION=$(ver_cut 1-2)
|
||||||
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/chetramey.asc
|
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/chetramey.asc
|
||||||
inherit flag-o-matic multilib multilib-minimal preserve-libs toolchain-funcs usr-ldscript verify-sig
|
inherit flag-o-matic multilib multilib-minimal preserve-libs toolchain-funcs verify-sig
|
||||||
|
|
||||||
# Official patches
|
# Official patches
|
||||||
# See ftp://ftp.cwru.edu/pub/bash/readline-8.1-patches/
|
# See ftp://ftp.cwru.edu/pub/bash/readline-8.1-patches/
|
||||||
@ -218,9 +218,6 @@ multilib_src_install() {
|
|||||||
default
|
default
|
||||||
|
|
||||||
if multilib_is_native_abi ; then
|
if multilib_is_native_abi ; then
|
||||||
# bug #4411
|
|
||||||
gen_usr_ldscript -a readline history
|
|
||||||
|
|
||||||
if use utils && ! tc-is-cross-compiler; then
|
if use utils && ! tc-is-cross-compiler; then
|
||||||
dobin examples/rlfe/rlfe
|
dobin examples/rlfe/rlfe
|
||||||
fi
|
fi
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
@ -8,7 +8,7 @@ EAPI=7
|
|||||||
# in general.
|
# in general.
|
||||||
QA_PKGCONFIG_VERSION=$(ver_cut 1-2)
|
QA_PKGCONFIG_VERSION=$(ver_cut 1-2)
|
||||||
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/chetramey.asc
|
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/chetramey.asc
|
||||||
inherit flag-o-matic multilib multilib-minimal preserve-libs toolchain-funcs usr-ldscript verify-sig
|
inherit flag-o-matic multilib multilib-minimal preserve-libs toolchain-funcs verify-sig
|
||||||
|
|
||||||
# Official patches
|
# Official patches
|
||||||
# See ftp://ftp.cwru.edu/pub/bash/readline-8.1-patches/
|
# See ftp://ftp.cwru.edu/pub/bash/readline-8.1-patches/
|
||||||
@ -218,9 +218,6 @@ multilib_src_install() {
|
|||||||
default
|
default
|
||||||
|
|
||||||
if multilib_is_native_abi ; then
|
if multilib_is_native_abi ; then
|
||||||
# bug #4411
|
|
||||||
gen_usr_ldscript -a readline history
|
|
||||||
|
|
||||||
if use utils && ! tc-is-cross-compiler; then
|
if use utils && ! tc-is-cross-compiler; then
|
||||||
dobin examples/rlfe/rlfe
|
dobin examples/rlfe/rlfe
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user