diff options
author | 2008-01-10 16:08:02 +0000 | |
---|---|---|
committer | 2008-01-10 16:08:02 +0000 | |
commit | fb9c3628b34df4544350ec3cfbcea04f7ae61eb8 (patch) | |
tree | c6f8b63dd55ddd778074422d9a091e8f625129a2 /media-libs/lv2core | |
parent | Version bumped, bug #205138. (diff) | |
download | gentoo-2-fb9c3628b34df4544350ec3cfbcea04f7ae61eb8.tar.gz gentoo-2-fb9c3628b34df4544350ec3cfbcea04f7ae61eb8.tar.bz2 gentoo-2-fb9c3628b34df4544350ec3cfbcea04f7ae61eb8.zip |
whitespace
(Portage version: 2.1.3.19)
Diffstat (limited to 'media-libs/lv2core')
-rw-r--r-- | media-libs/lv2core/lv2core-1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-libs/lv2core/lv2core-1.ebuild b/media-libs/lv2core/lv2core-1.ebuild index ba880fe2f745..a90757c9f6f0 100644 --- a/media-libs/lv2core/lv2core-1.ebuild +++ b/media-libs/lv2core/lv2core-1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/lv2core-1.ebuild,v 1.1 2008/01/10 08:20:13 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/lv2core-1.ebuild,v 1.2 2008/01/10 16:08:02 mr_bones_ Exp $ DESCRIPTION="LV2 is a simple but extensible successor of LADSPA" HOMEPAGE="http://lv2plug.in/" @@ -14,7 +14,6 @@ IUSE="" DEPEND="" RDEPEND="!<media-libs/slv2-0.4.2" - src_install() { emake DESTDIR="${D}" install || die "install failed" dodoc AUTHORS README |