diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-03 13:15:45 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-03 13:15:45 +0000 |
commit | a7b8e146c972bc7f80196a6052ef483d8e1404a2 (patch) | |
tree | 00647b4b27f85e7c516f6c5f60ecb8e2085742a6 /media-sound | |
parent | Quoting (diff) | |
download | gentoo-2-a7b8e146c972bc7f80196a6052ef483d8e1404a2.tar.gz gentoo-2-a7b8e146c972bc7f80196a6052ef483d8e1404a2.tar.bz2 gentoo-2-a7b8e146c972bc7f80196a6052ef483d8e1404a2.zip |
Quoting
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/rip-l/rip-l-0.4.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/media-sound/rip-l/rip-l-0.4.ebuild b/media-sound/rip-l/rip-l-0.4.ebuild index 2bb2d4e4aa8e..30c8b367908b 100644 --- a/media-sound/rip-l/rip-l-0.4.ebuild +++ b/media-sound/rip-l/rip-l-0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rip-l/rip-l-0.4.ebuild,v 1.1 2005/01/15 11:19:09 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rip-l/rip-l-0.4.ebuild,v 1.2 2009/08/03 13:15:45 ssuominen Exp $ inherit common-lisp eutils @@ -13,16 +13,17 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="dev-lisp/common-lisp-controller +RDEPEND="dev-lisp/common-lisp-controller dev-lisp/sbcl media-sound/cdparanoia media-sound/vorbis-tools" +DEPEND="${RDEPEND}" CLPACKAGE=rip-l src_unpack() { unpack ${A} - epatch ${FILESDIR}/${PV}-gentoo.patch || die + epatch "${FILESDIR}"/${PV}-gentoo.patch } pkg_setup() { |