summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/dumpet')
-rw-r--r--app-cdr/dumpet/dumpet-2.1_p20140601-r4.ebuild (renamed from app-cdr/dumpet/dumpet-2.1_p20140601-r3.ebuild)12
-rw-r--r--app-cdr/dumpet/metadata.xml3
2 files changed, 9 insertions, 6 deletions
diff --git a/app-cdr/dumpet/dumpet-2.1_p20140601-r3.ebuild b/app-cdr/dumpet/dumpet-2.1_p20140601-r4.ebuild
index 7af0358a39a8..c501bba34847 100644
--- a/app-cdr/dumpet/dumpet-2.1_p20140601-r3.ebuild
+++ b/app-cdr/dumpet/dumpet-2.1_p20140601-r4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit toolchain-funcs vcs-snapshot
@@ -18,11 +18,11 @@ IUSE="test"
#Restrict tests since required test file is unavailable
RESTRICT="test"
-RDEPEND="dev-libs/libxml2
+BDEPEND="virtual/pkgconfig
+ test? ( dev-debug/valgrind )"
+DEPEND="dev-libs/libxml2
dev-libs/popt"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- test? ( dev-util/valgrind )"
+RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}"/musl-byteswap-fix.patch )
diff --git a/app-cdr/dumpet/metadata.xml b/app-cdr/dumpet/metadata.xml
index da20bb112a7c..2f9516722f51 100644
--- a/app-cdr/dumpet/metadata.xml
+++ b/app-cdr/dumpet/metadata.xml
@@ -5,4 +5,7 @@
<email>bkohler@gentoo.org</email>
<name>Ben Kohler</name>
</maintainer>
+<upstream>
+ <remote-id type="github">rhboot/dumpet</remote-id>
+</upstream>
</pkgmetadata>