aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2023-09-04 20:53:19 +0100
committerPaul Healy <lmiphay@gmail.com>2023-09-04 20:53:19 +0100
commit6eacb3b7ccbec7253b6c1b67901638c62cbfd030 (patch)
tree45ecb3fc49236508af93e0c6f732bb09657f069a
parentuse eapi 8 (diff)
downloadlmiphay-6eacb3b7ccbec7253b6c1b67901638c62cbfd030.tar.gz
lmiphay-6eacb3b7ccbec7253b6c1b67901638c62cbfd030.tar.bz2
lmiphay-6eacb3b7ccbec7253b6c1b67901638c62cbfd030.zip
use eapi 8
Signed-off-by: Paul Healy <lmiphay@gmail.com>
-rw-r--r--dev-util/pstack/Manifest2
-rw-r--r--dev-util/pstack/pstack-9999.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/pstack/Manifest b/dev-util/pstack/Manifest
index 8043e7c..0bf2ae5 100644
--- a/dev-util/pstack/Manifest
+++ b/dev-util/pstack/Manifest
@@ -1,2 +1,2 @@
AUX pstack.ignore-linux-vdso.patch 363 BLAKE2B 4663a2ca5c863d8d707933c4345d3ed89da0f0e45ec64f18d1a090fd30bc86e50254614e55536f7563eb7dd660879a7ad547468fa4644c57679c5f9b35180f2d SHA512 58500d80f01ce7857fd465224003aae03ebed27adb04d25cbf7371a057ae6e14c9483f5548833822f7d3aef5f970093ec8f2ea2c1ea5db4f7c1280bda31f56a9
-EBUILD pstack-9999.ebuild 550 BLAKE2B f8e4d427ebfdf7b14d4df7a6c4b4f01137e9870387019625aa87877f4015b0176962f8cdf0c36727e5cd6667bd6911d765eb4ff12703f64c101d14ee80369e9a SHA512 18563e100482489095095f49b32d21890b8da27556656154ab369ec0b6c5e1ec614508ea9ce7640cb3fe1548dd68bacd2c80ae5e76bf8cfb1d3531ade389c988
+EBUILD pstack-9999.ebuild 543 BLAKE2B 493007300d9d977eb1e8a0f6a00f97d160de19e00688f34594b2eaad852636a5df1210d368bf215f109a16a683096e81ce6c85706ef3a7e2979875575d11130c SHA512 5bae3063192ff10d67eaf338cf715b241b185594cf098e413493e728aae98c55414371e567bd61737bde11a1844ab7865535b36e7549b1a19f602867ac235ea4
diff --git a/dev-util/pstack/pstack-9999.ebuild b/dev-util/pstack/pstack-9999.ebuild
index 86f117a..f1d17ce 100644
--- a/dev-util/pstack/pstack-9999.ebuild
+++ b/dev-util/pstack/pstack-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit eutils git-r3
+inherit git-r3
DESCRIPTION="Display stack trace of a running process."
HOMEPAGE="https://packages.debian.org/source/sid/pstack"