commit: 6fbc31f140305c72b21f9649abcd63cb0604a5f5
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Apr 1 12:02:07 2024 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Apr 5 18:33:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fbc31f1
sys-libs/libuuid: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
.../libuuid/{libuuid-1.0.3.ebuild => libuuid-1.0.3-r1.ebuild} | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/sys-libs/libuuid/libuuid-1.0.3.ebuild
b/sys-libs/libuuid/libuuid-1.0.3-r1.ebuild
similarity index 76%
rename from sys-libs/libuuid/libuuid-1.0.3.ebuild
rename to sys-libs/libuuid/libuuid-1.0.3-r1.ebuild
index db7955c7b880..fe50ffb5bf2f 100644
--- a/sys-libs/libuuid/libuuid-1.0.3.ebuild
+++ b/sys-libs/libuuid/libuuid-1.0.3-r1.ebuild
@@ -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
}