diff options
author | Sam James <sam@gentoo.org> | 2022-03-10 05:09:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-10 21:10:05 +0000 |
commit | 544799c87428026176a03751951c9611643d2455 (patch) | |
tree | c93cf3856f21644d523b57679ab1339874c839ba /app-eselect | |
parent | app-arch/dpkg: [QA] fix UnusedInherits (multilib) (diff) | |
download | gentoo-544799c87428026176a03751951c9611643d2455.tar.gz gentoo-544799c87428026176a03751951c9611643d2455.tar.bz2 gentoo-544799c87428026176a03751951c9611643d2455.zip |
app-eselect/eselect-wxwidgets: [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-eselect')
-rw-r--r-- | app-eselect/eselect-wxwidgets/eselect-wxwidgets-20180529.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-eselect/eselect-wxwidgets/eselect-wxwidgets-20180529.ebuild b/app-eselect/eselect-wxwidgets/eselect-wxwidgets-20180529.ebuild index cb61233107a4..e2007d63dcbb 100644 --- a/app-eselect/eselect-wxwidgets/eselect-wxwidgets-20180529.ebuild +++ b/app-eselect/eselect-wxwidgets/eselect-wxwidgets-20180529.ebuild @@ -1,10 +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 - WXWRAP_VER=1.4 DESCRIPTION="Eselect module and wrappers for wxWidgets" |