mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 18:31:54 +01:00
*: Drop mentions of elibc_FreeBSD
This commit is contained in:
parent
09465e5a67
commit
db5f1c7e72
@ -22,7 +22,6 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
|
||||
dev-libs/popt[${MULTILIB_USEDEP}]
|
||||
>=dev-util/cmocka-1.1.3[${MULTILIB_USEDEP}]
|
||||
>=sys-libs/talloc-2.3.1[${MULTILIB_USEDEP}]
|
||||
|
||||
@ -15,7 +15,7 @@ SRC_URI="https://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.t
|
||||
LICENSE="BSD public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
|
||||
IUSE="nls leaps-timezone elibc_FreeBSD"
|
||||
IUSE="nls leaps-timezone"
|
||||
|
||||
DEPEND="nls? ( virtual/libintl )"
|
||||
RDEPEND="${DEPEND}
|
||||
@ -38,7 +38,7 @@ src_configure() {
|
||||
|
||||
append-lfs-flags #471102
|
||||
|
||||
if use elibc_FreeBSD || use elibc_Darwin ; then
|
||||
if use elibc_Darwin ; then
|
||||
append-cppflags -DSTD_INSPIRED #138251
|
||||
fi
|
||||
|
||||
|
||||
@ -15,7 +15,7 @@ SRC_URI="https://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.t
|
||||
LICENSE="BSD public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
|
||||
IUSE="nls leaps-timezone elibc_FreeBSD"
|
||||
IUSE="nls leaps-timezone"
|
||||
|
||||
DEPEND="nls? ( virtual/libintl )"
|
||||
RDEPEND="${DEPEND}
|
||||
@ -38,7 +38,7 @@ src_configure() {
|
||||
|
||||
append-lfs-flags #471102
|
||||
|
||||
if use elibc_FreeBSD || use elibc_Darwin ; then
|
||||
if use elibc_Darwin ; then
|
||||
append-cppflags -DSTD_INSPIRED #138251
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user