diff options
Diffstat (limited to 'dev-debug/dtrace/dtrace-2.0.4.ebuild')
| -rw-r--r-- | dev-debug/dtrace/dtrace-2.0.4.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-debug/dtrace/dtrace-2.0.4.ebuild b/dev-debug/dtrace/dtrace-2.0.4.ebuild index 0b08fa102763..392ae9b07462 100644 --- a/dev-debug/dtrace/dtrace-2.0.4.ebuild +++ b/dev-debug/dtrace/dtrace-2.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024-2025 Gentoo Authors +# Copyright 2024-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,15 +6,14 @@ EAPI=8 inherit edo flag-o-matic linux-info multilib systemd toolchain-funcs udev DESCRIPTION="Dynamic BPF-based system-wide tracing tool" -HOMEPAGE="https://github.com/oracle/dtrace-utils https://wiki.gentoo.org/wiki/DTrace" +HOMEPAGE="https://github.com/oracle/dtrace https://wiki.gentoo.org/wiki/DTrace" if [[ ${PV} == 9999 ]]; then EGIT_BRANCH="devel" - EGIT_REPO_URI="https://github.com/oracle/dtrace-utils" + EGIT_REPO_URI="https://github.com/oracle/dtrace" inherit git-r3 else - SRC_URI="https://github.com/oracle/dtrace-utils/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}"/dtrace-utils-${PV} + SRC_URI="https://github.com/oracle/dtrace/archive/refs/tags/${PV}.tar.gz -> ${P}.renamed.tar.gz" KEYWORDS="-* amd64 arm64" fi |
