diff options
author | David Seifert <soap@gentoo.org> | 2022-01-02 18:49:00 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-02 18:49:00 +0100 |
commit | 0d3f363ee4bf1b892f395c7b676382c2b27f67b9 (patch) | |
tree | ec4d919d4d9d4aa88957f8fca68293a4beb9fcc8 /sys-libs | |
parent | sys-libs/ldb: remove freebsd-libc (diff) | |
download | gentoo-0d3f363ee4bf1b892f395c7b676382c2b27f67b9.tar.gz gentoo-0d3f363ee4bf1b892f395c7b676382c2b27f67b9.tar.bz2 gentoo-0d3f363ee4bf1b892f395c7b676382c2b27f67b9.zip |
sys-libs/libutempter: remove freebsd-libc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libutempter/libutempter-1.2.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-libs/libutempter/libutempter-1.2.1.ebuild b/sys-libs/libutempter/libutempter-1.2.1.ebuild index 4e871a42e930..df75fe30ee63 100644 --- a/sys-libs/libutempter/libutempter-1.2.1.ebuild +++ b/sys-libs/libutempter/libutempter-1.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit flag-o-matic toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Library that allows non-privileged apps to write utmp (login) info" HOMEPAGE="https://altlinux.org/index.php?module=sisyphus&package=libutempter" @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.altlinux.org/pub/people/ldv/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="static-libs elibc_FreeBSD" +IUSE="static-libs" RDEPEND=" !sys-apps/utempter @@ -42,7 +42,6 @@ src_prepare() { } src_configure() { - use elibc_FreeBSD && append-libs -lutil tc-export AR CC } |