x11-misc/lineak-defaultplugin: drop useless multilib inherit

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-03-16 16:50:42 +00:00
parent dbc4522fa4
commit f957ae95ed

View File

@@ -2,30 +2,27 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit multilib
MY_P=${P/.0/}
DESCRIPTION="Mute/unmute and other macros for LINEAK"
HOMEPAGE="http://lineak.sourceforge.net"
SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="debug"
RDEPEND="
=x11-misc/lineakd-${PV}*
"
RDEPEND="=x11-misc/lineakd-${PV}*"
DEPEND="
${RDEPEND}
x11-base/xorg-proto
"
S=${WORKDIR}/${MY_P}
DOCS=(
AUTHORS README
)
DOCS=( AUTHORS README )
PATCHES=(
"${FILESDIR}"/${P}-gcc43.patch
"${FILESDIR}"/${P}-gcc47.patch