diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-27 03:29:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-27 03:29:18 +0000 |
commit | ca7d0c4943a0d1eb69c0686cdcf09e776fccd5c0 (patch) | |
tree | a68d2594070313746d4ee8cd549c8283caf7e5d0 | |
parent | whitespace (diff) | |
download | historical-ca7d0c4943a0d1eb69c0686cdcf09e776fccd5c0.tar.gz historical-ca7d0c4943a0d1eb69c0686cdcf09e776fccd5c0.tar.bz2 historical-ca7d0c4943a0d1eb69c0686cdcf09e776fccd5c0.zip |
whitespace
Package-Manager: portage-2.1.2.9
-rw-r--r-- | media-sound/ardour/ardour-2.0.3.ebuild | 3 | ||||
-rw-r--r-- | media-sound/lilypond/lilypond-2.11.28.ebuild | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/media-sound/ardour/ardour-2.0.3.ebuild b/media-sound/ardour/ardour-2.0.3.ebuild index f4494d5eea2f..d826cd71b0d4 100644 --- a/media-sound/ardour/ardour-2.0.3.ebuild +++ b/media-sound/ardour/ardour-2.0.3.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/ardour/ardour-2.0.3.ebuild,v 1.1 2007/07/26 15:25:21 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-2.0.3.ebuild,v 1.2 2007/07/27 03:28:57 mr_bones_ Exp $ inherit eutils toolchain-funcs @@ -90,7 +90,6 @@ src_install() { dodoc DOCUMENTATION/* - doicon "${S}/icons/icon/ardour_icon_mac.png" make_desktop_entry ardour2 Ardour2 ardour_icon_mac.png AudioVideo } diff --git a/media-sound/lilypond/lilypond-2.11.28.ebuild b/media-sound/lilypond/lilypond-2.11.28.ebuild index 490ec783fae6..8caa1c09b9d2 100644 --- a/media-sound/lilypond/lilypond-2.11.28.ebuild +++ b/media-sound/lilypond/lilypond-2.11.28.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/lilypond/lilypond-2.11.28.ebuild,v 1.1 2007/07/26 18:40:36 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.11.28.ebuild,v 1.2 2007/07/27 03:29:18 mr_bones_ Exp $ inherit eutils versionator toolchain-funcs elisp-common @@ -35,7 +35,6 @@ RDEPEND=" # virtual/tetex - DEPEND="${RDEPEND} >=media-gfx/fontforge-20070501 >=app-text/mftrace-1.2.9 @@ -68,7 +67,6 @@ src_compile() { --disable-documentation # $(use_enable doc documentation) \ - # without -j1 it will not fail, but building docs later will emake -j1 || die "emake failed" |