diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-11-19 22:25:40 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-11-19 22:25:40 +0000 |
commit | acebd74ae651c9cf5457aff4707df83a0ac5feb0 (patch) | |
tree | 3d0e0758774422e97d33813d351a9695b119a68a /media-sound/shell-fm | |
parent | Minor version bump (diff) | |
download | gentoo-2-acebd74ae651c9cf5457aff4707df83a0ac5feb0.tar.gz gentoo-2-acebd74ae651c9cf5457aff4707df83a0ac5feb0.tar.bz2 gentoo-2-acebd74ae651c9cf5457aff4707df83a0ac5feb0.zip |
cosmetics..
(Portage version: 2.1.3.19)
Diffstat (limited to 'media-sound/shell-fm')
-rw-r--r-- | media-sound/shell-fm/shell-fm-0.4.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-sound/shell-fm/shell-fm-0.4.ebuild b/media-sound/shell-fm/shell-fm-0.4.ebuild index d0be24c88d21..fb066f33f0f9 100644 --- a/media-sound/shell-fm/shell-fm-0.4.ebuild +++ b/media-sound/shell-fm/shell-fm-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/shell-fm-0.4.ebuild,v 1.1 2007/11/19 22:22:25 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/shell-fm-0.4.ebuild,v 1.2 2007/11/19 22:25:40 drac Exp $ inherit autotools @@ -13,8 +13,9 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="ao" -DEPEND="media-libs/libmad +RDEPEND="media-libs/libmad ao? ( media-libs/libao )" +DEPEND="${RDEPEND}" src_unpack() { unpack ${A} @@ -28,7 +29,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install || die 'emake install failed' + emake DESTDIR="${D}" install || die "emake install failed." dodoc AUTHORS NEWS TODO shell-fm.rc-example doc/*.txt insinto /usr/share/doc/${PF}/scripts doins scripts/{shell*,zcontrol} |