Diff libident-0.32-r1 with a libident-0.32-r2

/usr/portage/net-libs/libident/libident-0.32-r2.ebuild 2025-11-18 18:18:07.534755013 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit autotools
7 7

  
8
DESCRIPTION="A small library to interface to the Ident protocol server"
8
DESCRIPTION="Small library to interface to the Ident protocol server"
9 9
HOMEPAGE="http://www.simphalempin.com/dev/libident/"
10 10
SRC_URI="http://people.via.ecp.fr/~rem/libident/${P}.tar.bz2"
11 11

  
......
16 16
# Interactive tests only.
17 17
RESTRICT="!test? ( test ) test"
18 18

  
19
PATCHES=(
20
	"${FILESDIR}"/${PN}-0.32-fix_c23.patch
21
)
22

  
19 23
src_prepare() {
20 24
	default
21 25
	eautoreconf
Thank you!