summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2024-02-18 20:42:44 +0100
committerFabian Groffen <grobian@gentoo.org>2024-02-18 20:42:44 +0100
commit7b6f22d1671c612f4693c28c28450de18d8f12ee (patch)
tree508f38fd2f73599729507d604ff10aa31b2c12c8 /app-arch
parentapp-arch/xar-1.8.0.0.498: version bump (diff)
downloadgentoo-7b6f22d1671c612f4693c28c28450de18d8f12ee.tar.gz
gentoo-7b6f22d1671c612f4693c28c28450de18d8f12ee.tar.bz2
gentoo-7b6f22d1671c612f4693c28c28450de18d8f12ee.zip
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 <grobian@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/xar/xar-1.8.0.0.498.ebuild4
1 files changed, 2 insertions, 2 deletions
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"