Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libutempter/
Date: Sun, 02 Jan 2022 17:49:46
Message-Id: 1641145740.0d3f363ee4bf1b892f395c7b676382c2b27f67b9.soap@gentoo
1 commit: 0d3f363ee4bf1b892f395c7b676382c2b27f67b9
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 17:49:00 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 17:49:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d3f363e
7
8 sys-libs/libutempter: remove freebsd-libc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-libs/libutempter/libutempter-1.2.1.ebuild | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 diff --git a/sys-libs/libutempter/libutempter-1.2.1.ebuild b/sys-libs/libutempter/libutempter-1.2.1.ebuild
16 index 4e871a42e930..df75fe30ee63 100644
17 --- a/sys-libs/libutempter/libutempter-1.2.1.ebuild
18 +++ b/sys-libs/libutempter/libutempter-1.2.1.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -inherit flag-o-matic toolchain-funcs
27 +inherit toolchain-funcs
28
29 DESCRIPTION="Library that allows non-privileged apps to write utmp (login) info"
30 HOMEPAGE="https://altlinux.org/index.php?module=sisyphus&package=libutempter"
31 @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.altlinux.org/pub/people/ldv/${PN}/${P}.tar.gz"
32 LICENSE="LGPL-2.1"
33 SLOT="0"
34 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
35 -IUSE="static-libs elibc_FreeBSD"
36 +IUSE="static-libs"
37
38 RDEPEND="
39 !sys-apps/utempter
40 @@ -42,7 +42,6 @@ src_prepare() {
41 }
42
43 src_configure() {
44 - use elibc_FreeBSD && append-libs -lutil
45 tc-export AR CC
46 }