mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
x11-misc/lineak-defaultplugin: drop useless multilib inherit
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user