summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-10 05:08:20 +0000
committerSam James <sam@gentoo.org>2022-03-10 21:10:03 +0000
commit1e83555f67ebbc307c57ec544f8b0e957892bbd7 (patch)
tree67cb36d09dec5ece23be7d2577f12747c64b987e /app-arch/dpkg
parentdev-lisp/cmucl: [QA] fix UnusedInherits (multilib) (diff)
downloadgentoo-1e83555f67ebbc307c57ec544f8b0e957892bbd7.tar.gz
gentoo-1e83555f67ebbc307c57ec544f8b0e957892bbd7.tar.bz2
gentoo-1e83555f67ebbc307c57ec544f8b0e957892bbd7.zip
app-arch/dpkg: [QA] fix UnusedInherits (multilib)
get_libdir has been built-in since EAPI 6 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/dpkg')
-rw-r--r--app-arch/dpkg/dpkg-1.20.9.ebuild4
-rw-r--r--app-arch/dpkg/dpkg-1.21.1.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-arch/dpkg/dpkg-1.20.9.ebuild b/app-arch/dpkg/dpkg-1.20.9.ebuild
index 5a64aa7a6868..49c5a355a837 100644
--- a/app-arch/dpkg/dpkg-1.20.9.ebuild
+++ b/app-arch/dpkg/dpkg-1.20.9.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit multilib autotools toolchain-funcs
+inherit autotools toolchain-funcs
DESCRIPTION="Package maintenance system for Debian"
HOMEPAGE="https://packages.qa.debian.org/dpkg"
diff --git a/app-arch/dpkg/dpkg-1.21.1.ebuild b/app-arch/dpkg/dpkg-1.21.1.ebuild
index 2a6982311b44..3d178765bb33 100644
--- a/app-arch/dpkg/dpkg-1.21.1.ebuild
+++ b/app-arch/dpkg/dpkg-1.21.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit multilib autotools toolchain-funcs
+inherit autotools toolchain-funcs
DESCRIPTION="Package maintenance system for Debian"
HOMEPAGE="https://packages.qa.debian.org/dpkg"