sys-libs/libuuid: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger 2024-04-01 14:02:07 +02:00 committed by Fabian Groffen
parent cb6f55e412
commit 6fbc31f140
No known key found for this signature in database
GPG Key ID: CE95DA854E444293
1 changed files with 4 additions and 5 deletions

View File

@ -1,18 +1,17 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=8
inherit libtool
DESCRIPTION="Portable uuid C library"
HOMEPAGE="https://libuuid.sourceforge.net/"
HOMEPAGE="https://libuuid.sourceforge.io/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x64-solaris"
IUSE=""
DEPEND="!!sys-apps/util-linux
!!sys-libs/native-uuid"
@ -29,5 +28,5 @@ src_configure() {
src_install() {
default
rm -f "${ED}"/usr/lib/*.la || die
find "${ED}" -name "*.la" -delete || die
}