From 7b6f22d1671c612f4693c28c28450de18d8f12ee Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Sun, 18 Feb 2024 20:42:44 +0100 Subject: app-arch/xar-1.8.0.0.498: fix comment and copyright Once upon a time repoman would fix copyrights ... silly. Signed-off-by: Fabian Groffen --- app-arch/xar/xar-1.8.0.0.498.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-arch/xar') diff --git a/app-arch/xar/xar-1.8.0.0.498.ebuild b/app-arch/xar/xar-1.8.0.0.498.ebuild index a4dc6bb80c82..80225ab0a44a 100644 --- a/app-arch/xar/xar-1.8.0.0.498.ebuild +++ b/app-arch/xar/xar-1.8.0.0.498.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools flag-o-matic toolchain-funcs multilib-minimal -APPLE_PV=$(ver_cut 5-) # 487: macOS 13.3 and up +APPLE_PV=$(ver_cut 5-) # 498: macOS 13.3 and up DESCRIPTION="An easily extensible archive format" HOMEPAGE="https://github.com/apple-oss-distributions/xar" SRC_URI="https://github.com/apple-oss-distributions/xar/archive/xar-${APPLE_PV}.tar.gz" -- cgit v1.2.3-65-gdbad