summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-04-03 15:06:47 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-04-03 15:06:47 +0000
commit8b69338e971405909eed869eb5ad2e18bdf4b0a1 (patch)
tree4725ccddc599e70e1434557706353f9544835089 /media-sound/gmusicbrowser
parentExpect that gsync resides in /usr/libexec/glusterfs on remote machine or in o... (diff)
downloadgentoo-2-8b69338e971405909eed869eb5ad2e18bdf4b0a1.tar.gz
gentoo-2-8b69338e971405909eed869eb5ad2e18bdf4b0a1.tar.bz2
gentoo-2-8b69338e971405909eed869eb5ad2e18bdf4b0a1.zip
fix live ebuild
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'media-sound/gmusicbrowser')
-rw-r--r--media-sound/gmusicbrowser/ChangeLog5
-rw-r--r--media-sound/gmusicbrowser/gmusicbrowser-9999.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/media-sound/gmusicbrowser/ChangeLog b/media-sound/gmusicbrowser/ChangeLog
index 1abef215dad6..745be1b50b2e 100644
--- a/media-sound/gmusicbrowser/ChangeLog
+++ b/media-sound/gmusicbrowser/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/gmusicbrowser
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gmusicbrowser/ChangeLog,v 1.21 2013/03/02 18:46:57 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gmusicbrowser/ChangeLog,v 1.22 2013/04/03 15:06:47 hasufell Exp $
+
+ 03 Apr 2013; Julian Ospald <hasufell@gentoo.org> gmusicbrowser-9999.ebuild:
+ fix live ebuild
02 Mar 2013; Julian Ospald <hasufell@gentoo.org> gmusicbrowser-9999.ebuild:
update live ebuild
diff --git a/media-sound/gmusicbrowser/gmusicbrowser-9999.ebuild b/media-sound/gmusicbrowser/gmusicbrowser-9999.ebuild
index b3191c328d2d..e3ca855c66b3 100644
--- a/media-sound/gmusicbrowser/gmusicbrowser-9999.ebuild
+++ b/media-sound/gmusicbrowser/gmusicbrowser-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gmusicbrowser/gmusicbrowser-9999.ebuild,v 1.7 2013/03/02 18:46:57 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gmusicbrowser/gmusicbrowser-9999.ebuild,v 1.8 2013/04/03 15:06:47 hasufell Exp $
EAPI=5
@@ -40,8 +40,7 @@ DEPEND="sys-devel/gettext
doc? ( dev-perl/Text-Markdown )"
src_compile() {
- default
- Markdown.pl layout_doc.mkd > layout_doc.html
+ emake MARKDOWN=$(usex doc "Markdown.pl" "echo")
}
src_install() {