diff options
author | Sam James <sam@gentoo.org> | 2022-03-10 05:08:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-10 21:10:03 +0000 |
commit | 1e83555f67ebbc307c57ec544f8b0e957892bbd7 (patch) | |
tree | 67cb36d09dec5ece23be7d2577f12747c64b987e /app-arch/dpkg/dpkg-1.21.1.ebuild | |
parent | dev-lisp/cmucl: [QA] fix UnusedInherits (multilib) (diff) | |
download | gentoo-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/dpkg-1.21.1.ebuild')
-rw-r--r-- | app-arch/dpkg/dpkg-1.21.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |