diff options
author | Vicente Olivert Riera <vincent@gentoo.org> | 2013-03-05 17:58:17 +0100 |
---|---|---|
committer | Vicente Olivert Riera <vincent@gentoo.org> | 2013-03-05 17:58:17 +0100 |
commit | dd477e14d9311db63d378ff5e050ac6f0b045dc0 (patch) | |
tree | 43cc4192a321f8478dea1e03559104183834b208 /app-emulation/emul-linux-x86-libsoundtouch/emul-linux-x86-libsoundtouch-1.7.1.ebuild | |
parent | initial commit (diff) | |
download | vincent-dd477e14d9311db63d378ff5e050ac6f0b045dc0.tar.gz vincent-dd477e14d9311db63d378ff5e050ac6f0b045dc0.tar.bz2 vincent-dd477e14d9311db63d378ff5e050ac6f0b045dc0.zip |
pcsx2 and deps added
Diffstat (limited to 'app-emulation/emul-linux-x86-libsoundtouch/emul-linux-x86-libsoundtouch-1.7.1.ebuild')
-rw-r--r-- | app-emulation/emul-linux-x86-libsoundtouch/emul-linux-x86-libsoundtouch-1.7.1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-emulation/emul-linux-x86-libsoundtouch/emul-linux-x86-libsoundtouch-1.7.1.ebuild b/app-emulation/emul-linux-x86-libsoundtouch/emul-linux-x86-libsoundtouch-1.7.1.ebuild new file mode 100644 index 0000000..55fc223 --- /dev/null +++ b/app-emulation/emul-linux-x86-libsoundtouch/emul-linux-x86-libsoundtouch-1.7.1.ebuild @@ -0,0 +1,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]" |