Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
*: Drop mentions of elibc_FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
krnowak committed Jan 11, 2022
1 parent 3e9693c commit 1be6fb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion sys-libs/ldb/ldb-2.3.0-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}]
Expand Down
4 changes: 2 additions & 2 deletions sys-libs/timezone-data/timezone-data-2019b-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions sys-libs/timezone-data/timezone-data-2019c.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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

Expand Down

0 comments on commit 1be6fb7

Please sign in to comment.