summaryrefslogtreecommitdiff
blob: 55fc22353f8acc747dbb5df60cc89693ab3e2ead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit emul-linux-x86

DESCRIPTION="Backwards compat for emul-linux-x86-libsoundtouch using multilib"
HOMEPAGE="http://dev.gentoo.org/~vincent"
SRC_URI="http://dev.gentoo.org/~vincent/${P}.tar.xz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="-* ~amd64"
IUSE="development"

RDEPEND="!media-libs/libsoundtouch[abi_x86_32]"