diff options
author | Sam James <sam@gentoo.org> | 2022-03-10 05:18:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-10 21:10:35 +0000 |
commit | 47748305a75345dfb898e365a2eac8f41c5a3c65 (patch) | |
tree | fb49152bf01b065bc73cabf82983d9aa19527907 /media-libs/esdl | |
parent | mail-mta/nullmailer: [QA] fix UnusedInherits (multilib) (diff) | |
download | gentoo-47748305a75345dfb898e365a2eac8f41c5a3c65.tar.gz gentoo-47748305a75345dfb898e365a2eac8f41c5a3c65.tar.bz2 gentoo-47748305a75345dfb898e365a2eac8f41c5a3c65.zip |
media-libs/esdl: [QA] fix UnusedInherits (multilib)
get_libdir has been built-in since EAPI 6
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/esdl')
-rw-r--r-- | media-libs/esdl/esdl-1.3.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/esdl/esdl-1.3.1.ebuild b/media-libs/esdl/esdl-1.3.1.ebuild index 39c668074613..9f7a826ca320 100644 --- a/media-libs/esdl/esdl-1.3.1.ebuild +++ b/media-libs/esdl/esdl-1.3.1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit fixheadtails multilib + +inherit fixheadtails DESCRIPTION="Erlang bindings for the SDL library" HOMEPAGE="http://esdl.sourceforge.net/" |