summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-10 05:16:56 +0000
committerSam James <sam@gentoo.org>2022-03-10 21:10:29 +0000
commit7e1032a8f2da1dc5b3ac5ac6513a1f05dc9b14b7 (patch)
treee24faa7500436a80c81a2ce88f02ad360b6832f6
parentdev-util/redo: [QA] fix UnusedInherits (multilib) (diff)
downloadgentoo-7e1032a8f2da1dc5b3ac5ac6513a1f05dc9b14b7.tar.gz
gentoo-7e1032a8f2da1dc5b3ac5ac6513a1f05dc9b14b7.tar.bz2
gentoo-7e1032a8f2da1dc5b3ac5ac6513a1f05dc9b14b7.zip
dev-vcs/rsvndump: [QA] fix UnusedInherits (multilib)
get_libdir has been built-in since EAPI 6 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-vcs/rsvndump/rsvndump-0.6-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/rsvndump/rsvndump-0.6-r1.ebuild b/dev-vcs/rsvndump/rsvndump-0.6-r1.ebuild
index 33cdb2cc47d0..34783d203b02 100644
--- a/dev-vcs/rsvndump/rsvndump-0.6-r1.ebuild
+++ b/dev-vcs/rsvndump/rsvndump-0.6-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit autotools multilib
+inherit autotools
DESCRIPTION="Dump a remote Subversion repository"
HOMEPAGE="http://rsvndump.sourceforge.net"